Securing the Central Configurator in My webMethods Server
About this task
Communications between the configuration portlets and back-end web-application can be secured even if the primary IBM My webMethods Server instance is not. This is because the Central Configurator web-application creates its own Glue based HTTP server. This server can be configured to require the use of SSL for its in bound connections. To enable SSL in the Central Configurator, several configuration files must be changed manually. The SSL key and trust stores are configured through IBM My webMethods Server server.properties batch or shell script.
The "server.properties.bat" (Windows) or "server.properties.sh" (Unix) files contain the environment settings for the IBM My webMethods Server instance. In this file the JVM, debug, SSL, JMX, HTTP and other options are specified. For SSL, the key and trust store variables define the key and trust store file locations, their type, and finally the access password. Note that once the IBM My webMethods Server instance is started or restarted the password variables values will be encrypted. For more information see Administering IBM My webMethods Server.
To secure the Central Configurator in IBM My webMethods Server