Okay -- making progress!

I changed Tomcat's server.xml <Host name="*"...
This seems to fix all addressing woes.
Does anyone have reason to believe this will be problematic?

Next hurdle: JSP's don't work, because
"C:\tomcat\Tomcat-4-1-18\work\Standalone\*\" doesn't exist. I'll start
working on this one now...



-----Original Message-----
From: Sean Dockery [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 11:40 AM
To: Tomcat Users List
Cc: Dave Taylor
Subject: RE: Can't get Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll
to work together properly


This seems to me to be an Apache configuration issue--rather than a 
mod_jk/Tomcat issue.

Two suggestions:

First, ensure that you are restarting Apache after restarting Tomcat so 
that Apache picks up changes that Tomcat makes to the mod_jk.conf file 
(after you've changed the server.xml file).  If that isn't the problem...

Second, try enabling the "NamedVirtualHost *" directive--located 
approximately 15 lines from the bottom of your httpd.conf file.  I would 
also recommend making a copy (for testing purposes) of the mod_jk.conf file 
that is generated by Tomcat, change <VirtualHost localhost> to <VirtualHost 
*> in the copy, and use the modified copy in lieu of the automatically 
generated file.

Sean Dockery
[EMAIL PROTECTED]
Certified Java Web Component Developer
Certified Delphi Programmer
SBD Consultants
http://www.sbdconsultants.com


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

Reply via email to