JIRA 4.0 : Configure JIRA as service on Mac OS X
This page last changed on Jun 14, 2009 by rosie@atlassian.com.
If you want to run JIRA as a server on OSX, you will need to configure it http://developer.apple.com/macosx/launchd.html It's easier to use Lingon (http://lingon.sourceforge.net/) to define Example definition of com.atlassian.jira.plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.atlassian.jira</string> <key>ProgramArguments</key> <array> <string>/usr/local/apache-tomcat-5.5.23/bin/catalina.sh</string> <string>run</string> </array> <key>RunAtLoad</key> <true/> <key>ServiceDescription</key> <string>JIRA autoloaded as a service</string> <key>UserName</key> <string>pw</string> </dict> </plist> I'd advise adding the <UserName> tag to tell OSX which user to run If you wanted to run JIRA as a WAR web-archive, and use OSX's factory |
![]() |
Document generated by Confluence on Oct 06, 2009 00:26 |