Hi Anoop,
You should upgrade Tomcat. The latest stable release is 3.2.2.
http://jakarta.apache.org/tomcat That release has full support for the JSP 1.1 specs. You can then use the implicit response object to send a redirect with the following:
"response.sendRedirect("http://www.company.com/site/a.jsp")"
Becareful on spelling because the syntax matters greatly.
Jayson Falkner
[email protected] P.S. Check out JSP Insider -
http://www.jspinsider.com for more free JSP info!