Results 1 to 1 of 1
hi every one
im trying to connect otomcat 5.5.9
and apache 2.0.54
using mod_jk
in fedora core 6
I am using the auto configure of tomcat
I am getting problems ...
- 08-02-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 1
apache 2 + tomcat 5
hi every one
im trying to connect otomcat 5.5.9
and apache 2.0.54
using mod_jk
in fedora core 6
I am using the auto configure of tomcat
I am getting problems on starting apache.
i does'nt start after i placed the "include command" for the mod_jk.conf
but if i commented the include command it does start up!
here is some part of my conf
some part of my server.xml
** all files was verified existing..<Listener className="org.apache.jk.config.ApacheConfig" modJk="/usr/local/apache2/modules/mod_jk.so"
workersConfig="/usr/local/tomcat/conf/workers.properties"
jKlog="/var/log/modJk.log" />
my mod_jk.conf
########## Auto generated on Fri Aug 03 02:32:14 PHT 2007##########
<IfModule !mod_jk.c>
LoadModule jk_module "/usr/local/apache2/modules/mod_jk.so"
</IfModule>
JkWorkersFile "/usr/local/tomcat/conf/workers.properties"
JkLogFile "/usr/local/tomcat/logs/mod_jk.log"
JkLogLevel emerg
<VirtualHost localhost>
ServerName localhost
JkMount /manager ajp13
JkMount /manager/* ajp13
JkMount /webdav ajp13
JkMount /webdav/* ajp13
JkMount /servlets-examples ajp13
JkMount /servlets-examples/* ajp13
JkMount /tomcat-docs ajp13
JkMount /tomcat-docs/* ajp13
JkMount /host-manager ajp13
JkMount /host-manager/* ajp13
JkMount /jsp-examples ajp13
JkMount /jsp-examples/* ajp13
JkMount /balancer ajp13
JkMount /balancer/* ajp13
</VirtualHost>
my httpd.con include
**** apache and mod_jk is built from sourceInclude /usr/local/tomcat/conf/auto/mod_jk.conf
help me anyone!
this has been bothering me for about a week now!
thanks..


Reply With Quote