How do I get a 'bin' directory on cluster member machines?When deploying bits on a clustered environment, un-jarring the GlassFish bits doesn't create a 'bin' directory? Without the 'bin' directory, I can't create the Node Agents on those machines. Answer: You need to run "ant -f setup-cluster.xml", on the cluster member machines too. You can also use the "setup.xml" script and add clustering support using the admin console (see Kedar's blog). See also :
|