Can you please not send posts to Tomcat User list to personal email
addresses.
Thanks
-----Original Message-----
From: Robert Keddie [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 3:09 PM
To: "'[EMAIL PROTECTED]'"<[EMAIL PROTECTED]
Subject: 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!