You need to download a JSP package, such as GNUJSP, and install it in order to add JSP support to JServ. GNUJSP is available at http://www.gjt.org/, as you might guess from the class name of org.gjt.jsp.JSPServlet. GNUJSP works great with JServ.
 
Note: if you follow the links to download GNUJSP, you should encounter http://www.klomp.org/gnujsp/. Go there if you want to save a few clicks.
 
HTH.
 
.... Bob Kimble
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Francisco Castillo
Sent: Saturday, August 05, 2000 10:13 AM
To: java lista
Subject: support of .jsp pages on apache which have servlets support

 
Hello,

I�ve instaled ApacheJServ 1.1-1, I �ve tested on
http://cobalt32.gravitynet.net/servlets/IsItWorking
but now i need to execute .jsp support, I�ve not found an example of a .jsp
script in the server, so i ask how could i make works any hello.jsp on that
server which now have servlet support?. I think that only need to indicate
it in the /etc/../jserv/jserv.conf  but what i should do exactly?
I�ve do this,

# Executes a servlet passing filename with proper extension in PATH_TRANSLATED
# property of servlet request.
# Syntax: ApJServAction [extension] [servlet-uri]
# Defaults: NONE
# Notes: This is used for external tools.
ApJServAction .jsp /servlets/org.gjt.jsp.JSPServlet
#ApJServAction .gsp /servlets/com.bitmechanic.gsp.GspServlet
#ApJServAction .jhtml /servlets/org.apache.servlet.ssi.SSI
#ApJServAction .xml /servlets/org.apache.cocoon.Cocoon
 
 
and then have reboot apache, but when i put an .jsp page on the html docs this document
 
So I ask what i should do else to make work .jsp pages?
 

Thanks for all.





Reply via email to