users@glassfish.java.net

Multiple instance support in GlassFish Plugin for Eclipse IDE 3.3

From: <glassfish_at_javadesktop.org>
Date: Tue, 17 Jul 2007 06:15:41 PDT

I have just installed "GlassFish Plugin for Eclipse IDE 3.3 (Europa)". The problem I have ran into is that it works fine for the default "domain1" settings of Server Port at 8080 and Admin Server Port at 4848. However we use several domains set up at a variety of ports; I should think that this is rather common scenario in both development and deployment. I can start and stop these instances, but the plugin never acknowledges that the server has started, it simply continues to show a state of "starting...". I gather this is because the plugins is attempting to communicate with the server over another port that we have redefined but that the plugin interface does not allow me to set. Is this a know issue or perhaps I have missed something?

The script that we use to configure an instance is as follows, where X is a digit that make each instance unique:

${SUNAPPSVR_HOME}/bin/asadmin.bat create-domain --adminport X8888 --adminuser admin --instanceport X8080 --savemasterpassword --savelogin \
  --domainproperties jms.port=X7676:domain.jmxPort=X8686:http.ssl.port=X8181:orb.listener.port=X3700:orb.ssl.port=X3820:orb.mutualauth.port=X3920 \
  --passwordfile ${SUNAPPSVR_HOME}/bin/useme-passwords \
  useme_clean

Thanks,
Joel
[Message sent by forum member 'joelrs' (joelrs)]

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