On Wed, Jun 18, 2008 at 2:10 PM, Caldarale, Charles R
> Just to verify, your <Realm> declaration is within the webapp's <Context>, 
> correct?
> Could you post the <Context> element for the webapp?  I'd like to see if 
> there's anything odd in it.

My <Realm> declaration is stored in META-INF/context.xml of the war.

<Context path="/ams" reloadable="true" >

    <Manager pathname=""/>

    <ResourceLink global="jdbc/amsDBPool" name="jdbc/amsDBPool"
type="javax.sql.DataSource"/>

    <Realm className="org.apache.catalina.realm.JAASRealm"
        appName="MyRealm"
        userClassNames="com.acme.MyUser"
        roleClassNames="com.acme.MyUserRole"
        debug="99"
        useContextClassLoader="false" />

</Context>

>> java.lang.ClassNotFoundException: com.acme.MyUser
>
> So you're the one that sells all that stuff to Wile E Coyote?

Beep Beep !

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to