Hello friend,
In my application,
applet communicates to the
servlet which connects to
ejb, invokes bussiness methods & delivers output to the servlet.now i want to redirect this servlet page to a
jsp page.i had written a method res.sendRedirect(
String url).my url is jsp path as
http://localhost:7001/admin/test.jsp.My jsp pages are stored in c:/weblogic/myserver/public_html/admin directory & servlets are in c:/weblogic/myserver/servletclasses directory.My servlet is executing successfully but it didn't redirect tothe jsp page.
Please anybody will help me what's the problem.Weblogic also didn't throw any exception.
I am in immediate need .
Thanks
prashant.