Are you really using jserv ? If so, which jsp engine do you use ? If it is gnujsp, you should subscribe to the correct mailing list under: http://www.gjt.org/servlets/MailingLists/SubForm.html/gnujsp (I'm listening there too) To enable us to give better help you should provide more informations about your mod_jserv.conf, jserv.properties and zone.properties. One tip: search for files containing "cdplus_permit" in your configuration directory. -----Urspr�ngliche Nachricht----- Von: Robert Keddie [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. September 2001 15:09 An: "'[EMAIL PROTECTED]'"<[EMAIL PROTECTED] Betreff: Off-Topic JSERV Question... I will eventually go to Tomcat but for now I need a quci fix for Jserv... I created a virtual host. This host has jsp files residing in it. Whenever I try to refer to the JSP through a link I get th efollowing response: "JSP Error: ------------------------------------------------------------------------ -------- Request URI:/jsp/MSTU_Parcel.jsp Exception: javax.servlet.ServletException: java.io.FileNotFoundException: c:\cdplus_permit\jsp\MSTU_Parcel.jsp (The system cannot find the file specified) " But the jsp files are actually under C:\mstu\jsp\... I placed ApJServMount /servlets /mstu into Jserv.conf I created its own zone.properties file named mstu.properties. I placed in jserv.properties the servlet zone parameters. Is there any other directive i should place in the virtual host in httpd.conf?? <VirtualHost IP address:8070> DocumentRoot C:/mstu ServerName 127.0.0.1 ErrorLog logs/mstu-error_log CustomLog logs/mstu-access_log common </VirtualHost> Am i missing something? Any help would be greatly appreciated!
