com.ibm.websphere.webcontainer

Interface GeneratePluginConfigMBean


  1. public interface GeneratePluginConfigMBean
Management interface for the MBean "WebSphere:name=com.ibm.ws.jmx.mbeans.generatePluginConfig". The Liberty profile makes this MBean available in its platform MBean server to allow users to generate a plugin-cfg.xml file which can be used to configure a web server plug-in that forwards HTTP requests for dynamic resources to the Liberty profile. This interface can be used to request a proxy object via the javax.management.JMX#newMBeanProxy method.

Method Summary

Modifier and Type Method and Description
  1. void
generateDefaultPluginConfig()
Invokes the generateDefaultPluginConfig operation, which generates a plugin-cfg.xml file with default settings in the ${server.output.dir} directory.
  1. void
generatePluginConfig(java.lang.String root,java.lang.String name)
Invokes the generatePluginConfig operation with root and name parameters, which generates a customized plugin-cfg.xml file in the ${server.output.dir} directory.

Method Detail

generateDefaultPluginConfig

  1. void generateDefaultPluginConfig( )
Invokes the generateDefaultPluginConfig operation, which generates a plugin-cfg.xml file with default settings in the ${server.output.dir} directory.

generatePluginConfig

  1. void generatePluginConfig(java.lang.String root,
  2. java.lang.String name)
Invokes the generatePluginConfig operation with root and name parameters, which generates a customized plugin-cfg.xml file in the ${server.output.dir} directory.
Parameters:
root - plug-in install root directory
name - server name