Versions Compared

Key

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

...

  • Make sure Tomcat server is stopped at this point. If running using shutdown.sh or shutdown.bat script. If you are following this as part of initial installation, most likely server is not yet started.
  • Download the latest Oracle JDBC driver from https://www.oracle.com/database/technologies/appdev/jdbc-ucp-19c-downloads.html. For example, ojdbc8-full.tar.gz.
  • Remove ojdbc jar files like ojdbc*.jar or ojdbc*dms.jar from <FlexDeploy Home>/apache-tomcat-flexdeploy/lib.
  • Copy all jar files (For example ojdbc8.jar, ons.jar anducp.jar and others) from download archive to <FlexDeploy Home>/apache-tomcat-flexdeploy/liblibext. You will need to create libext folder as it may not exist.
  • Update <FlexDeploy Home>/apache-tomcat-flexdeploy/conf/context.xml as shown below. Make sure to take backup of existing context.xml file.

...