On 22 Aug 2004 at 0:59, A wrote:

> Of course,
> 
> Slide documentation says that the JAAS module has not
> been included in the build target.  I believe it has. 
> The class which has not been included is SlideRealm
> and this is needed to set up authentication for
> Tomcat.

If the ClassNotFoundEx comes during run-time it might be a 
classloader issue. If the SlideRealm class is inside WEB-INF, 
Tomcat cannot instantiate it. I think the SlideRealm class must 
be in commons/lib or so.

> 
> So i modified the build file to realize this and tried
> to build.  It did not build and ant complained.  Let
> me know if i am incorrect and also forgive me if the
> questions i am asking seem to be elementary.
> 
> I was having a hard time with slide.
> 
> FInally even without authentication set up can you
> answer the following:
> 
> 1) My webDav client shows the contents of the folder
> as the folder itself.  By this i mean if you click on
> /files - it will show another folder called files and
> so on.  Using Goliath - Mac OS X.

Did you try another WebDAV client? Maybe it's a client problem?

> 
> 2) Is it possible to have many folders which are
> hidden from users.  By this i mean if one user logs in
> - he sees his share, another user sees something
> diffferent related to his share.  So no two users see
> each others existence.  
> 
This is possible. Each user sees the folders which she has 
access to, meaning at least read rights. So if you set up your 
directory structure in a way the different users have no access 
to the directories of other users they won't see them.

> Thanks guys
> 
> --- James Mason <[EMAIL PROTECTED]> wrote:
> 
> > Can you describe under what circumstances you're
> > getting the 
> > ClassNotFoundException?
> > 
> > -James
> > 
> > A wrote:
> > > Developers, 
> > > 
> > > I tried to modify the build file so that i could
> > check
> > > this into CVS, to compile the slideReal file. 
> > This
> > > was because i kept getting 
> > > 
> > > java.lang.ClassNotFoundException:
> > > wrappers.catalina.SlideRealm
> > > 
> > > error.
> > > 
> > > 
> > > Can anyone let me know why ant complains
> > > 
> > > 
> > >   [javac] symbol  : method log (java.lang.String)
> > >     [javac] location: class
> > > wrappers.catalina.SlideRealm
> > >     [javac]             log("User " + username
> > >     [javac]             ^
> > >     [javac] 40 errors
> > > 
> > > 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to