users@glassfish.java.net

Re: Glassfish against multiple Solaris\Unix accounts

From: <glassfish_at_javadesktop.org>
Date: Thu, 08 Oct 2009 09:40:00 PDT

You can do it from separate domains since those are each run in their own JVM, but then each would have to have at least its own port, or you could give each instance its own IP so they could all be port 80.

If you go this method, you can use SMF and it can start each instance of glassfish with actual user who own each script, yet you can still run on port 80, SMF can grant you the appropriate privilege.

Otherwise your webapps would just sudo appropriately to run the scripts, though you may have to run something like 'expect' for that.
[Message sent by forum member 'whartung' (redrocks_at_sbcglobal.net)]

http://forums.java.net/jive/thread.jspa?messageID=367333