InContext Server Installation: Difference between revisions

From Lingoport Wiki
Jump to navigation Jump to search
MaryH (talk | contribs)
Created page with " == InContext Server Installation Requirements == The InContext Server requires the following: * Tomcat 8.5.x * Java 8 * MySQL 5.5.3+ Since the Lingoport Suite already instal..."
 
MaryH (talk | contribs)
Line 6: Line 6:
* MySQL 5.5.3+
* MySQL 5.5.3+


Since the Lingoport Suite already installs Java and MySQL, the InContext Server only needs Tomcat installed.
Since the Lingoport Suite already requires Java and MySQL, the only additional requirement for the InContext Server is Tomcat.
 
== Tomcat Installation ==
 
Download the latest Tomcat 8.5.x from https://tomcat.apache.org/download-80.cgi#8.5.38
 
 
 
== InContext Server Files ==
There are three files that comprise the InContext Server:
* incontext-server.war
* incontext-server.sh
* IncontextServerConfig.groovy
 
The war file must be placed under the tomcat/webapps directory.
The incontext-server.sh file must be configured and placed in the tomcat directory.
The IncontextServerConfig.groovy file must be configured and placed in the tomcat directory.

Revision as of 19:24, 1 March 2019

InContext Server Installation Requirements

The InContext Server requires the following:

  • Tomcat 8.5.x
  • Java 8
  • MySQL 5.5.3+

Since the Lingoport Suite already requires Java and MySQL, the only additional requirement for the InContext Server is Tomcat.

Tomcat Installation

Download the latest Tomcat 8.5.x from https://tomcat.apache.org/download-80.cgi#8.5.38


InContext Server Files

There are three files that comprise the InContext Server:

  • incontext-server.war
  • incontext-server.sh
  • IncontextServerConfig.groovy

The war file must be placed under the tomcat/webapps directory. The incontext-server.sh file must be configured and placed in the tomcat directory. The IncontextServerConfig.groovy file must be configured and placed in the tomcat directory.