Skip to content
Snippets Groups Projects

fix error 500 at tsm.(intranet.)ufz.de/sta/

Merged Joost Hemmen requested to merge fix-sta-500-error into main

Currently, https://tsm.intranet.ufz.de/sta/ and https://tsm.ufz.de/sta/ throw Error 500.

This is the case, because the index.jsp that provides the list of Frost Instances at tomcat/sta url is owned by root. To solve this, the file is copied into $CATALINA_HOME/webapps/ROOT/ before changing the owner of $CATALINA_HOME to tomcat.

This way, the owner of the file is user tomcat and everything should as expected :slight_smile: :thumbsup: :100:

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading