Re: URL Customization

2004-11-19 Thread Peter Neu
4 09:47 To: Struts Users Mailing List Subject: Re: URL Customization Do you know where to find this entry in Tomcat 5.x ? Could not find it in server.xml. Just looked for it but could no find it... Peter. Richard schrieb: Thanks to all. I think I can go with just transfering my web

RE: URL Customization

2004-11-19 Thread Simon Matic Langford
it's in conf/Catalina/localhost/ROOT.xml but this is probably OT by now :-) > -Original Message- > From: Peter Neu [mailto:[EMAIL PROTECTED] > Sent: 19 November 2004 09:47 > To: Struts Users Mailing List > Subject: Re: URL Customization > > > Do you kno

Re: URL Customization

2004-11-19 Thread Peter Neu
y 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 o

Re: URL Customization

2004-11-19 Thread Richard
.. > > 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 o

RE: URL Customization

2004-11-19 Thread Simon Matic Langford
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 200

Re: URL Customization

2004-11-18 Thread Richard
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 > >

Re: URL Customization

2004-11-18 Thread Jeff Beal
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. -

Re: URL Customization

2004-11-17 Thread Craig McClanahan
A frameset with a single frame in it (doesn't need to be invisible) will get rid of the "/index.jsp" or "/serverpages/add-record.rr" parts of the URL. To get rid of the context path ("/mywebapp") part, you'l need to either install your application as the "root" webapp on the server (in Tomcat, for