Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageThe 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@ANTISPAMsopragroup.com> a écrit dans le message de news:cltjcd$q2e$1@s5.feed.news.oleane.net... > 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 > > >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.