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

I sinned (sorry) by using my memory instead of just pasting the appropriate
section of the mod_jserv.conf file ... 

        ApJServMount  /servlets /root
        ApJServMount  /servlets/release /release
        ApJServMount  /servlets/private /private

I modified the above per your suggestion below (ApJServMount /servlets/root
/root), but I still can't access zone release or private.

-----Original Message-----
From: jon * [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 30, 1999 1:55 PM
To: Java Apache Users
Subject: Re: zone configuration NT & W95


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

> ApJServMount servlets/         /root
> ApJServMount servlets/release  /release
> ApJServMount servlets/private  /private

that should be:

> ApJServMount /servlets/root     /root
> ApJServMount /servlets/release  /release
> ApJServMount /servlets/private  /private

you can't have mount points within each other.

-jon


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

Reply via email to