...
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, 1.7 and 1.7 8 is supported by TermWeb. Java 1.8 is not supported.
Oracle's JDK/JRE can be downloaded from Oracle's website.
...
TermWeb is a web application that requires an application server. Apache Tomcat is the recommended application server and can be downloaded here. Recommended version is 7.0 or later, but TermWeb also supports Tomcat 6.0.
...
...
Java 1.7 must be used for Tomcat 8. Java 1.8 is not supported.
The installation directory for Tomcat depends on the Linux distribution, one common location is /usr/share/tomcat
. Tomcat's installation directory is referred to as <tomcat-install>
in this documentation.
...
In the file <tomcat-install>/webapps/termweb/WEB-INF/termweb.properties.sample
you will find settings that may have to be adjusted according to your environment. Pay extra attention to the Rename this file to termweb.properties
and edit the values for termweb.home
, base.url
and work.dir
values.
Info | ||
---|---|---|
| ||
Prior to TermWeb v 3v3.15, all changes to |
...