Since its a jsp, '<jsp:forward page="/aservlet"/>' might be a little cleaner.

-Tim

Rene Vangsgaard ML wrote:
If you make your index file a JSP you can redirect to your servlet by doing
this:

<%pageContext.getServletContext().getRequestDispatcher("/aservlet").forward(
request, response);%>

/Ren�



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to