Skip to content

Commit

Permalink
Fix logfiles.hom system property resolving issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Oct 9, 2024
1 parent 11bb8b0 commit 7d6d3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/src/scripts/extension-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ if $cygwin; then
fi

# ----- Execute The Requested Command -----------------------------------------
$JAVA_HOME/bin/java -Dcarbon.home="$CARBON_HOME" -Dcarbon.config.dir.path="$CARBON_HOME"/conf -classpath "$CARBON_CLASSPATH" org.wso2.micro.integrator.server.Extensions $*
$JAVA_HOME/bin/java -Dcarbon.home="$CARBON_HOME" -Dcarbon.config.dir.path="$CARBON_HOME/conf" -Dlogfiles.home="$CARBON_HOME/repository/logs" -classpath "$CARBON_CLASSPATH" org.wso2.micro.integrator.server.Extensions $*

0 comments on commit 7d6d3fb

Please sign in to comment.