Skip to content
This repository was archived by the owner on Dec 14, 2019. It is now read-only.

dedickinson/tika-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tika (REST) API

Azure web app

<?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 &quot;%HOME%\site\wwwroot\tika-api-0.1.0.jar&quot;"
						stdoutLogEnabled="true"
						stdoutLogFile="%HOME%\site\wwwroot\logs\"
						startupRetryCount='2'>
			<environmentVariables>
        		<environmentVariable name="server.port" value="%HTTP_PLATFORM_PORT%" />
			</environmentVariables>
		</httpPlatform>
	</system.webServer>
</configuration>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages