----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


----- Original Message -----
From: David Zaleta <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 09, 1999 4:05 PM
Subject: Quirky problem with servlets....

> java.io.FileNotFoundException:
> /path/to/apache/init/servlet/pages/activeJobSiteList.html

Did you omit the path to this file on purpose or do you actualy have a
directory structure that says "/path/to/apache/" ?  I've seen in a lot of
sample config files it gives such paths... maybe you forgot to change it in
one of them or something?

>         at java.lang.Throwable.<init>(Compiled Code)
>         at java.lang.Exception.<init>(Compiled Code)
>         at java.io.IOException.<init>(Compiled Code)
>         at java.io.FileNotFoundException.<init>(Compiled Code)
>         at java.io.FileInputStream.<init>(Compiled Code)
>         at java.io.FileReader.<init>(Compiled Code)
>         at
com.reticular.metaSearch.jobsearch.servlet.ServletUtil.readHTMLPage(C
> ompiled Code)
>         at
com.reticular.metaSearch.jobsearch.servlet.JobSearchServlet.init(Comp
> iled Code)
>         at org.apache.jserv.JServServletManager.load_init(Compiled Code)
>         at org.apache.jserv.JServServletManager.loadServlet(Compiled Code)
>         at org.apache.jserv.JServConnection.processRequest(Compiled Code)
>         at org.apache.jserv.JServConnection.run(Compiled Code)
>         at java.lang.Thread.run(Compiled Code)
>
<snip>

Check all the paths and such in the jserv configuration files and make sure
everything is correctly set...

Stou




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to