OpenLSD ENOpenLSD

Download at SourceForge.net

ConceptLogic Technical Aspects Future Plan Howto Benchmarks
Home OpenLSD OpenLSM OpenR66

HowTo-Install-OpenLSDWebAdmin-Tomcat

How to install Tomcat LSD instance with Oracle

This example is using Tomcat 5.5.

You have to install common libraries in tomcat/common/lib:

  • Commons apache libraries: (needed by Put functions)
    • commons-fileupload-1.2.jar
    • commons-io-1.3.2.jar
    • commons-codec-1.3.jar
    • commons-lang-2.3.jar
  • XML support:
    • dom4j-1.6.1.jar
    • jaxen-1.1.1.jar
  • MINA and relevant libraries:
    • Mina-2-M2 (as today): Mina-2-Pre-M2.jar and Mina-2-Pre-M2-ASW-Common.jar
    • jzlib-1.0.7.jar (compression support)
    • slf4j-api-1.5.0.jar (log support)
    • logback-access-0.9.8.jar
    • logback-classic-0.9.8.jar
    • logback-core-0.9.8.jar
  • Factory resource for JDBC from Tomcat: (or any other way to get a jdbc database connection)
    • commons-el.jar
    • naming-factory.jar
    • naming-factory-dbcp.jar
    • naming-resources.jar
  • Oracle support:
    • ojdbc14.jar or ojbdc5.jar or ojdbc6.jar
    • nls_charset12.jar or orai18n.jar
  • MySQL support:
    • mysql-connector-java-5.0.4-bin.jar
  • OpenLSD support:
    • fast_md5.jar and the relative so or dll library in C if wanted
    • OpenLSD-Client.jar
    • OpenLSD-Common.jar
    • OpenLSD-Web.jar
    • OpenLSD-Impl.jar

 

Some of the config files are placed inside the project WAR. You can copy the modified config files inside the web source project so as they will be included into the final WAR.

For PostGreSQL, you can follow the website from PostGreSQL itself.