----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Sounds to me like the uid apache is running under does not have read
access to stuff in /home/username.
Are you running in manual mode? It might be best if you did manual
mode, making each user responsible for starting their own jserv, and
thus guaranteeing (well, nearly) correct access rights to files in
their own directories.
This is what we do, and instead of having zones, we just assign
everyone their own jserv port number, and define the ApJServMount
commands in the httpd conf appropriately. That way if somebody puts
their serlvet into an infinite loop, they are the only ones who
suffer :-)
-billo
From: Ben Ricker <[EMAIL PROTECTED]>
Date: Thu, 29 Jun 2000 09:59:15 -0500
----------------------------------------------------------------
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!!!
----------------------------------------------------------------
I am trying to setup a development test environment on Linux Redhat
using Apache 1.3.12, Jserv 1.1.2, and Blackdown 1.2.2rc4 JVM.
I wanted to have each programmer's servlets in their $HOME/servlets and
have each repository map to the path /home/username/servlets. However,
in the jserv.log, I get an IllegalArgumentException: Repository does not
exist. When I moved the servlets into the $APACHEHOME/servlets/username
and change the repository, the servlets work.
Is it the case that the servlets must be in the $APACHEHOME? I have the
zone mounted as follows:
/username /username
Is there something I am missing?
Ben Ricker
Web Administrator
US-Rx, Inc.
--
--------------------------------------------------------------
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]
--
--------------------------------------------------------------
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]