RE: redirect to a static page from tomcat to apache

2001-01-03 Thread Boaz Shaham
Message- From: Dario Novakovic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 18:06 To: [EMAIL PROTECTED] Subject: Re: redirect to a static page from tomcat to apache why does it say in api docs that sendRedirect() "Sends a temporary redirect response"? what is temporary in

RE: redirect to a static page from tomcat to apache

2001-01-02 Thread Lacerda, Wellington (AFIS)
-SantaClara,ex2) Cc: [EMAIL PROTECTED] Subject:RE: redirect to a static page from tomcat to apache Thats what I thought. but when I call:: RequestDispatcher disp = getServletConfig

RE: redirect to a static page from tomcat to apache

2001-01-02 Thread Boaz Shaham
how about // response is HttpServletResponse response.sendRedirect("/foo/x.html"); -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 02:25 To: [EMAIL PROTECTED] Subject: redirect to a static page from tomcat to apac

Re: redirect to a static page from tomcat to apache

2001-01-02 Thread Dario Novakovic
o a static page from tomcat to apache how about // response is HttpServletResponse response.sendRedirect("/foo/x.html"); -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 02:25 To: [EMAIL PROTECTED] Subject: redirect to a sta

redirect to a static page from tomcat to apache

2001-01-01 Thread Randy Paries
Hello, Is there anyway to do a forward from a servlet in tomcat to a static page that apache only knows. ie. apache knows that /foo is /home/foo. but when the servlet executes and does the following(see snippet below), Tomcat does not know where /foo is mapped to. If I set up a context in

RE: redirect to a static page from tomcat to apache

2001-01-01 Thread Randy Paries
. Randy -Original Message- From: COLE,GLENN (Non-HP-SantaClara,ex2) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 01, 2001 7:48 PM To: '[EMAIL PROTECTED]' Subject: RE: redirect to a static page from tomcat to apache Hi, Randy -- Offhand, I'd suggest fully-qualifying the URL, e.g