...
Copy the termweb.war file to the webapp directory in Tomcat. The war file should be extracted automatically when Tomcat is restarted.
Database connection setup
Application setup
In the file tomcat <tomcat-installation>
/webapps/termweb/WEB-INF/termweb.properties you will find settings that may have to be adjusted according to your environment. For a standard environment the settings should be correct as they are.
If you changed the database name, user name and/or password you should set the correct values for the database.url property.
You may also
Logging
Configuration for logging is configured in <tomcat-installation>
/webapps/termweb/WEB-INF/log4j.properties. You may want to change the path to the log file (log4j.appender.logfile.file
) if you want TermWeb to write its log file to logs directory in Tomcat.
See http://logging.apache.org/log4j for more information about logging configuration options.
Installation complete
Start up Tomcat and enter http://localhost:8080/termweb in your web browser. You should see the TermWeb login screen. You can log in with client "admin", user "admin" and password "admin".