Re: How to redirect URLs

2006-07-18 Thread Martin Gainty
: Tuesday, July 18, 2006 12:21 AM Subject: RE: How to redirect URLs Thnaks for help, But where do I specify forward for /test/JSP/ondemand/rdtest/login.jsp If someone type the url www.abc.com/forward it should redierct to above jsp. Regards Nilesh, -Original Message- From: Martin

RE: How to redirect URLs

2006-07-18 Thread Propes, Barry L
usually within a request dispatcher object within the servlet. -Original Message- From: Nilesh Shastrakar [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 11:21 PM To: 'Tomcat Users List'; 'Martin Gainty' Subject: RE: How to redirect URLs Thnaks for help, But where do I specify

How to redirect URLs

2006-07-17 Thread Nilesh Shastrakar
Dear All, I have setup the Tomcat sever and Application, its working fine.. but I got the long URL now I want to make it short Ex : http://www.abc.om/test/JSP/ondemand/rdtest/login.jsp I want www.abc.com/forward if someone types this URL in browser the site should Redirect to

Re: How to redirect URLs

2006-07-17 Thread Barrie Selack
I've been using this Url Rewrite Filter for several years now.. and it's actively developed with new features. http://tuckey.org/urlrewrite/ Regards, Barrie Dear All, I have setup the Tomcat sever and Application, its working fine.. but I got the long URL now I want to make it short Ex :

Re: How to redirect URLs

2006-07-17 Thread Martin Gainty
or email and destroy the original message without making a copy. Thank you. - Original Message - From: Nilesh Shastrakar [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, July 17, 2006 8:59 AM Subject: How to redirect URLs Dear All, I have setup the Tomcat sever

Re: How to redirect URLs

2006-07-17 Thread Ibrahim . Siddiqui
respond to Tomcat Users List To: users@tomcat.apache.org cc: Subject:How to redirect URLs Dear All, I have setup the Tomcat sever and Application, its working fine.. but I got the long URL now I want to make it short Ex : http://www.abc.om/test

RE: How to redirect URLs

2006-07-17 Thread Propes, Barry L
Look in the web.xml file. Perhaps within servlet mapping is what you're looking for? At least it's that way in Tomcat 4 series. -Original Message- From: Nilesh Shastrakar [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 8:00 AM To: users@tomcat.apache.org Subject: How to redirect

RE: How to redirect URLs

2006-07-17 Thread Richard Mixon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 10:02 AM To: Tomcat Users List Cc: users@tomcat.apache.org Subject: Re: How to redirect URLs Excuse me, I don't mean to interrupt an existing thread but could someone tell me how to properly

RE: How to redirect URLs

2006-07-17 Thread Nilesh Shastrakar
To: Tomcat Users List Subject: Re: How to redirect URLs I would suggest in the forward webapp web.xml that you update the welcome-file-list to point to your jsp e.g. web.xml contents of www.abc.com (forward webapp) welcome-file-list welcome-file/test/JSP/ondemand/rdtest/login.jsp/welcome-file