Hi, You need a servlet engine that does the compilation of the jsp page for you. The reference Sun JWSDK (now phased out) includes servlet.jar and xml.jar in the root dir that are used for compilation. Again, the user need not be bothered about compilation as this is done by the servlet engine when the JSP page is referenced by the webserver. Ashwin.
Bharatesh H Kakamari
Ranch Hand
Joined: Nov 09, 2000
Posts: 198
posted
0
As mentioned in the earlier post do not use the obselete JWSDK. Instead use Tomcat. And with regards to what classes are required to compile the jsp, Tomcat which has the jsp engine does this job for you. You just need to place the .jsp file in the *required* directory. HTH
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 3901
posted
0
on a practical note, I put my .jsp in the same folder as the .html files that Tomcat serves up. I use Apache/Tomcat.
I never took notes in college. That's how I got a 4.0 the first 2 years, and a 3.5 the second two years.
David Cole
Greenhorn
Joined: Mar 07, 2001
Posts: 5
posted
0
Resin is also a good free web/application server It can be found at http://www.caucho.com