0 votes
80 views

Dear community, 

I have been following the installation guide LCA Collaboration Server – Installation Guide | openLCA.org, and Java, MySQL and Tomcat are running fine. I downloaded the webapp file (*.war) and put it into Tomcat's webapp directory < /var/lib/tomcat9/webapps >. 

I can see the application in my host's Tomcat management GUI < [URL]:8080/manager/html >, however the LCA CS application does not execute (error 404).

When I look into the wepapp directory, I see that there is no < index.html > file:

# /var/lib/tomcat9/webapps$ ls LCA-CS

META-INF  org  THIRD-PARTY.txt  WEB-INF

# /var/lib/tomcat9/webapps$ ls ROOT/

index.html  META-INF

I appreciate any help in this! THANKS!

Environment:

  • Ubuntu 22.04
  • Tomcat 9
  • Apache
  • MySql
in LCA Collaboration Server by (120 points)

1 Answer

0 votes
ago by (9.7k points)
the index.html file is located in WEB-INF/classes/static/index.html and is served by spring-boot.

If the app does not execute, there should be some error in the logs.

Is your Java version 21? Also we recommend to use tomcat 10
...