Re: Webapp context

2009-02-19 Thread JPJ
> I guess the simplest way to achieve this is to deploy your application > as ROOT one under tomcat installations' webapps dir. > > -- > aidas > > JPJ wrote: >> Hi, >> >> Is there anyway we can prevent the context root of the web application >> fro

Webapp context

2009-02-19 Thread JPJ
Hi, Is there anyway we can prevent the context root of the web application from prepending to the uri of an action. I know if we use the namespace then the url is formed by adding ServerName+ContextRoot+NameSpace+ActionName+".action". I am not specifying any namespace for my struts pacakge. But