Sorry but that's not working either. With noCookies set to true in
server.xml the authentication doesn't even work when cookies are enabled in
the browser. I guess this is more an issue for the Tomcat mailing list.

Actually I found a mail that is pointing to a solution in Tomcat 3.3m3 (see
below). But when will that be a production release and embedded in Jboss?

Tx,
Uh

From: "Jeff Kilbride"
Subject:  Re: JDBCRealm not working with cookies disabled...
Date:  Mon, 30 Apr 2001 12:48:08 -0700

Hi Ignacio,

Thanks. Does this problem exist in all 3.2.x -- including 3.2.2? I'm
under
the impression that the 3.3 nightly builds are not production-ready
yet.

Thanks,
--jeff

----- Original Message -----
From: "Ignacio J. Ortega" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 30, 2001 1:02 AM
Subject: RE: JDBCRealm not working with cookies disabled...


> 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
> >
> >
>

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Im Auftrag von Scott M
Stark
Gesendet: Montag, 11. Juni 2001 18:14
An: [EMAIL PROTECTED]
Betreff: Re: [JBoss-user] JBoss-Tomcat not working for wireless devices


This is a tomcat config issue. Look at the following element in the
tomcat/conf/server.xml file:

        <!-- Session interceptor will extract the session id from cookies
and
             deal with URL rewriting ( by fixing the URL ).  If you wish to
             suppress the use of cookies for session identifiers, change the
             "noCookies" attribute to "true"
          -->
        <RequestInterceptor
            className="org.apache.tomcat.request.SessionInterceptor"
            noCookies="false" />

----- Original Message -----
From: "Ulli Hoffmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 3:32 AM
Subject: [JBoss-user] JBoss-Tomcat not working for wireless devices


> Hi,
>
> login to JBoss-Tomcat apps from wireless devices is not working with the
> latest JBoss-Tomcat releases (3.2.1/3.2.2).
>
> The majority of wireless browser clients (WAP/WML and HTML) do not support
> cookies but handling session IDs with cookies disabled is not supported up
> to Tomcat 3.2.x.
>
> (If you disable cookies on your IE or N6 j_security_check won't work.)
>
> This missing functionality has a big impact on our decision whether to go
> with JBoss in the future or not, since it is essential to support access
to
> our applications from any client.
>
> Is there anybody on the list who experienced the same?
>
> Regards,
> Uh
>
>
>
>
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to