Generating a Liberty server plug-in configuration by using the pluginUtility command
You can generate the plug-in configuration file for a Liberty server by running the pluginUtility command. You can run the command for a target server that is either a local server or a remote server.
Before you begin
Complete the following items:
Ensure that for the target server, the
localConnector-1.0feature is enabled for a local server and therestConnector-2.0feature is enabled for a remote server.Ensure that for the target server the
restConnector-2.0feature is enabled.- Ensure that the target server is running.
- For a remote server, set the JVM property of
com.ibm.webserver.plugin.utility.autoAcceptCertificatesto true to automatically accept SSL certificate chains. - Ensure that the target server has the
servlet-3.0feature or theservlet-3.1feature enabled.
About this task
To create the plug-in configuration file, choose which steps in the procedure to run based on whether you have a local server or a remote server.