Hi, I have one the following web apps: my.war -deployment /my/a etc.) ROOT.war -deployment (/b)
I would like to get rid of that ROOT.war, and pass all requests to my.war (including /b). In server.xml it is possible to define valves. I was thinking of creating a valve which changes request URI (/b -> /my/a). Unfortunately the URI cannot be changed (setRequestURI implementation is empty in org.apache.catalina.connector.Request). Has someone managed to do that kind of valve, or solved the problem with some other way (I cannot use apache in front of tomcat either, and I cannot use redirect, since the client does not support that). Thanks, Eino ___________________________________________________________ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]