> -----Original Message-----
> From: bxqdev [mailto:bxq...@themailbay.com]
> Sent: Tuesday, January 22, 2013 11:09 PM
> To: Tomcat Users List
> Subject: Re: Different webapp paths on different hosts
> 
> i need to map a custom paths, like "/path1" and "/path2", (not root "/"
> path), of the same webapp to a custom domains.
> 
> as i said i need this mapping:
> ${samewebapp}/path1 is mapped to http://path1.com/
> ${samewebapp}/path2 is mapped to http://path2.com/
> 
> NOT this:
> ${samewebapp}/path1 is mapped to http://path1.com/path1
> ${samewebapp}/path2 is mapped to http://path2.com/path2
> 
> custom paths of the same webapp should map to different root paths on
> different domains.
> 
> thanks!
> 
> 

I haven't front-ended with Apache HTTPD in a long time, but could the OP do 
this using AJP?
Jeff

Reply via email to