JBOSS 4.0.5GA

Wrote a similar Authenticator to GenericHeaderAuthenticator
(http://wiki.jboss.org/wiki/Wiki.jsp?page=GenericHeaderBasedAuthentication)
and placed the jar file at 
<jboss-4.0.5.GA>\server\default\deploy\jbossweb-tomcat55.sar

However JBoss can't find it throwing error
java.lang.ClassNotFoundException: TestAuthenticator

Tried to place at 
<jboss-4.0.5.GA>\server\default\lib &
<jboss-4.0.5.GA>\lib
but JBoss does not find it as well.

Even tried to place the class file inside 
<jboss-4.0.5.GA>\server\default\deploy\jbossweb-tomcat55.sar\tomcat55-service.jar

Where should I place the custom authenticator in order for JBoss to find it?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116962#4116962

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116962
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to