Danny:

I change my tomcat 4 server.xml file to:
      <Host name="xxx.xxx.xxx.xxx" debug="1" appBase="webapps"
unpackWARs="true">
        <Context path="/" docBase="host1">
        </Context>
      </Host>

      <Host name="yyy.yyy.yyy.yyy" debug="1" appBase="webapps"
unpackWARs="true">
        <Context path="/" docBase="host2">
        </Context>
      </Host>

When I got to xxx.xxx.xxx.xxx, I get:
HTTP Status 404 - /index.jsp

The requested resource (/index.jsp) is not available. 

When I go to yyy.yyy.yyy.yyy, I get nothing, the browser 
just sits there and loads nothing. Eventually, it times out.

Any more ideas?

Thanks,
        Neil.

Danny Angus wrote:
> 
> <Context path=""
> should probably be
> <Context path="/"
> too
> 
> > -----Original Message-----
> > From: Neil Aggarwal [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 23, 2001 5:17 PM
> > To: tomcat users list
> > Subject: [Fwd: Multiple IP based virtual hosts in Tomcat 4]
> >
> >
> > Hello:
> >
> > Has anyone seen this problem????
> >
> > Thanks,
> >       Neil.
> >
> > --
> > Neil Aggarwal
> > JAMM Consulting, Inc. -- (972) 612-6056, http://www.JAMMConsulting.com
> > Custom Internet Development -- Java, JSP, servlets, databases

--
Neil Aggarwal
JAMM Consulting, Inc. -- (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development -- Java, JSP, servlets, databases

Reply via email to