I'm still having problem with da-tomcat.. support seems to be not alive.
Anyone who is using this plugin please share if you have the same problem as me.
quote:
http://forum.daplugin.com/index.php/topic,8.0.html
Is this information still relevant or to old?
After following these instructions aI noticed that mod_jk didnt get loaded in my httpd.conf (I am using apache 2.2.9) so I added this line to my httpd.conf: Include conf/extra/mod_jk.conf
mod_jk does get loaded by apache however, every .jsp I open on port 80 just shows me the code.
My mod_jk is just default, I only changed to log lvl to info but unfortunately it doesn't log anything. Anybody got any idea whats wrong with my config?
<IfModule !mod_jk.c>
LoadModule jk_module /usr/lib/apache/mod_jk.so
</IfModule>
JkWorkersFile "/usr/local/tomcat/conf/jk/workers.properties"
JkLogFile "/usr/local/tomcat/logs/mod_jk.log"
JkMount /*.jsp ajp13
JkMount /ROOT/*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
JkMount /*.do ajp13
JkMount /manager/* ajp13
JkLogLevel info