Hi Marvin, Thanks so much for the reply. But the problem is that I got "Page could not be displayed" error in the browser (it didn't get redirected to CAS sign in page or the application page). Did you see anything wrong with my web.xml config file? If I use casclient2.1.1 instead, and change the web.xml config file accordingly, then it works fine. Does it have anything to do with Tomcat version? I used Tomcat 6.0.18.
Thanks! Xuejin Marvin Addison-2 wrote: > >> May 13, 2009 12:05:45 PM >> org.jasig.cas.client.util.AbstractConfigurationFilter loadFromContext >> WARNING: javax.naming.NameNotFoundException: Name cas is not bound in >> this >> Context >> javax.naming.NameNotFoundException: Name cas is not bound in this Context > > This is an innocuous warning message that is due to logging a caught > JNDI exception via log.warn(msg, exception). JNDI is involved because > the client attempts to load context params from a JNDI context named > "cas" if they're not found in the servlet context. This has been > fixed in trunk and should make it into the next Java CAS client > release. > > M > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- View this message in context: http://www.nabble.com/Problem%3A-cas-client-3.1-for-java%3A-javax.naming.NameNotFoundException%3A-Name-cas-is-not-bound-in-this-Context-tp23528993p23529888.html Sent from the CAS Users mailing list archive at Nabble.com. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
