Did you change mod_jk.conf to point to document root where you are supposed to give 
apache doc root
  sample mod_jk.conf-->

<IfModule !mod_jk.c>
  LoadModule jk_module /usr/local/apache2/modules/mod_jk.so
</IfModule>

JkWorkersFile "/tmp/workers.properties"
JkLogFile "/usr/local/apache2/logs/mod_jk.log"

JkLogLevel debug


<VirtualHost xxx.xx.xx.xx>
    ServerName www.xxx.com:80

    #################### aurora.quinnfable.com:/manager ####################
DocumentRoot-- here you got to give your apache document root 
---
--
--
</virtulhost>

-----Original Message-----
From:   John Green [mailto:[EMAIL PROTECTED]]
Sent:   Mon 9/23/2002 11:22 AM
To:     [EMAIL PROTECTED]
Cc:     
Subject:        Apache/Tomcat Configuration Question
All,

I have Apache and Tomcat integrated together using
mod_jk.  The problem is now when I hit my webserver,
it always defaults to the root context of tomcat.  No
matter what I set in my Apache httpd.conf file it gets
ignored.  I have tried to setup a virtual server in my
httpd.conf file to point to the docroot I want to
serve up as the default, but it is ignored. 
Originally I had my Apache working with PHP, but since
I installed Tomcat, I have been unable to figure out
how to serve up both.

Thanks,


John Green


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




<<winmail.dat>>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to