Hi, I had cas 3.5.2 in jboss 4 and now I'm moving to tomcat 7.
First of all I had to add the following to my catalina.bat because there was a problem: set JAVA_OPTS = "-Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false" After that it started aprently correctly but the behaviour compared to JBOSS previous version is different. In the jboss version I could retrieve the authentication from SecurityContextHolder.getContext() in my FlowExecutionListener and it was AnonymousAuthenticationToken but in tomcat 7 I get null. Pherhaps something related to threads managemnte different between both containers? On top of that, I have seen that there are some cas client jars specific for tomcat and for the version 7 like: - cas-client-integration-tomcat-common-3.2.1.jar - cas-client-integration-tomcat-v7-3.2.1.jar and I don't know how I have to use them and when it is necessary. Is there any procedure to properly install cas webapp in tomcat 7. Thanks. -- 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
