aspose file tools
The moose likes Servlets and the fly likes deploying jsp in wls6 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "deploying jsp in wls6" Watch "deploying jsp in wls6" New topic
Author

deploying jsp in wls6

deep venu
Ranch Hand

Joined: Jun 09, 2001
Posts: 56
Q1.any pointers on how to deploy a jsp in wls 6.0?
Q2.I have servlet which needs to call a jsp?? how do i do it??
this is what i have got in my servlet ...
getServletContext().getRequestDispatcher ("AddStationCutOffJSP").forward(req, res);
I guess ill be able to handle it once i know the answer to my 1stQ...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: deploying jsp in wls6
 
Similar Threads
using libtags
Bean initiating a JSP/Servlet?
Nothing available in JSP from Servlet
Using Values in a List form one JSP to Another
Help please!