jsp - RequestDispatcher to url in a different web app -


how can use requestdispatcher outher web app in same work space

in 1st web app use

 requestdispatcher rd =request.getrequestdispatcher("vote.jsp");     rd.forward(request, response); 

can replace vote.jsp

this url :

http://localhost:8080/speedyserviceclient/jsp/search/indexs.jsp

if want forward different web app in same tomcat instance, can:


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -