Re: Same .war handling more Context Path

2011-05-07 Thread GF
Thank you for your answer. The problem is that the underlying technology i'm using (Struts2) doesn't make this very simple to handle in the folloowing url generation tasks. On Sat, May 7, 2011 at 2:32 PM, Ognjen Blagojevic wrote: > GF, > > On 7.5.2011 10:41, GF wrote: >> >> Is there some alternat

Re: Same .war handling more Context Path

2011-05-07 Thread Ognjen Blagojevic
GF, On 7.5.2011 10:41, GF wrote: Is there some alternative way? I have the underlying .war written in struts2 and it's context-path indipendent, so the best choice for me would be to place the "language" information in the context-path section of the url. I use one webapp at ROOT context which

Same .war handling more Context Path

2011-05-07 Thread GF
Hello, the only way i found to handle with a single .war more than one context path is the following in the server.xml But this cause myApp being "loaded" TWICE (or many times if i wish to handle many languages, it, en, fr, and so) Is there some alternative way? I have the underly