Re: java.lang.ClassNotFoundException: org.apache.catalina.realm.CombinedRealm

2009-11-19 Thread DJVege
Worked like a charm. However I don't seem to be able to add multiple role-name's to my web.xml (application). Isn't it as simple as this? web.xml within security constraint: CN=AD Group,OU=BLAh,DC=blah CN=AD user account,OU=Blah,DC=blah and within security-

Re: java.lang.ClassNotFoundException: org.apache.catalina.realm.CombinedRealm

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DJVege, On 11/18/2009 12:43 AM, DJVege wrote: > I think you meant . - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksEUWUACgkQ9CaO5/Lv0PD6PwCcCRB

Re: java.lang.ClassNotFoundException: org.apache.catalina.realm.CombinedRealm

2009-11-18 Thread Konstantin Kolinko
2009/11/18 DJVege : > > Hi guys, > > I'm quite simply trying to create a combined realm that will hold 2 JNDI > realms, but am receiving the error above. I thought the realms were native > to tomcat? I shouldn't need any extra lib/jar files, should I? > > Anyone know why I might be getting this err