Re: URL Redirect Question

2007-02-18 Thread Stanczak Group
That's it. thanks. Hassan Schroeder wrote: On 2/17/07, Stanczak Group <[EMAIL PROTECTED]> wrote: So create a filter or is there one already to use? If you don't want to roll your own: HTH, -- Justin Stanczak Stanczak Group 812-735-3600 "All that is necessa

Re: URL Redirect Question

2007-02-18 Thread Hassan Schroeder
On 2/17/07, Stanczak Group <[EMAIL PROTECTED]> wrote: So create a filter or is there one already to use? If you don't want to roll your own: HTH, -- Hassan Schroeder [EMAIL PROTECTED] ---

Re: URL Redirect Question

2007-02-17 Thread Stanczak Group
sers List" 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_rewrit

Re: URL Redirect Question

2007-02-17 Thread Martin Gainty
e 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" Sent: Saturday, February 17, 2007 3:23 PM Subject: Re

Re: URL Redirect Question

2007-02-17 Thread Stanczak Group
project. :-) Nix. - Original Message From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Users List 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 R

Re: URL Redirect Question

2007-02-08 Thread Nikola Milutinovic
t; <[EMAIL PROTECTED]> To: Tomcat Users List 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

RE: URL Redirect Question

2007-02-08 Thread Caldarale, Charles R
> 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

RE: URL Redirect Question

2007-02-08 Thread Propes, Barry L [GCG-NAOT]
you could do this... 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. Within one of those pages, you could add a small little javascript function that does the redirect. If you