try to define a new <host ...> (virtual host) on server.xml nesty
--- [EMAIL PROTECTED] wrote: > > You could do this by creating creating a Context > entry in the server.xml > <Context path="" docBase="myapp" debug="0" > reloadable="false" crossContext > ="false" /> > where, > myapp is relative to appBase attribute in the Host > tag. > > RS > > > > > > Donie Kelly <[EMAIL PROTECTED]> on 05/15/2002 > 09:26:50 AM > > Please respond to "Tomcat Users List" > <[EMAIL PROTECTED]> > > To: 'Tomcat Users List' > <[EMAIL PROTECTED]> > cc: > > Subject: Running a webapp and accessing from > www.mysite.com > > Hi all > > I want to deploy a webapp but don't want to have the > context name in the > URL > like > > www.mysite.com/myapp/ > > but instead want to use the URL to the primary > servlet accessed by > > www.mysite.com > > How can I do this? > > Thanks in advance > Donie > > > -- > 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]> > __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
