Changes below completed. Apache now starts with no warning! However, result of http://localhost:8080/examples is unable to locate server localhost:8080
And result of http://localhost/examples finds the jsp examples with a URL of http://w121c20.legacyhs/examples/ What's bizarre is that the mod_jk.conf file is once again populated with a second VirtualHost directive after starting Tomcat. So if I stop/start Tomcat/Apache the VirtualHost warning message re-appears. Stephen. -----Original Message----- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 3:08 PM To: 'Tomcat Users List' Subject: RE: tomcat 4.1.12 with apache1.3.26 and mod_jk intergration error . In your server.xml, change the defaultHost parameter of your Engine element to "localhost". You're getting that Apache error because you have two VirtualHost definitions for w121c20.legacyhs in mod_jk.conf. There should only be one. Also, change ServerName in httpd.conf to w121c20.legacyhs. Give that a try, and see what happens. John > -----Original Message----- > From: Lambert, Stephen : CO IR [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 07, 2002 5:58 PM > To: 'Tomcat Users List' > Subject: RE: tomcat 4.1.12 with apache1.3.26 and mod_jk intergration > error . > > > > > -----Original Message----- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 07, 2002 2:50 PM > To: 'Tomcat Users List' > Subject: RE: tomcat 4.1.12 with apache1.3.26 and mod_jk intergration > error . > > > > Post your httpd.conf, and mod_jk.conf if your JK commands are not in > httpd.conf. > > John > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>