I haven't modified server.xml. I just got Tomcat up and running, and haven't started any development yet. Simply adding the VHost and Hosts entries let me connect to Tomcat and run the examples. FWIW, I've started getting ArrayIndexOutOfBounds errors just running some of the Servlet examples, so all may not be well after all... <sigh>
-----Original Message----- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 02, 2001 12:25 PM To: Tomcat Users List Subject: Re: mod_webapp config William Tansill wrote: > This is a partial listing of my VHosts section of Apache's httpd.conf file: > > # > # Use name-based virtual hosting. > # > NameVirtualHost 192.168.123.105 > > <VirtualHost 192.168.123.105> > ServerName www.servlets.com > DocumentRoot "d:/Program Files/Apache Tomcat 4.0/webapps/ROOT/" > > WebAppConnection conn warp localhost:8008 > WebAppDeploy examples conn /examples > </VirtualHost> What does your web.xml look like? I'm having troubles with Tomcat side, I'd say. I'm using one of Pier's nightly builds, but I have a nasty feeling it's me screwing something up - Pier's code looks clean on the part that's bugging me. Nix. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
