Tomcat 9 and Installation 404 (SOLVED)

Installation Forum (Inactive)
Tomcat 9 and Installation 404 (SOLVED) Ant  2018-10-24 04:24
Status: Closed
 

Hi

I am getting the same error as the previous poster but the files you mention are there and have the correct permissions

root@labkey:/opt/tomcat# ls -l /opt/tomcat/lib/
total 11916
-rw-r----- 1 tomcat tomcat   12966 Sep  4 22:14 annotations-api.jar
-rw-r----- 1 tomcat tomcat   54227 Sep  4 22:14 catalina-ant.jar
-rw-r----- 1 tomcat tomcat  120722 Sep  4 22:14 catalina-ha.jar
-rw-r----- 1 tomcat tomcat   77031 Sep  4 22:14 catalina-storeconfig.jar
-rw-r----- 1 tomcat tomcat  307887 Sep  4 22:14 catalina-tribes.jar
-rw-r----- 1 tomcat tomcat 1645873 Sep  4 22:14 catalina.jar
-rw-r----- 1 tomcat tomcat 2769774 Sep  4 22:14 ecj-4.7.3a.jar
-rw-r----- 1 tomcat tomcat   87515 Sep  4 22:14 el-api.jar
-rw-r----- 1 tomcat tomcat  167491 Sep  4 22:14 jasper-el.jar
-rw-r----- 1 tomcat tomcat  557126 Sep  4 22:14 jasper.jar
-rw-r----- 1 tomcat tomcat   27901 Sep  4 22:14 jaspic-api.jar
-rw-r----- 1 tomcat tomcat   63166 Sep  4 22:14 jsp-api.jar
-rw-r--r-- 1 tomcat tomcat  317816 Oct 24 10:30 jtds.jar
-rw-r--r-- 1 tomcat tomcat   44088 Oct 24 10:30 labkeyBootstrap.jar
-rw-r--r-- 1 tomcat tomcat  654100 Oct 24 10:30 mail.jar
-rw-r--r-- 1 tomcat tomcat 2036609 Oct 24 10:30 mysql.jar
-rw-r--r-- 1 tomcat tomcat  790405 Oct 24 10:30 postgresql.jar
-rw-r----- 1 tomcat tomcat  282576 Sep  4 22:14 servlet-api.jar
-rw-r----- 1 tomcat tomcat   11212 Sep  4 22:14 tomcat-api.jar
-rw-r----- 1 tomcat tomcat  842120 Sep  4 22:14 tomcat-coyote.jar
-rw-r----- 1 tomcat tomcat  307294 Sep  4 22:14 tomcat-dbcp.jar
-rw-r----- 1 tomcat tomcat   65344 Sep  4 22:14 tomcat-i18n-es.jar
-rw-r----- 1 tomcat tomcat   39274 Sep  4 22:14 tomcat-i18n-fr.jar
-rw-r----- 1 tomcat tomcat   42168 Sep  4 22:14 tomcat-i18n-ja.jar
-rw-r----- 1 tomcat tomcat   12166 Sep  4 22:14 tomcat-i18n-ru.jar
-rw-r----- 1 tomcat tomcat  148741 Sep  4 22:14 tomcat-jdbc.jar
-rw-r----- 1 tomcat tomcat   35811 Sep  4 22:14 tomcat-jni.jar
-rw-r----- 1 tomcat tomcat  208906 Sep  4 22:14 tomcat-util-scan.jar
-rw-r----- 1 tomcat tomcat  141069 Sep  4 22:14 tomcat-util.jar
-rw-r----- 1 tomcat tomcat  229653 Sep  4 22:14 tomcat-websocket.jar
-rw-r----- 1 tomcat tomcat   38022 Sep  4 22:14 websocket-api.jar

What other issues could cause this problem? Are there logs I can look at ?

Thanks

 
 
Ant responded:  2018-10-24 04:46

It was a permissions problem and than a Java issue

I needed to do

chmod -R tomcat:tomcat /usr/local/labkey/labkeywebapp

Install java8

 apt install openjdk-8-jdk

NOT

apt install  default-jdk