Last modified by Aaron Rosenzweig on 2012/07/20 01:35

From version 8.1
edited by Johan Henselmans
on 2011/04/07 12:07
Change comment: There is no comment for this version
To version 9.1
edited by Aaron Rosenzweig
on 2012/07/20 01:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.johanhenselmans
1 +XWiki.arosenzweig2
Content
... ... @@ -13,7 +13,8 @@
13 13  * Configure your Apache to use mod//WebObjects or the cgi-bin adaptor//
14 14  * Ensure wotaskd is running
15 15  * Set WODirectConnectEnabled to false
16 -* Setup your WebServerResources folder so that it is reachable by Apache, eg by making a symbolic link from the folder CGI-Executables/WebObjects to MyGreatApp.woa in your build folder in Eclipse
16 +* Set WOAllowRapidTurnaroundMode to false (It doesn't mean what you think it does - only useful pre-Eclipse days) - if you don't disable this then your static resources will still be served by the Java app instance and not by Apache.
17 +* Setup your WebServerResources folder so that it is reachable by Apache, eg by making a symbolic link from the folder CGI-Executables/WebObjects to MyGreatApp.woa in your build folder in Eclipse. Note: You may need to experiment with disabling the incremental builder setting to get build products that you can symbolic link to from the Apache root directories.
17 17  * make sure that in your wotaskd. settings your WOHost settings is the same as in Eclipse (by default there is no WOHost setting in the run configuration in Eclipse, you have to add that). WOHost localhost is a nice one.
18 18  * Profit
19 19