================================================================================ Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================================================ Apache Tomcat OACC Version @VERSION@ Release Notes ============================= KNOWN ISSUES IN THIS RELEASE: ============================= * Compatibilty * SingleSignOn * Viewing the Tomcat OACC Change Log ============== Compatibility: ============== Tomcat OACC is compatible with Tomcat 6 and works with Java 5 and Java 6. Since there is a strong relation between Tomcat 6 and the Tomcat cluster implementation, you always need to use a OACC binary build against the same version of Tomcat, than the one you are using. All cluster configuration options from Tomcat 5.5 should work without any change with OACC. You need to ensure, that you have set the "className" in the "Cluster" element explicitely to "org.apache.catalina.cluster.tcp.SimpleTcpCluster". You don't need to uninstall Tomcat 6 default cluster if you like to use OACC. We don't support mixed use of OACC and Tomcat 6 default cluster in the same Tomcat instance though. ============= SingleSignOn: ============= If you need to use the SingleSignOn authenticator together with OACC, we need to replace one class from the default Tomcat 6 with a OACC special one. See RUNNING.txt. We don't recommend the use of SingleSignOn in combination with clustering, because some use cases will not work the way you expect them to. =================================== Viewing the Tomcat OACC Change Log: =================================== See changelog.html in the docs directory.