I've got a servlet which redirects the user to an HTML page under certain
circumstances. The servlet executes properly and then attempts to redirect
the user
to the html page. I receive the error "Internal server error" and the jserv
log says:
[14/06/1999 09:13:05:408 GMT+02:00] java.io.FileNotFoundException:
/loginpage.html (File not found)
 at java.io.FileInputStream.open(Native Method)
 at java.io.FileInputStream.<init>(FileInputStream.java:68)
 at Relais._performAction(Compiled Code)
 at Relais.service(Relais.java:186)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
 at org.apache.jserv.JServConnection.run(JServConnection.java:359)
 at java.lang.Thread.run(Thread.java:479)

My servlet is stored in a directory called d:\user\servlets,
referenced in the zone.properties under the repositories= directive,
and my html pages are stored under d:\user\web, referenced in the httpd.conf
under the DocumentRoot directive. And both function properly when used
individually.

Configuration:
Win NT4, SP4
Apache 1.3.6
JServ 1.0b3

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to