Skip to content

Commit

Permalink
Add midpoint_home/lib to loader path
Browse files Browse the repository at this point in the history
Per the 4.2.x release instructions need several items added to start string if using custom startup scripts. https://docs.evolveum.com/midpoint/release/4.2/
  • Loading branch information
pspaude authored Jul 1, 2021
1 parent 16f6fac commit 33562dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container_files/usr-local-bin/start-midpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ java -Xmx$MP_MEM_MAX -Xms$MP_MEM_INIT -Dfile.encoding=UTF8 \
-Dserver.tomcat.ajp.port=$AJP_PORT \
-Dserver.tomcat.ajp.secret=s3cr3t \
-Dlogging.path=/tmp/logtomcat \
-cp $MP_DIR/lib/midpoint.war \
-Dloader.path="WEB-INF/classes,WEB-INF/lib,WEB-INF/lib-provided,$MP_DIR/var/lib" \
org.springframework.boot.loader.PropertiesLauncher \
$MP_JAVA_OPTS \
-jar $MP_DIR/lib/midpoint.war &>/tmp/logmidpoint-console

0 comments on commit 33562dd

Please sign in to comment.