Re: FW: Configuring JAAS realm for a web appplication (Catalina class loader bug)

2004-11-07 Thread Jacob Kjome
Well, the short answer is, move it to common/lib, not server/lib. server/lib is for stuff that *only* Tomcat itself should see. common/lib is for stuff that both the server and applications should see (and shared/lib is the converse of server/lib, but different from WEB-INF/lib since it is gl

FW: Configuring JAAS realm for a web appplication (Catalina class loader bug)

2004-11-07 Thread Reingold Genna
Title: FW: Configuring JAAS realm for a web appplication (Catalina classloader bug) Hi, My company  isusing Tomcat 4.1.29 and I'm investigating a transition to version 5.0.28.  We use JAAS for authentication. The realm is decleared inside the web application context. The authentication cod