Hi,
 
  I believe I have successfully integrated Apache with Tomcat.  But when I type the following url I am getting 404 message
 
 
  What could be the problem here.
 
  Here's what I put in httpd.conf
 
  ---------------------------
# Tomcat Configuration starts here
 
LoadModule    jk_module  libexec/mod_jk-3.3-ap13-eapi.so
 
JkWorkersFile /usr/local/jakarta-tomcat-4.0.4/conf/workers.properties
JkLogFile     /usr/local/apache/logs/mod_jk.log
JkLogLevel    error
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
 

# Tomcat Configuration ends here
 
#START_gihs.com
<VirtualHost www.gihs.com>
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /home/gihs.com/public_html
        ServerName gihs.com
 
JkMount /*.jsp ajp13
  JkMount /servlet/* ajp13
 
        ErrorLog /home/gihs.com/logs/error_log
        CustomLog /home/gihs.com/logs/access_log combined
        ScriptAlias /cgi-bin/ /home/gihs.com/cgi-bin/
        Alias /icons/ "/usr/local/apache/icons/"
</VirtualHost>
#END_gihs.com
  ---------------------------
 
 Here's the content of my workers.properties
 
  ----------------------------
  workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4/
  workers.java_home=/usr/local/jdk1.3.1_04
  ps=\
  worker.list=ajp13
  worker.ajp13.port=8009
  worker.ajp13.host=localhost
  worker.ajp13.type=ajp13
  ----------------------------
 
 
  Looking forward for yours response.
 
karthikeyan.
-------------------------------------------------------------------------------------------------------------
Judge not, that ye be not Judged - Abraham Lincoln's favorite quote
-------------------------------------------------------------------------------------------------------------

Reply via email to