I have installed apache and tomcat 3.3a on my Suse Linux.
with http://skaehome I'm getiing my apache server. with
http://skaehome:8080/examples I'M getting tomcat. But without the port
number I didn't get tomcat. At the time I'm using
/etc/tomcat3/conf/jk/mod_jk.conf which looks like the following.
LoadModule jk_module modules/mod_jk.so
AddModule mod_jk.c
<IfModule mod_jk.c>
JkWorkersFile /etc/tomcat3/conf/jk/workers.properties
JkLogFile /etc/tomcat3/conf/jk/jk.log
JkLogLevel info
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /examples/* ajp13
</IfModule>
I tried to generate an mod_jk.conf with tomcat3 run jkconf, but this doesn't
work. No mod_jk.conf will be generated.
Mit freundlichen Grüßen
Stefan Kämmerer
Software AG Systemhaus GmbH
Technical Consultant
Email mailto:Stefan.Kaemmerer@SoftwareAG.com
Fon +49 711 72093 0
Fax +49 7085 9230 56 (Home Office)
Fax +49 711 72093 165
Mobil +49 172 680 7285
Web http://www.softwareag.com
--
To unsubscribe: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands: <mailto:tomcat-user-help@jakarta.apache.org>
Troubles with the list: <mailto:tomcat-user-owner@jakarta.apache.org>
|