Class SystemPropertyUpgrade

java.lang.Object
org.glassfish.config.support.SystemPropertyUpgrade
All Implemented Interfaces:
org.glassfish.api.admin.config.ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct

@Service public class SystemPropertyUpgrade extends Object implements org.glassfish.api.admin.config.ConfigurationUpgrade, org.glassfish.hk2.api.PostConstruct
Upgrade service to add the new 3.1 system properties to the config elements (except DAS config, server-config) in existing domain.xml: <system-property name="ASADMIN_LISTENER_PORT" value="24848"></system-property> <system-property name="OSGI_SHELL_TELNET_PORT" value="26666"></system-property> <system-property name="JAVA_DEBUGGER_PORT" value="29009"></system-property> Use the same prefix as the config's system property HTTP_LISTENER_PORT if it exists.
Author:
Jennifer Chou
  • Constructor Details

    • SystemPropertyUpgrade

      public SystemPropertyUpgrade()
  • Method Details

    • postConstruct

      public void postConstruct()
      Specified by:
      postConstruct in interface org.glassfish.hk2.api.PostConstruct