AFAIK the only way is to change you web container config to ensure your
webapp is in the root context, ie in Tomcat 4.1:
in the server.xml
<Context path="" docBase="ROOT" debug="0"/>
if you point docBase to the directory your war unpacked to, then it
should
work fine. I don't know how it works for other containers...
simon
> -----Original Message-----
> From: Richard [mailto:[EMAIL PROTECTED]
> Sent: Freitag, 19. November 2004 04:42
> To: Struts Users Mailing List
> Subject: Re: URL Customization
>
>
> Well for one thing my boss wants it removed.
>
>
> On Thu, 18 Nov 2004 09:02:40 -0500, Jeff Beal
> <[EMAIL PROTECTED]> wrote:
> > Why?
> >
> > Richard wrote:
> > > I need to remove the webapp specific part / names on my
> application.
> > > For example
> > >
> > > http://mydomain.com/mywebapp/index.jsp
> > >
> > > and
> > >
> > > http://mydomain.com/mywebapp/serverpages/add-record.rr
> > >
> > > I need the user to just see http://mydomain.com/ on their browser.
> >
> >
> >
> ---------------------------------------------------------------------
> >
> >
> > 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]