-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------


Hi,
On Tue, 14 Sep 1999, Craig R. McClanahan wrote:
CRM| > > >
CRM| > > > This looks like some sort of classpath error, but the default statements
CRM| > > > in jserv.properties seems fine:
CRM| > > >
CRM| > > > wrapper.classpath=/usr/local/src/ApacheJServ-1.0/src/java/ApacheJServ.jar
CRM| > > > wrapper.classpath=/usr/JSDK2.0/lib/jsdk.jar
CRM| > >
CRM| > > By far the most common cause for this problem is Unix permissions, assuming
CRM| > > that these path names are correct.

CRM| Just to be nit-picky (but cover this base completely before we rule it out as the
CRM| culprit) -- are the directories also world-executable? 

An easy way to check the whole permission is to
  su - <my_apache_user>
e.g. su - nobody  (do this as root, if you 'nobody' doesn't have a
password)
and then try to access the file, e.g.
 less /usr/local/src/ApacheJServ-1.0/src/java/ApacheJServ.jar
(use copy and paste to see if you've any typos in the path)

make sure, the ApacheJServ.jar isn't corrupted:
 jar tvf ApacheJServ.jar
should list the contents - with the needed org.apache.jserv.JServ
 
ciao,
  -hen
---
Henner Zeller                                 [EMAIL PROTECTED]
 PGP pub key [77F75B39]: finger [EMAIL PROTECTED] 



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