Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In your tomcat 6 install, execute the following:
    No Format
    mkdir -p shared/lib
    
  2. 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
    
  3. Set the value of the 'shared.loader' property to:
    No Format
    shared.loader=${catalina.home}/shared/lib/*.jar
    
  4. Back in the Scheduling Assistant Oracle Calendar source tree, open build.properties and edit the tomcat.home property to match your $CATALINA_HOME.
  5. Execute the following command to copy the correct dependencies into your Tomcat's shared/lib:
    No Format
    ant deploy-oracle-csdk-and-loader
    

...