--
Alexey Bairov wrote:
> --
>
> Hello!
> I thougth I understood the zones principles, but...
> WinNT/Apache1.3.6/jdk1.2.1/jserv1.0
>
> in mod_jserv.log:
> [06/07/1999 09:02:32:255] (ERROR) ajp11: Servlet Error:
> ClassNotFoundException: IsItWorking.class
>
> Can anybody help me?
> Alex
>
In your zone properties file for the zone containing this servlet, you
need to have a "repositories=xxxxx" line for the directory or JAR file
that contains "IsItWorking.class". In addition, you need to ensure that
your OS permissions allow the username under which Apache and Apache
JServ are run to read this file, and the directory containing it.
Craig McClanahan
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]