Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add midpoint_home/lib to loader path
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/
pspaude committed 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
@@ -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.