try using
<jsp:forward page="pagename.jsp"> </jsp:forward>
Regards
jagan
Rathna <[EMAIL PROTECTED]> on 08/05/2001 02:31:59 PM
Please respond to A mailing list about Java Server Pages specification and
reference <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (bcc: Team CRM/LTITL)
Subject: Problem in using sendRedirect on HTTPS
Hi all,
I am facing a problem in using sendRedirect( ) to redirect the page.
our application uses HTTPS on apache 3.1.4 with Jrun 3.1 as the
application server.when we do a sendRedirect from a HTTPS
to another page (say response.sendRedirect("/abc.jsp))
the browser complients that you are moving from sercure to non secure
page,
also tried giving the absolute path
response.sendRedirect("https://www.xyz.com/abc.jsp), but had the
same problem although the url show a https protocol.
How does the sendRedirect works in HTTPS?
Thanks in advance ...
--
Cheers,
rathna
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets