Versions Compared

Key

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

...

The following structure has been used at the installation path on fresh installation.

 

  1. A "conf" directory will be created and contains the following files
    1.  catalina.policy
    2. catalina.properties
    3. environment.properties
    4. log4j-cloud.cml
    5. server.xml
    6. tomcat6.conf
    7. tomcat-users.xml
    8. web.xml
  2. A "lib" directory will be created and contains the following files
    1. db.properties
    2. cloud.keystore
  3. Assumes that tomcat6/lib contains mysql-connector-5.1.21.jar
  4. A "webapps" directory will be created and "client" app will be placed inside it.

...