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

>If I check my jserv log it says:
>
>[28/04/2000 01:24:24:016] (INFO) Apache Module was cleaned-up
>[28/04/2000 01:24:27:678] (INFO) wrapper classpath:
/usr/local/JSDK2.0/lib/jsdk.
>jar:/usr/local/java/lib/ApacheJServ.jar
>[28/04/2000 01:24:27:678] (INFO) wrapper: Java VM spawned (PID=1248, PPID=
>1246)
>[28/04/2000 01:24:27:679] (INFO) wrapper: Java Virtual Machine unable to
start (
>ERR=13: Permission denied)

>Since I am logged in as root and I am using a default installation of
apache and 
>Jserv, on standard install of SuSE, and I have checked my permissions and I 
>manually starting the httpd as root, how can I have a permissions error? 

>Frustrated Chris

Chris,

I'm not sure this is your problem, but he default installation of
the Apache web server puts the following lines in your httpd.conf.

User nobody
Group nobody

This means that if you run the web server as root, the actual
httpd processes will be run as "nobody".
Try "ps -ef | grep httpd" to see what user your httpd processes
are running as.  Then check to see that that user has the
permissions necessary to run the JVM as indicated in the log.

Stephen



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