> From: Stefano Nichele [mailto:[EMAIL PROTECTED] > Subject: Re: default web app > > If I have an application "appA" that serves > http://localhost:8080/appA, is there a way to > have it serving also http://localhost:8080/case2 ?
You can use a valve (specific to Tomcat) or a filter (supported by all servlet containers) to forward or redirect requests to another webapp. You can also install a dummy webapp for the secondary context that does the forward or redirect to the primary. Look here for an open source ready-to-wear filter that should do what you need: http://tuckey.org/urlrewrite/ - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]