conf
file...
> Message du 15/02/06 à 19h29
> De : "Caldarale, Charles R"
> A : "Tomcat Users List" , [EMAIL PROTECTED]
> Copie à :
> Objet : RE: LoginModule JAAS and Tomcat (initialize method is not called)
>
> > From: Vincent Delhommois [mailto:[E
> From: Vincent Delhommois [mailto:[EMAIL PROTECTED]
> Subject: Re: LoginModule JAAS and Tomcat (initialize method
> is not called)
>
> I start Tomcat with the following option :
> set
> JVM_OPTS=-Djava.security.auth.login.config=D:/Appl/eclipse/wor
> ksp
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
> Message du 15/02/06 à 17h51
> De : "Vincent Delhommois"
> A : users@tomcat.apache.org
> Copie à :
> Objet : LoginModule JAAS and Tomcat
Hello,
I developped my own LoginModule which is very simple for the moment. I wanted
to know if I have to create the JAAS configuration file ? If yes where you I
locate it ?
When I start Tomcat, the constructor of the LoginModule is well called but
Tomcat failed before the initialize method. Tom