...
- In your tomcat 6 install, execute the following:
No Format mkdir -p shared/lib
- This new directory will contain libraries that are loaded by Tomcat's Shared Classloader. Enable the shared classloader by editing:
No Format CATALINA$CATALINA_HOME/conf/catalina.properties
- Set the value of the 'shared.loader' property to:
No Format shared.loader=${catalina.home}/shared/lib/*.jar
- Back in the Scheduling Assistant Oracle Calendar source tree, open build.properties and edit the tomcat.home property to match your $CATALINA_HOME.
- Execute the following command to copy the correct dependencies into your Tomcat's shared/lib:
No Format ant deploy-oracle-csdk-and-loader
...