In your <Host ... node, do you have autoDeploy set to false?

In your <Context.. node do you have path set to "/"?





On Mon, 2004-09-13 at 11:04, Pete wrote:
> Hi There,
> 
>       Tomcat now delays loading the second instance of the web application until
> type in the URL.
> 
> Is there anything else I am missing ?
> 
> The problem I have is that I create a server socket in my application, the
> second instance causes a problem because I get a Bind Exception.
> 
> Thanks
> 
> Pete
> 
> -----Original Message-----
> From: Ben Souther [mailto:[EMAIL PROTECTED]
> Sent: 13 September 2004 15:52
> To: Tomcat Users List
> Subject: Re: Help setting up a default web application
> 
> 
> If you're manually configuring server.xml, shut off autodeploy in the
> Host node.
> 
> 
> On Mon, 2004-09-13 at 10:50, Pete wrote:
> > Hi All,
> >
> >     I was hoping that someone would be able to explain that when I set a
> > Context in the server.xml:
> >
> > <Context path="" docBase="mygui" debug="0" reloadable="false"
> > crossContext="false"/>
> >
> > that tomcat appears to load mygui two instances of mygui.
> >
> > Basically all I need is that when a user type in the ip address of the box
> > running tomcat, tomcat points the user directly to mygui and displays my
> > custom welcome page.
> >
> > Is this a dodgy configuration on my part and if so how do I resolve this.
> >
> > Any help would be greatly appreciated.
> >
> > Thanks
> >
> > Pete
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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]
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to