> From: Peter [mailto:nex....@gmail.com] 
> Subject: tomcat - How to forward request to some webapp while using port 80 
> without virtual host, without apache

> if I enter *http://client1.host.com <http://client1.host.com>* on browser,
> then tomcat should forward it to webapp client1

> *http://client1.host.com/client1 <http://client1.host.com/client1>*
> same way if I enter *http://client2.host.com <http://client2.host.com> *it
> should forward to to

> *http://client2.host.com/client2 <http://client2.host.com/client2>*

> *I am not interested to use virtual host in tomcat, as well as http apache*
> whether its possible ???

Many people use a filter to accomplish this; http://tuckey.org/urlrewrite/ is 
the most popular.

 - 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