Skip to content

Tomcat configuration

DG Christensen edited this page Nov 27, 2020 · 3 revisions

After installing Tomcat:

  • Put zeidon.ini in the conf directory (note case will matter)
  • Alter conf/catalina.properties and append ${catalina.base}/conf to shared.loader; ie. shared.loader=${catalina.base}/conf}
  • Put the .war file in webapps
  • If your app is named MyApp and the first screen is StartUp, there will be a directory created called webapps/MyApp
  • The url will be http://:8080/MyApp/StartUp.jsp
  • Also note if you are connecting to MS SQL server the sqljdbc4.jar file is not installed by default.