OKey, I updated my configs and now I still have the same problem. The only other thing I can think of is trying to compile mod_jk on the Apache machine directly. Workers.properties worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=eofapps.usitc.gov worker.ajp13.type=ajp13 worker.ajp13.connection_pool_size=30 worker.ajp13.cache_timeout=600 worker.ajp13.socket_timeout 300 worker.ajp13.socket_buffer=8192 worker.ajp13.socket_keepalive=1 worker.ajp13.recycle_timeout=1000 worker.ajp13.connect_timeout=1000 worker.ajp13.reply_timeout=1000 worker.ajp13.prepost_timeout=100 worker.ajp13.recovery_options=0 httpd.conf #################### # SETUP FOR TOMCAT # #################### # Where to find workers.properties JkWorkersFile /etc/httpd/conf/workers.properties # Where to put jk logs JkLogFile /var/log/httpd/mod_jk.log # Set the jk log level [debug/error/info] JkLogLevel debug # Select the log format JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " # JkOptions indicate to send SSL KEY SIZE, JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories # JkRequestLogFormat set the request format JkRequestLogFormat "%w %V %T %U%q" # Send everything for context /edis-efile to worker named worker1 (ajp13) JkMount /edis-efile/app* ajp13 Server.xml <!-- Define an AJP 1.3 Connector on port 8009 --> <Connector port="8009" enableLookups="false" redirectPort="8443" protocol="AJP/1.3" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" /> Any other ideas? Thanks, ~Jack