Make struts 1 skip outputting context path?

2007-12-17 Thread struts
Hi, We have a webapplication using struts 1.2.9, and this webapp is under context /some-name in tomcat. However in front of tomcat we have apache, and it mapps the domain name some-name.com to /some-name. This works great, except when it comes to struts. Since struts notice that the

Re: Make struts 1 skip outputting context path?

2007-12-17 Thread Paul Benedict
Can't this be solved with URL rewriting? Configure Apache to send all requests from /* to /some-name/* Will this work? Paul On Dec 17, 2007 10:09 AM, [EMAIL PROTECTED] wrote: Hi, We have a webapplication using struts 1.2.9, and this webapp is under context /some-name in tomcat. However in