In Server.xml:
Under "<Engine name="Standalone" defaultHost="localhost" debug="0">"
find
<Realm className="org.apache.catalina.realm.MemoryRealm" />
and change it to:
<Realm className="wrappers.catalina.SlideRealm" />
That would be globally for all webapps.
For just the slide application you would have to add a context section like
the following:
<Context path="/slide" docBase="slide" debug="7" reloadable="true">
<Realm className="wrappers.catalina.SlideRealm" namespace="slide"/>
</Context>
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 8:21 AM
To: Slide Users Mailing List
Subject: Configuring Slide with Tomcat 4
Hello
I do not know if this has been answered prior to my asking so pardon me if
I am asking again:
I read in the docs about configuring Slide with Catalina 4
There is one statment that I do not understand.
"Configure Catalina to use realm wrappers.catalina.SlideRealm so that
Catalina authenticates users based on users defined in the Slide namespace.
"
Can anyone tell me how to do this?
thanks for your help.
Regards
Immanuel Babu
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>