--
Some new info, if I hit the solaris box with a browser and ask for:
http://boxname/~mikes/servlets/Hello
I get file not found. If I ask for
http://boxname//~mikes/servlets/Hello
It works. What the heck am I missing?
the config entry for this was
ApJServMount /~mikes/servlets /mikes
(Which, by the way, works just fine on apache136 and jserv1.0b4 on linux)
after seeing the above // nonsense, I tried
ApJServMount ~mikes/servlets /mikes
to no avail.
Anyone got any suggestions?
-C
On Tue, Jun 22, 1999 at 11:38:07AM -0400, Chris Thompson wrote:
> --
>
> 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]
--
--------------------------------------------------------------
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]