> From: Michal Kwiatek [mailto:[EMAIL PROTECTED] 
> Subject: realm in context in war file
> 
> I have the following context definition:
> 
> <context path="/test1" override="true" docBase="webapps/test1">
> <realm 
>       className="org.apache.catalina.realm.MemoryRealm"
>       debug="9999"
>       pathname="webapps/test1/META-INF/context-users.xml"
> />
> </context>

What level of Tomcat are you using?  If it's 5.5, you should not have a
path attribute.  If you remove the pathname attribute from the <realm>
tag, does authentication function with the default
conf/tomcat-users.xml?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to