This is not a problem of JDBCRealm..instead is a problem of 3.2.X, as
the form authentication does not work with cookies disabled...this
problem is Solved on 3.3 Nightly build.....i dont know how it works on
4.0 ..
The JDBCRealm has nothing to do with web.xml file..it's only a way to
store users credentials...so in either case the problem can not be
solved in JDBCRealm..
Saludos ,
Ignacio J. Ortega
> -----Mensaje original-----
> De: Jeff Kilbride [mailto:[EMAIL PROTECTED]]
> Enviado el: lunes 30 de abril de 2001 0:51
> Para: [EMAIL PROTECTED]
> Asunto: JDBCRealm not working with cookies disabled...
>
>
> Hi All,
>
> I have a JDBCRealm setup and working with Tomcat 3.2.1,
> Redhat 6.2 (2.4.3
> kernel), and MySQL. Everything works fine until I disable cookies in
> Internet Explorer (v5.5, WindowsNT 4.0sp6a). Once cookies are
> disabled, the
> realm stops working and doesn't write the JSESSIONID into the
> URL. Am I
> missing anything in the configuration?
>
> Here are the tomcat.log entries:
>
> 2001-04-29 04:43:57 - ContextManager: JDBCRealm:
> Authentication unsuccessful
> for user null
> 2001-04-29 04:44:15 - Ctx( www.mydomain.com: ): From login
> without a session
>
> I'm assuming that "From login" should really be "Form login".
> Shouldn't
> Tomcat re-write the session id into the URL automatically
> when cookies are
> disabled on the browser?
>
> Any help is appreciated.
>
> Thanks,
> --jeff
>
>