Arthor Documentation for Future Developer

From DISI
Revision as of 21:28, 16 December 2019 by Jyoung (talk | contribs) (Created page with "Written by Jennifer Young on December 16, 2019 ==Install and Set Up on TomCat== Arthor currently runs on n-1-136, which runs CentOS Linux release 7.7.1908 (Core). You can ch...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Written by Jennifer Young on December 16, 2019

Install and Set Up on TomCat

Arthor currently runs on n-1-136, which runs CentOS Linux release 7.7.1908 (Core). You can check the version of CentOS with the following command

    cat /etc/centos-release

Check your current version of Java with the following command:

   java -version

On n-1-136 we are running openjdk version "1.8.0_222", OpenJDK Runtime Environment (build 1.8.0_222-b10), and OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode) If Java is not installed, install it using yum

I followed this link to install TomCat on CentOS 7 https://linuxize.com/post/how-to-install-tomcat-9-on-centos-7/