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 example, you deploy to $CATALINA_HOME/webapps/ROOT) or you'll need to configure the server to somehow dynamically remap requests internally.
Craig On Thu, 18 Nov 2004 12:50:48 +0800, Richard <[EMAIL PROTECTED]> wrote: > Hello Guys, > > I am not sure if this a Struts question. I think this is more of a > general web devt thing. And since this is not a struts thing I am > asking you guys to please help me or point me to a place where i can > get help. thanks in advance im using struts 1.2.4 and tomcat 5.0.27. > > 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. > > AFAIK, I can do this by creating an invisible frame. Any other better > and easier approach. > > Thanks in Advance > Richard > > --------------------------------------------------------------------- > 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]