---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- Every time I install Jserv I have to suffer through fifteen minutes of permission problems afterwards. I presume your Apache and Apache Jserv are running a non-privelaged user "nobody". Try switching to nobody and traversing through the entire directory tree of all your bin and class path and make sure that "nobody" can enter every directory (needs exec permission on the directory) and can read all the jar files. This often causes problems because Jserv is installed by root with a severe umask. Later you might have problems with Jserv not being able to create its log file in its log dir (since if you use the apache one it defaults to being owned by root) so you should check permissions on that as well. Alternately you might have a bad ApacheJserv.jar file -- have you sucessfully compiled a servlet on the command line? Hope that helps. Regards, Sheer El-Showk On Fri, 21 Jul 2000, Don Pierce wrote: > ---------------------------------------------------------------- > 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!!! > ---------------------------------------------------------------- > > Well I looked at the FAQ and I looked through > list archives and I just do not know why > I get this error: > > [Fri Jul 21 10:26:46 2000] [notice] Apache/1.3.12 (Unix) > (Red Hat/Linux) ApacheJServ/1.1.2 configured -- resuming normal operations > Class not found: org.apache.jserv.JServ > > Here are my jserv.properties: > wrapper.bin=/usr/jre118/bin/jre #(IBM java runtime) > > wrapper.classpath=/usr/lib/apache/ApacheJServ.jar > wrapper.classpath=/home/httpd/classes/jsdk.jar > > At the command prompt I get these environments > > CLASSPATH=/usr/lib/apache/ApacheJServ.jar:/etc/httpd/JSDK2.0/lib/jsdk.jar >PATH=/usr/sbin:/sbin:/usr/bin:/bin:/usr/X11R6/bin:/usr/jre118/bin:/root/bin > > What can I use to test where the problem is? > Is it JServ complaining or the jre? > > Don > > > -- > -------------------------------------------------------------- > 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] > > -- -------------------------------------------------------------- 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]