Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 30th, 2012  |  syntax: None  |  size: 0.65 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
  3.   "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  4. <plist version="1.0">
  5. <dict>
  6.   <key>Label</key>
  7.   <string>org.apache.lucene</string>
  8.   <key>ProgramArguments</key>
  9.   <array>
  10.     <string>java</string>
  11.     <string>-jar</string>
  12.     <string>/usr/local/solr/start.jar</string>
  13.   </array>
  14.   <key>RunAtLoad</key>
  15.   <true/>
  16.   <key>KeepAlive</key>
  17.   <true/>
  18.   <key>WorkingDirectory</key>
  19.   <string>/usr/local/solr</string>
  20.   <key>StandardErrorPath</key>
  21.   <string>/var/log/solr.log</string>
  22.   <key>StandardOutPath</key>
  23.   <string>/var/log/solr.log</string>
  24. </dict>
  25. </plist>