[jboss-user] [Security & JAAS/JBoss] - Custom Authenticator class not found

barramundi do-not-reply at jboss.com
Fri Jan 4 04:45:56 EST 2008


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



More information about the jboss-user mailing list