I'm trying to implement a realm to a context within a virtual host but I can't 
get it working. This is my server.xml for the virtual host:

<Host name="my.host.name">
    <Context path="" docBase="/path_to_app" />
    <Context path="/stats" docBase="/path_to_stats">
         <Realm className="org.apache.catalina.realm.MemoryRealm" />
    </Context>
</Host>

Whatever I try, I can't get tomcat to ask me for an authentication.
Can anybody help me out with an example. I've read the Tomcat Realm how-to but 
that doesn't get me further.

Thx,
Bart

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

Reply via email to