--
The system wide servlet zone mounted on the location /servlets lives in
/u/sites/servlets. all three directories are readable by group web (Which the
apache process runs as)
The per user servlet zones on /~user/servlets live in /u/homes/user/servlets
and all of those directories are readable.
The only place the tilde ~ occurs is in the config directive
ApJServMount /~mikes/servlets /mikes
all pathnames are fully qualified.
Is this not the way to note that http://thisbox/~user/servlets is a servlet
zone? I am going on the assumption that the first argument to ApJServMount
is a URI location request, not a physical filename.
-Chris
On Tue, Jun 22, 1999 at 03:16:47PM +0000, Craig R. McClanahan wrote:
> --
>
> Two quick things to double check:
> * File access permissions on all of the relevant
> files and directories, all the way to the root.
> * Try setting up paths to the absolute directories,
> instead of using the "~" characters. I would not
> be surprised to see Solaris behave differently with
> these.
>
> Craig McClanahan
>
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]