Problems with sendredirect

2005-08-11 Thread Fermin Jimenez Najar
Hi. I just has beginning to use the Tomcat, for programming in JSP. I have the 5.0 version. I make a web app that uses, in some jsp's files, the command "response.sendRedirect". When i execute the pages locally in my computer, works fine, but, i if try to test the pages from another computer, i g

Re: problems with sendRedirect() on relative path

2001-06-06 Thread Alex Fernández
tch is showing static pages. > Thanks > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 06, 2001 12:43 PM > To: [EMAIL PROTECTED] > Subject: Re: problems with sendRedirect() on relative path > > Hi Ofer! > &

RE: problems with sendRedirect() on relative path

2001-06-06 Thread Ofer Baranes
ilto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 12:43 PM To: [EMAIL PROTECTED] Subject: Re: problems with sendRedirect() on relative path Hi Ofer! You can specify a different context, that will not contain the /servlet prefix. The prefix is set by context. I don't think the suggestion

Re: problems with sendRedirect() on relative path

2001-06-06 Thread Alex Fernández
Hi Ofer! You can specify a different context, that will not contain the /servlet prefix. The prefix is set by context. I don't think the suggestion that was sent before (RequestDispatcher) will work, since it's a static page. Un saludo, Alex. Ofer Baranes wrote: > > Hi > I am tring to use

RE: problems with sendRedirect() on relative path

2001-06-06 Thread Phillip Gibb
TECTED]] Sent: 06 June 2001 12:45 To: '[EMAIL PROTECTED]' Subject: problems with sendRedirect() on relative path Hi I am tring to use the HttpServletResponse sendRedirect() method to show a static page but i can't use relative path only static path (which include the context).The p

problems with sendRedirect() on relative path

2001-06-06 Thread Ofer Baranes
Hi I am tring to use the HttpServletResponse sendRedirect() method to show a static page but i can't use relative path only static path (which include the context).The problem occure because of the default '/servlet' prefix which is used on tomcat conf\servel.xml.This default prefix force th