+
<?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.example.poja</string>
+
+ <key>Enabled</key>
+ <false/>
+
+ <key>ProgramArguments</key>
+ <array>
+ <string>[executable]</string>
+ <string>-Dpoja.apache.useInheritedChannel=false</string>
+ </array>
+
+ <key>Sockets</key>
+ <dict>
+ <key>Listeners</key>
+ <dict>
+ <key>SockServiceName</key>
+ <string>8080</string>
+ <key>SockType</key>
+ <string>stream</string>
+ <key>SockProtocol</key>
+ <string>TCP</string>
+ </dict>
+ </dict>
+
+ <key>StandardErrorPath</key>
+ <string>/tmp/com.example.poja.log</string>
+
+ <key>inetdCompatibility</key>
+ <dict>
+ <key>Wait</key>
+ <false/>
+ </dict>
+
+ <key>KeepAlive</key>
+ <false/>
+ </dict>
+</plist>
+