Skip to content

Commit

Permalink
Merge pull request #3677 from daneshk/master
Browse files Browse the repository at this point in the history
Fix logfiles.home system property resolving issue
  • Loading branch information
daneshk authored Oct 9, 2024
2 parents 3ac3df9 + 7d6d3fb commit 5e099b6
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 5e099b6

Please sign in to comment.