Skip to content

Commit 09fe853

Browse files
SummerEskibear
authored andcommitted
Update jar file name in web.config (#2055)
1 parent 9a0cd48 commit 09fe853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utils/azuretools-core/resources/webapp/web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
66
</handlers>
77
<httpPlatform processPath="%JAVA_HOME%\bin\java.exe"
8-
arguments="-Djava.net.preferIPv4Stack=true -Dserver.port=%HTTP_PLATFORM_PORT% -jar &quot;%HOME%\site\wwwroot\ROOT.jar&quot;">
8+
arguments="-Djava.net.preferIPv4Stack=true -Dserver.port=%HTTP_PLATFORM_PORT% -jar &quot;%HOME%\site\wwwroot\app.jar&quot;">
99
</httpPlatform>
1010
</system.webServer>
1111
</configuration>

0 commit comments

Comments
 (0)