Re: [JBoss-user] Tomcat authentication problem 2

2001-04-19 Thread danch
I'm not a Tomcat expert, but I believe that on your client side (in JSPs and servlets, that is) you should be using Tomcat style login interceptors. There is a JBoss interceptor that picks up the Tomcat principal and credential and assigns the SecurityAssociation to the thread. This way, as long a

Re: [JBoss-user] Tomcat authentication problem

2001-04-19 Thread jBoss Monkey
This problen is most probably caused by the inability of tomcat services to pass on the credential properly to the jBoss. The solution is to update your tomcat-services.jar with the latest code in contrib module. good luck ~jm Hein Saris wrote: > Hi, > > I have successfully installed jBoss2