IBM WebSphere

From jManage

Setup for IBM Websphere

jManage uses SOAP connector for Webshere. For connecting to websphere, you need to copy the following jars to modules/websphere directory:

1. <websphere_install_dir>\WebSphere\AppServer\etc\tmx4jTransform.jar

2. <websphere_install_dir>\\WebSphere\AppServer\java\jre\lib\ibmcertpathprovider.jar

3. <websphere_install_dir>\\WebSphere\AppServer\java\jre\lib\ext\ibmjceprovider.jar

4. <websphere_install_dir>\\WebSphere\AppServer\lib\admin.jar

5. <websphere_install_dir>\\WebSphere\AppServer\lib\bootstrap.jar

6. <websphere_install_dir>\\WebSphere\AppServer\lib\classloader.jar

7. <websphere_install_dir>\\WebSphere\AppServer\lib\client.jar

8. <websphere_install_dir>\\WebSphere\AppServer\lib\emf.jar

9. <websphere_install_dir>\\WebSphere\AppServer\lib\ffdc.jar

10.<websphere_install_dir>\\WebSphere\AppServer\lib\j2ee.jar

11.<websphere_install_dir>\\WebSphere\AppServer\lib\mail-impl.jar

12.<websphere_install_dir>\\WebSphere\AppServer\lib\management.jar

13.<websphere_install_dir>\\WebSphere\AppServer\lib\ras.jar

14.<websphere_install_dir>\\WebSphere\AppServer\lib\sas.jar

15.<websphere_install_dir>\\WebSphere\AppServer\lib\security.jar

16.<websphere_install_dir>\\WebSphere\AppServer\lib\soap.jar

17.<websphere_install_dir>\\WebSphere\AppServer\lib\utils.jar

18.<websphere_install_dir>\\WebSphere\AppServer\lib\wasjmx.jar

19.<websphere_install_dir>\\WebSphere\AppServer\lib\wsexception.jar

20.<websphere_install_dir>\\WebSphere\AppServer\lib\wasproduct.jar

21.<websphere_install_dir>\\WebSphere\AppServer\lib\wsprofile.jar

22.<websphere_install_dir>\\WebSphere\AppServer\lib\wssec.jar

23.<websphere_install_dir>\\WebSphere\AppServer\lib\wssoap.jar

You can ignore any jars that are not available in 5.x.


Adding WebSphere Application

To add a WebSphere application, choose WebSphere from the list of available applications, and specify the following:

Name: This is the name you want to give to this application.
Host: This is the host name or the IP address of the machine where WebSphere is running.
Port: The default port is 8880.
Username: By default security is not enabled, so username doesn't need to be specified.
Password: By default security is not enabled, so password doesn't need to be specified.