+++++++急!急!急!移植到weblogic页面无法转向
web应用,使用struts
在tomcat上开发,测试没有问题
但移植到weblogic8.1上,
访问页面会报错:
Unable to redirect to test.jsp
javax.servlet.ServletException: Original request not available
后台页面跳转程序如下:
RequestDispatcher rd = null;
rd = req.getRequestDispatcher("test.jsp");
rd.forward(request, response);
大家帮看看,怎么回事亚
谢谢了!!!