RE : URL redirect problem, even with 'RequestDispatcher' servlet !

2004-03-25 Thread Hertenstein Alain
Ok thanks for the info. I finally did it with a filter and it worked. Regards Alain -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Bill Barker Envoyé : jeudi, 25. mars 2004 04:29 À : [EMAIL PROTECTED] Objet : Re: URL redirect problem, even with 'RequestDispatcher

URL redirect problem, even with 'RequestDispatcher' servlet !

2004-03-24 Thread Hertenstein Alain
Hi all, This question has already been asked before, but the solutions found in the archives don't seem to work properly. I have a web site running on IIS and Tomcat 4.1.24 under the root context, let's say http://www.mysite.com When people access the URL, it automatically redirects to the

Re: URL redirect problem, even with 'RequestDispatcher' servlet !

2004-03-24 Thread Tim Funk
/ is also known as the default servlet. So your servlet will also need to server all static content too. -Tim Hertenstein Alain wrote: Hi all, This question has already been asked before, but the solutions found in the archives don't seem to work properly. I have a web site running on IIS

RE : URL redirect problem, even with 'RequestDispatcher' servlet !

2004-03-24 Thread Hertenstein Alain
] Envoyé : mercredi, 24. mars 2004 14:15 À : Tomcat Users List Objet : Re: URL redirect problem, even with 'RequestDispatcher' servlet ! / is also known as the default servlet. So your servlet will also need tos erver all static content too. -Tim Hertenstein Alain wrote: Hi all, This question

Re: RE : URL redirect problem, even with 'RequestDispatcher' servlet !

2004-03-24 Thread Tim Funk
Users List Objet : Re: URL redirect problem, even with 'RequestDispatcher' servlet ! / is also known as the default servlet. So your servlet will also need tos erver all static content too. -Tim Hertenstein Alain wrote: Hi all, This question has already been asked before, but the solutions

Re: URL redirect problem, even with 'RequestDispatcher' servlet !

2004-03-24 Thread Bill Barker
and so on...). -Message d'origine- De : Tim Funk [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 24. mars 2004 14:15 À : Tomcat Users List Objet : Re: URL redirect problem, even with 'RequestDispatcher' servlet ! / is also known as the default servlet. So your servlet will also need tos erver

Re: Global URL Redirect Tomcat 5

2004-03-03 Thread Christopher Schultz
Nathan, I am trying to migrate to Tomcat 5 from a different app server. Is there a way to define url redirects? i.e. if a page moved off your server to a different location and you do not want to make a redirect page. You could write a servlet that's mapped to /*, and then have that servlet

Global URL Redirect Tomcat 5

2004-03-02 Thread Nathan Maves
I am trying to migrate to Tomcat 5 from a different app server. Is there a way to define url redirects? i.e. if a page moved off your server to a different location and you do not want to make a redirect page. Nathan - To

URL Redirect

2004-02-18 Thread Dean Searle
Hello All, I have a simple, yet allusive question. In Apache and Tomcat you can create Virtual Hosts. Within the Virtual Hosts you can specify different parameters. In Apache httpd.conf I can have the following: VirtualHost 192.168.1.1 ServerName www.domain1.com Redirect permanent

Re: URL Redirect

2004-02-18 Thread Duane Burchell
On Wed, 18 Feb 2004, Dean Searle wrote: I have a simple, yet allusive question. In Apache and Tomcat you can create Virtual Hosts. Within the Virtual Hosts you can specify different parameters. In Apache httpd.conf I can have the following: This is somewhat similar to the issue I was

How to configure a URL redirect with Tomcat 4.0 standalone

2002-01-21 Thread Haller, Joe
Is there a way to configure Tomcat 4.0 in standalone mode to peform a URL redirect? E.g. www.myhost.com/FileA -- www.myhost.com/FileB. I would like to do this without deploying a servlet. Many thanks in advance. J. Haller -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional