Trying to damonize glassfish under OS X leads to this error message:
ERROR: You are running on Mac OS X 10.6.2. Currently daemon mode only works on Linux or Solaris platforms!
However, according to the 0.9.3 release blog post [1] glassfish gem performs daemonization using Akuma, which *does*
support OS X, so my guess is that the platform check is too restrictive.
[1] http://weblogs.java.net/blog/2009/03/16/new-features-glassfish-093-gem |