hi,
   I have downloaded the slide binary distribution and i am running the
startup.bat file from the bin directory.
   The new window running catalina closes automatically because of some
exception. The problem is that i am not able to see the stack trace of the
exception neither is there any information available from the log files. The
only line printed out in the  log files is
        2001-09-10 14:34:33 null Opening server socket on all host IP
addresses.

   Can somebody help me with this problem.
           thanks,
           rajkumar

-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 11:38 AM
To: [EMAIL PROTECTED]
Subject: Re: Use of SlideRealm class to authenticate slide users


> hi,
>   I want to use SlideRealm to authenticate users rather than have catalina
> do authentication.
>   Where exactly in the server.xml file do i need to put the following line
>       <Realm className="wrappers.catalina.SlideRealm" /> .
>   Right now there is no context defined for the slide web application in
the
> server.xml file. Do i need to create
>   a context element under localhost for the slide webapplication and use
the
> SlideRealm for that context.

The standalone Slide server (the 'server' directory in the binary
distribution) uses that kind of setup.

I would say you should map it to the context, since it's associated with a
namespace (but it can also be mapped to any container).

Remy

Reply via email to