Found the problem, it was with the welcome file list in my web.xml.
M. ----- Original Message ----- From: "thorsten frank" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 10:05 PM Subject: Re: Default Webapp > hi, > > At 09:51 PM 23/05/2002 -0500, you wrote: > > >Something is amiss... I tried making that change previously, and once again > >with your suggestion. When I change the docBase to "mysite", Tomcat returns > >a 404 error when attempting to use www.mywebsite.net. If I use > >www.mywebsite.net/mysite it works fine.... Any ideas. > > if you only have the .war file in the webapps directory when you startup > tomcat, you MUST > specify "mysite.war" as the docbase. if you deploy the directory structure > instead, you MUST > use "mysite" > > hope this helps, > > thorsten > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
