> Hello Listers, > > I have back end website running on Tomcat using struts with the following url > http://local.domain.com/app. External user access the website through apache > proxy with > the following url http://www.domain.com/user1 (user1, user2, etc... It’s uri > specific to each > user). I want to use apache rewrite or/ and reverse proxy directive to > translate the url like > http://www.domain.com/user1 into http://local.domain.com/app?user=user1 > Can some apache guru help me please? > > Thanks, > > Abdel
In your setup, is http://local.domain.com/app accessible to the users? There may not be any need for reverse proxying, it may simply be a matter for mod_rewrite... -Wes -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

