Changes for page Running Through Apache - Leopard & Snow Leopard Client - Summary
Last modified by Aaron Rosenzweig on 2012/10/18 13:08
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. tworman1 +XWiki.drizztmainsword - Content
-
... ... @@ -1,7 +1,7 @@ 1 1 This needs to be in one page - especially for beginners. I summarized my steps to run applications with Apache on a brand new Leopard install on the mailing list and it was suggested that it get put on the wiki. Please refer to the following pages if you need clarification: 2 2 3 3 [[Development Tools-Running Through Apache>>doc:Development Tools-Running Through Apache]] 4 - [[doc:WO. Home.Deprecated.WO 5\.4 Getting Started.WebHome]]4 + [[doc:WO.WO 5\.4 Getting Started]] 5 5 6 6 You don't need to set your host in JavaMonitor. I thought you did too, but it wasn't the case. You should be able to just run your application from Eclipse and it will "magically" use Apache when it is starting up. 7 7 ... ... @@ -46,7 +46,7 @@ 46 46 47 47 {{/code}} 48 48 49 -3. Add the launchd plist files necessary to start monitor and wotaskd during system startup to your /System/Library/LaunchDaemons/ directory. If you are using WO 5.4.x you can probably find the plists at /Developer/Examples/JavaWebObjects/Deployment/launchd/ If you cannot find them there, you can find instructions to produce them here: [[doc:WO. Home.Deprecated.WO 5\.4 Getting Started.WebHome]] If you do not specify WOHost in your plist, you will need to add the "WOHost=localhost" to the properties file in wotaskd (/System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/Properties)49 +3. Add the launchd plist files necessary to start monitor and wotaskd during system startup to your /System/Library/LaunchDaemons/ directory. If you are using WO 5.4.x you can probably find the plists at /Developer/Examples/JavaWebObjects/Deployment/launchd/ If you cannot find them there, you can find instructions to produce them here: [[doc:WO.WO 5\.4 Getting Started]] If you do not specify WOHost in your plist, you will need to add the "WOHost=localhost" to the properties file in wotaskd (/System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/Properties) 50 50 51 51 4. Change permissions of the launch daemon plists for wotaskd and monitor to **exactly** what is written in the wiki 52 52