ok - I finally got it work with the Terracotta config from svn. one hint for tomcat users:
tomcat uses separate class loaders for each virtual server and names this classloaders according to the DNS name of the virtual server, e.g. Tomcat.Catalina:example.domain.org, so with two cluster nodes node1.example.org and node2.example.org the TGTs live in differently named class loaders within the tomcat instances. If you login to node1, you via Terracotta automatically logged in on node2. But if you logout on node2, Terracotta searches for the TGT in the class loader named node1 and throws an TCClassNotFoundException exception. Workaround (if you only need one virtual host in tomcat): name all your tomcat engines/hosts "localhost" and provide the DNS name as <Alias>. Then all classloaders are named Tomcat.Catalina:localhost and Terracotta works fine. Ina _______________________________________________ Yale CAS mailing list cas@tp.its.yale.edu http://tp.its.yale.edu/mailman/listinfo/cas