Skip to content

Instantly share code, notes, and snippets.

@matarillo
Created July 8, 2020 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matarillo/5b7449dbb5028cfee42c7389f0cbff11 to your computer and use it in GitHub Desktop.
Save matarillo/5b7449dbb5028cfee42c7389f0cbff11 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
</handlers>
<httpPlatform
processPath="%JAVA_HOME%\bin\java.exe"
arguments="-Djava.net.preferIPv4Stack=true -Dserver.port=%HTTP_PLATFORM_PORT% -jar %HOME%/site/wwwroot/app.jar"
startupTimeLimit="3600"
stdoutLogEnabled="true"
stdoutLogFile="%HOME%/LogFiles/httpplatform-stdout.log">
</httpPlatform>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment