Hello i have 2 web app in the same worke space
How can i redirect from page in the 1st webb app to the 2nd web app ?
in one webb app i use :
RequestDispatcher req =request.getRequestDispatcher("vote.jsp");
req.forward(request, response);
i want redirect if the session is not open so i can't use that
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=/test/"/>
i need some thing like the RequestDispatcher
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…