users@glassfish.java.net

Re: Unable to create windows service for GlassFish 3.1.2 cluster instaces

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Thu, 22 Mar 2012 10:07:34 -0500

The service created for a domain only starts the domain administration
server (DAS).

You do have to create separate service for each instance of the cluster.
The argument to create-service can either be a domain name (meaning the
DAS) or an instance name.

Tom