<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>com.prosc.TomcatDaemon</string>
	<key>ProgramArguments</key>
	<array>
		<string>%s</string>
		<string>-Djava.rmi.server.hostname=127.0.0.1</string>
		<string>-jar</string>
		<string>/Library/360Works/Internal/ProscTomcatDaemon.jar</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
	<key>AbandonProcessGroup</key>
	<true/>
	<key>StandardErrorPath</key>
	<string>/Library/360Works/Internal/Logs/stderrProscTomcatDaemon</string>
	<key>StandardOutPath</key>
	<string>/Library/360Works/Internal/Logs/stdoutProscTomcatDaemon</string>
</dict>
</plist>
