Okay, all is well. Here's the epilogue: Tomcat's server.xml required a default Host of 192.168.1.100, my server's router-assigned LAN IP address. FYI, this is a home office server, connected to the internet through a Linksys Etherfast Cable/DSL router.
Also, just for local testing, I have a second, "localhost" host in Tomcat's server.xml. All seems to work fine, both internally and externally. I'm using an auto-generated mod_jk.conf included into httpd.conf. Updated configuration files are posted on http://www.meetdave.com/configfiles.html -----Original Message----- From: Dave Taylor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 12:05 PM To: Tomcat Users List Cc: Sean Dockery Subject: RE: Can't get Apache 2.0.44 / tomcat 4.1.18 / mod_jk-2.0.43.dll t o work together properly 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
