Problem using custom JAAS authentication

2005-03-25 Thread Christopher W. Farnham
I've been able to set up custom JAAS authentication in Slide 2.1.  I'm not using Slide's JAAS implementation, but one of my own. I've turned off locking and security using the slide.properties file. I can log into slide using my custom JAAS Realm and navigate the tree structure but when I try

Re: Problem using custom JAAS authentication

2005-03-25 Thread Christopher W. Farnham
I was able to fix my own problem by adding these two lines to the section of my Domain.xml | true org.apache.slide.structure.SubjectNode| Christopher Farnham Senior Consultant at Wrycan, Inc. [EMAIL PROTECTED] http://www.wrycan.com Christopher W. Farnham wrote: I've been ab

Re: starting slide before other webapps

2005-06-16 Thread Christopher W. Farnham
We had this problem and we redesigned our Slide dependent application to use lazy initialization. In other words, the application only loaded Slide dependent code once the first request was made. This probably means you only have to turn pre-initialization of your servlets off in your web.xml.