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 can find the respective MBean: de.softproject.X4.X4Management.
| Restart JCo Server: | CallrestartSAPJcoServer()method using Invoke |
| Shut down JCo Server: | Call stopSAPJcoServer()method using Invoke |
| Check JCo Server configuration regarding changes and read them: | Call reloadChangedSAPJCoServers()method using Invoke |