Updating the JCo 2 server configuration
To update configuration changes for the SAP JCo Server, it is not necessary to restart the complete X4 Server. Therefore, the X4 Server provides a JMX MBean de.softproject.X4.X4Management with the following three methods.
Note:
In JBoss 4.2.3 GA, you can call the JMX console in the browser via a URL following the pattern http://host:port/jmx-console/, e.g. http://localhost:8080/jmx-console/. There you will find the respective MBean de.softproject.X4.X4Management.
| Restart JCo Server: | Call method restartSAPJcoServer() using Invoke |
| Shut down JCo Server: | Call method stopSAPJcoServer() using Invoke |
| Check JCo Server configuration regarding changes and read them: | Call method reloadChangedSAPJCoServers() using Invoke |