 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Christophe Puaud Guest
|
Posted: Fri Oct 29, 2004 2:16 pm Post subject: SSO + Tomcat + JDBCRealm |
|
|
I should integrate Single Sign On in my webapp (Tomcat 4.1.29).
My webApp use a JDBCRealm to control the users (it's work wihtout SSO).
I add this:
<Valve className="org.apache.catalina.authenticator.SingleSignOn"
debug="0"/>
in the server.xml.
First, SSO send the login popup.
Second, the webapp send a second login popup !? And I can't connect to the
application (the login and the password don't work)
Any has an idea ?
Thanks.
Christophe
|
|
| Back to top |
|
 |
Christophe Puaud Guest
|
Posted: Fri Oct 29, 2004 2:48 pm Post subject: Re: SSO + Tomcat + JDBCRealm |
|
|
The error message :
2004-10-29 16:34:38 CoyoteAdapter Bad Cookie Name: path /Value: /
java.lang.IllegalArgumentException: Le nom de cookie path est un "token"
réservé
at javax.servlet.http.Cookie.<init>(Cookie.java:185)
at
org.apache.coyote.tomcat4.CoyoteAdapter.parseCookies(CoyoteAdapter.java:393)
at
org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:
295)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:191)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:549)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:666)
at java.lang.Thread.run(Unknown Source)
"Christophe Puaud" <cpuaud (AT) ANTISPAMsopragroup (DOT) com> a écrit dans le message
de news:cltjcd$q2e$1 (AT) s5 (DOT) feed.news.oleane.net...
| Quote: | I should integrate Single Sign On in my webapp (Tomcat 4.1.29).
My webApp use a JDBCRealm to control the users (it's work wihtout SSO).
I add this:
Valve className="org.apache.catalina.authenticator.SingleSignOn"
debug="0"/
in the server.xml.
First, SSO send the login popup.
Second, the webapp send a second login popup !? And I can't connect to the
application (the login and the password don't work)
Any has an idea ?
Thanks.
Christophe
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|