> From: Maciej Zabielski [mailto:m...@tessel.pl]
> Subject: RE: Application gets started twice
> 
> My last problem is the possibility to make the localhost:8080 (used for
> mod_jk) also available under localhost:8080/app (as internal endpoints)
> Is there any legal/simple way to accomplish this?

Since you want this to be effective on port 8080 (httpd not involved), you can 
use the rewrite filter:
http://tuckey.org/urlrewrite/

Alternatively, you could install a dummy webapp at either ROOT or app that 
simply forwards all requests to the correct one.

 - 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