----------------------------------------------------------------
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!!!
----------------------------------------------------------------

suresh wrote:

> Hello
> >I am new to setting up jserv.I am not even a developer.I am trying set up
> >jserv get some ready class files to work.These class files were already
> >working on apache/Jrun.
> >
> >I have set up jserv ie.. the Hello.class and IsIt Working.class examples
> >work .I tried putting my class in folder where these class are placed but
> >doesnt work
> >Please advise

> mod_jserv.log

> [19/09/2000 17:43:48:997] (ERROR) ajp12: Servlet Error:
> NoClassDefFoundError: Hello1
> [19/09/2000 17:43:56:652] (ERROR) ajp12: Servlet Error:
> NoClassDefFoundError: Login

These problems are relatively minor. You need to make sure that any
servlets you are accessing are in your repository directive in
zone.properties (or whatever you called your servlet properties file).
 
> error_log
> 

>         java.io.IOException: Directory not writable: /usr/local/apache/logs

This is a permissions problem: the user who spawns the forked Apache
processes (probably 'nobody') does not have write permissions on the
/usr/local/apache/logs directory. Change that and that will get rid of
the error_log error.

Ben Ricker
Web Administrator
US-Rx, Inc.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to