[OGo-MacOSX] How can I have the application running in the background without using the windows server

Philippe Laval macosx@opengroupware.org
Thu, 30 Mar 2006 22:34:20 +0200


I have a second part of a tutorial showing how to setup SOPE on Mac  
OS X :

http://philippe.laval.free.fr/Programmation/SOPE/ 
Configuring_Apache_for_SOPE.html
http://philippe.laval.free.fr/Programmation/SOPE/index.html

I have a question :

I am currently using a command like:

$ ./build/Development/WOExtTest.app/Contents/MacOS/WOExtTest -WOPort  
20000

I have read in the archive of the mailing list that I could also use :

$ ./build/Development/WOExtTest.app/Contents/MacOS/WOExtTest -WOPort  
20000 --daemon

But this does NOT work. The application icon shows up (with the  
Appkit window) and dos not run as a daemon process.
How can I have the application running in the background without  
using the windows server (and beeing able to close the session  
without killing the process) ?

Thanks for your responses
Philippe