> From: bxqdev [mailto:bxq...@themailbay.com] 
> Subject: Re: Different webapp paths on different hosts

> in this case http://app1.com/ and http://app2.com/ will serve the same 
> content.
> i need different content on different domains.

First you state that you want the same webapp to serve both domains, and now 
you state that you want different content for each domain.  If you really want 
to do that, the single webapp will have to decide what content to deliver based 
on the request URL.

If you don't want to put that logic in the webapp, you will need a separate 
webapp for each domain, with a <Host> element for each domain.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to