If apache is front ending I would use mod_rewrite
else use Tomcat filter and valves as earlier suggested

M-
--------------------------------------------------------------------------- 
This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary , confidential and exempt from disclosure. If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.
--------------------------------------------------------------------------- 
Le présent message électronique (y compris les pièces qui y sont annexées, le 
cas échéant) s'adresse au destinataire indiqué et peut contenir des 
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le 
destinataire de ce document, nous vous signalons qu'il est strictement interdit 
de le diffuser, de le distribuer ou de le reproduire.
----- Original Message ----- 
From: "Stanczak Group" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Saturday, February 17, 2007 3:23 PM
Subject: Re: URL Redirect Question


> Ya the filter option sounds good. Where/what is this project?
> 
> Nikola Milutinovic wrote:
>> Actually, there is already a project URL Filter for Java Web applications, 
>> basically does what mod_rewrite and mod_proxy give you. Maybe not in so many 
>> details, but it is going to save our hide on our next project. :-)
>>
>> Nix.
>>
>> ----- Original Message ----
>> From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
>> To: Tomcat Users List <users@tomcat.apache.org>
>> Sent: Thursday, February 8, 2007 4:45:39 PM
>> Subject: RE: URL Redirect Question
>>
>>   
>>> From: Propes, Barry L [GCG-NAOT] 
>>> [mailto:[EMAIL PROTECTED] 
>>> Subject: RE: URL Redirect Question
>>>
>>> set that one URL in your welcome page as the default -- say 
>>> index or default.jsp, or index.html, or whatever.
>>> That way, people can just click that simple link below.
>>>     
>>
>> You can also use a filter or valve within Tomcat to forward the request
>> to the desired context, and avoid any client interaction.
>>
>>  - 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]
>>
>>
>>
>>
>>
>>
>>  
>> ____________________________________________________________________________________
>> Sucker-punch spam with award-winning protection. 
>> Try the free Yahoo! Mail Beta.
>> http://advision.webevents.yahoo.com/mailbeta/features_spam.html
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>   
> 
> -- 
> Justin Stanczak
> Stanczak Group
> 812-735-3600
> 
> "All that is necessary for the triumph of evil is that good men do nothing."
> Edmund Burke
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to