Previous Topic: Copying the JDBC DriversNext Topic: JBoss


Apache Tomcat

Perform the following steps to copy the JDBC drivers:

  1. Navigate to the following directory:

    For MS SQL Server:

    <state_manager_installation_dir>\adapterStateManager\mssql
    

    For MySQL:

    <state_manager_installation_dir>\adapterStateManager\mysql
    

    For Oracle:

    <state_manager_installation_dir>\adapterStateManager\oracle
    
  2. Copy the JAR file corresponding to the database that you are using to the following application server installation directory.

    For Apache Tomcat 5.5.x:

    <Tomcat_root>\common\lib
    

    For Apache Tomcat 6.x and 7.x:

    <Tomcat_root>\lib
    

    Note: <Tomcat_root> refers to the Apache Tomcat installation directory.

  3. Restart Apache Tomcat.