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, Bu

Re: How to redirect URLs

2006-07-18 Thread Martin Gainty
Gainty'" <[EMAIL PROTECTED]> Sent: 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

RE: How to redirect URLs

2006-07-17 Thread Nilesh Shastrakar
: 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) /test/JSP/ondemand/rdtest/login.jsp M

RE: How to redirect URLs

2006-07-17 Thread Richard Mixon
Body. HTH -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

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 URL

Re: How to redirect URLs

2006-07-17 Thread Ibrahim . Siddiqui
Excuse me, I don't mean to interrupt an existing thread but could someone tell me how to properly create anew thread for Tomcat related questions? I have an immediate issue regarding tomcat performace monitoring. Thanks Ibrahim "Nilesh Shastrakar" <[EMAIL PROTECTED]> 07/17/2006 05:59 AM Plea

Re: How to redirect URLs

2006-07-17 Thread Martin Gainty
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) /test/JSP/ondemand/rdtest/login.jsp M- * This email message and a

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. 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 sho