General Tomcat Support Questions Answered
Which mod_jk connector plugin is recommended?
Tomcat development team recommends mod_jk1.2.x only.
I get the following error jk_tcp_socket_recvfull in my mod_jk log?
Tomcat dropped the connection before sending response back to Apache. Usually because of an error, load etc. If there are no sideeffects, ignore. Better upgrade to mod_jk1.2.x
JSTP Problem with x:out (java.lang.NoClassDefFoundError: org/jaxen/dom/DOMXPath)
Add jaxen-full.jar to your WEB_INF/lib dir
Anyone is having issues serving up pdfs to IE users over ssl, here is a fix for the browser:
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings] "BypassSSLNoCacheCheck"=dword:00000001
Make manager available to each virtual host
Try this: 1. go to <catalina_home>/conf/Catalina/ 2. open the first host folder . In my case, the first host is localhost. 3. Let's named the first host as localhost and the second host is XXXXX. So copy the content of the localhost into the XXXXX host. 4. restart the tomcat. 5. Try to access the manager for the XXXXX host.
More to come
Comments