Skip to content

Instantly share code, notes, and snippets.

@Amit-Hora
Created September 4, 2016 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Amit-Hora/7e9b06f4f73fbb27d602ab09f1646bfd to your computer and use it in GitHub Desktop.
Save Amit-Hora/7e9b06f4f73fbb27d602ab09f1646bfd 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 &quot;%HOME%\site\wwwroot\gs-serving-web-content-0.1.0.jar&quot;">
</httpPlatform>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment