Hi,
Thanks for your reply.
The Class given in the class tag implements this
com.caucho.http.security.ServletAuthenticator
This functionality works perfectly in resin 2.x versions.While we try
migrating to resin 3.0
we get instantiation exception while starting the resin.
The Resin server is not getting started.

Karthik



Karthik_rcs wrote:
> 
> HellO Team,
> We have some issues while migrating from 2 to 3 of resin.
>    <login-config>
>         <auth-method>form</auth-method>
>         <form-login-config form-login-page="/jsp/logon.jsp"
> form-error-page="/jsp/logonerror.jsp" internal-forward="true"
> form-uri-priority="false"/>
>         <authenticator>
>             <class-name>com.A.B.B.C</class-name>
>             <init-param serviceClass="AAA.BB.CCC"/>
>         </authenticator>
>     </login-config>
> 
> 
> The Class name is kept intentionally of not exposing the internal
> information. 
> 
> I am getting the instantiation exception while starting resin  with the
> above thing in web.xml saying error as 
> 
> [2007/02/26 16:35:31.765] com.caucho.config.LineConfigException:
> WEB-INF/web.xml:242: java.lang.InstantiationException:
> com.caucho.server.security.ServletAuthenticator
> 
> Kindly Clarify what can be done with this
> 
> Karthik R
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Authenticator-Tag-in-web.xml-for-Resin-3.0-tf3292145.html#a9175179
Sent from the Resin mailing list archive at Nabble.com.



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to