You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Oliver Wulff <ol...@zurich.ch> on 2003/06/02 09:23:29 UTC

Realm class, Classloader




I'm using Tomcat 4.1.24 and JDK 1.3.1.

I've created a custom realm which is configured like this:
<Context path="/sec_test" docBase="sec_test" debug="0"
                 reloadable="true" crossContext="true">
       <Realm className="test.RacfRealm"/>
</Context>

The implementation class "test.RacfRealm" can be found only if it is
deployed to the server/lib directory.

If the Realm is configured for the context "sec_test", the class should be
loaded by the corresponding WebAppClassLoader.
What do you think?






******************* BITTE BEACHTEN *******************
Diese Nachricht (wie auch allfällige Anhänge dazu) beinhaltet
möglicherweise vertrauliche oder gesetzlich geschützte Daten oder
Informationen. Zum Empfang derselben ist (sind) ausschliesslich die
genannte(n) Person(en) bestimmt. Falls Sie diese Nachricht
irrtümlicherweise erreicht hat, sind Sie höflich gebeten, diese unter
Ausschluss jeder Reproduktion zu zerstören und die absendende Person
umgehend zu benachrichtigen. Vielen Dank für Ihre Hilfe.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org