osx yosemite - Geoserver homebrew automatic launch OS X 10.10 -


i have installed geoserver homebrew on os x 10.10. can not find launchagent file. tried make own , put in ~/users/myuser/library/launchagents.

i called homebrew.mxcl.geoserver.plist

here content. not work. ideas? have start geoserver with

geoserver /path/to/geoserver_data_dir/data

<?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>keepalive</key>   <true/>   <key>label</key>   <string>homebrew.mxcl.geoserver</string>   <key>programarguments</key>   <array>     <string>geoserver</string>     <string>/library/webserver/geoserver_data_dir/data</string>   </array>   <key>runatload</key>   <true/>   <key>workingdirectory</key>   <string>/usr/local/var</string> </dict> </plist> 


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -