Custom Realm - Tomcat 5.5 to Tomcat 7 Migration

2011-08-19 Thread Steve Ratay
I have a custom realm that is quite complex and uses a variety of third party libraries, including Spring.  In Tomcat 5.5, I placed the Realm and all of the JARs it depended upon in the server/lib directory.  This kept these classes in the Catalina class loader, which was not visible to any web

Re: Custom Realm - Tomcat 5.5 to Tomcat 7 Migration

2011-08-19 Thread Konstantin Kolinko
2011/8/19 Steve Ratay steve.ra...@yahoo.com: I have a custom realm that is quite complex and uses a variety of third party libraries, including Spring.  In Tomcat 5.5, I placed the Realm and all of the JARs it depended upon in the server/lib directory.  This kept these classes in the