Hi,
Im pretty lost. I just desperately tried to load Tomcat as an Apache
Module .... I failed :-(
Here is my httpd.conf:
# --- TOMCAT Module ---- #
LoadModule jk_module modules/mod_jk.dll
JkWorkersFile D:/Apache/tomcat/conf/workers.properties
JkLogFile D:/Apache/logs/mod_jk.log
JkLogLevel warn
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
# Include "D:/Apache/tomcat/conf/mod_jk.conf-auto"
# statement above didn't work either
# --- / TOMCAT Module --- #
But that doesnt work. At least i dont know how to see if it works *fg*
http://127.0.0.1/examples/servlet/HelloWorldExample should work
(without using the specific 8080 port) ?!? How can i test if the Module
works fine?
I installed Tomcat as service. workers and wrapper.properties are
properly configured. JAVA_HOME and TOMCAT_HOME are both set.
Everything works fine as standalone Application.
Now, 21:00 i browsed about 13 hours through various documentations,
search engines, and huge amounts of articles on installing tomcat, most of
which didn't cover the mod_jk topic, 95% explained how to use the
JServModule. The poorly rest quoted the mod_jk_Howto, which i read
first of course! Can it really be possible that there doesn't exist a comprehensive
Introduction into intalling tomcat as Apache-Module using mod_jk out ther in
the www?!? Im not far from going nuts right now!
I need Tomcat as servlet-engine to exec Cocoon.
Your help would be appreciated
Thanx,
Bernhard