This guide describes how to install a new TermWeb installation on Windows.
Installing Java
TermWeb requires a Java Developers Kit (JDK) or Java Runtime Environment (JRE) platform to be installed on your server's operating system. Currently Java 1.6 and 1.7 is supported by TermWeb. Java 1.8 is not supported.
Oracle's JDK/JRE can be downloaded from Oracle's website.
Please note
OpenJDK is not officially supported, but there are currently no known issues with running TermWeb on OpenJDK.
Downloading installation files
Connect to files.termweb.se using the credentials provided by InterverbumTech. Download the zip-archive for the desired TermWeb version. The archive contains the files termweb.war
, createdb.sql
, termweb.sql
and termweb_sqlserver2005.sql
.
Database setup
The default database name, user and login name, and password in the descriptions below can be replaced by other values. It is highly recommended to change the password for security reasons.
Web application installation
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-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.
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".