Last modified by Aaron Rosenzweig on 2012/10/18 13:08

From version 48.1
edited by Timothy Worman
on 2023/11/13 11:55
Change comment: Renamed back-links.
To version 46.1
edited by null null
on 2012/10/18 13:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,0 @@
1 -Development Tools-Running Through Apache
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.tworman
1 +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