>>> Geeta Ramani <[EMAIL PROTECTED]> 16-Jan-01 11:46:03 PM >>> >> My question is, is it possible to redirect or load an >> HTML web page rather than embed HTML tags >> within out.println statements? I don't want to use >> servlet chaining, since I'm going from a servlet to >> an HTML web page. >Hi Stephen: >You may want to look at the > HttpServletResponse.sendRedirect(String) method. In fact, as long as you've got a webserver servlet running you could use servlet chaining. Simply pass on the request to the webserver servlet (you can do that with Jserv by using the getServlet() call). But I (and probablt everybody else here) would recommend that you upgrade to a newer servlet engine. Nic Ferrier ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
