<?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 -jar "%HOME%\site\wwwroot\tika-api-0.1.0.jar""
stdoutLogEnabled="true"
stdoutLogFile="%HOME%\site\wwwroot\logs\"
startupRetryCount='2'>
<environmentVariables>
<environmentVariable name="server.port" value="%HTTP_PLATFORM_PORT%" />
</environmentVariables>
</httpPlatform>
</system.webServer>
</configuration>
This repository was archived by the owner on Dec 14, 2019. It is now read-only.
dedickinson/tika-api
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|