File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes pasing request from  JSP to servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "pasing request from  JSP to servlet" Watch "pasing request from  JSP to servlet" New topic
Author

pasing request from JSP to servlet

parag dharmadhikari
Greenhorn

Joined: Dec 01, 2000
Posts: 8
Hi all,
How can I pass the request from JSP to the servlet if I am using Tomcat as sserver.
Regards
Parag
Anthony Villanueva
Ranch Hand

Joined: Mar 22, 2002
Posts: 1055
Use <jsp:forward page="/servletMapping" />
Khurram Shahood(SCJP2)
Greenhorn

Joined: Jun 08, 2002
Posts: 18
hi
DEAR WHEN U R USING TOMCAT OR ANY WEB SERVER IT DOESNT MAKE ANY DIFFERENCE .U WILL PASSED REQUEST FROM JSP TO SERVLET BY USING THE REQUEST DISPATCHER INTERFACE.IF U DONT HAVE ANY IDEA ABT IT THEN SEE ANY JSP REFERNCE.


khurram shahood(Java Farmer)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: pasing request from JSP to servlet
 
Similar Threads
forwarding the request ?
Regarding about sending request attributue from jsp to servlet
Spawning multiple threads inside a Servlet
Attributes sent from JSP wont show in Servlet
Getting name of the JSP on servlet