I have downloaded websphere 6.1 both base and express trail version for windows from the ibm site. I want to write the administrator client program. But some of the jar files like admin.jar,jmxx.jar are not present in the product. These jar files are present in 6.0 version. Whether i want to download these jar files seperately for 6.1 or Is i am doing anything wrong ?
For Express Trail Version I have downloaded from :
http://www-128.ibm.com/developerworks/downloads/ws/wasexp/?S_TACT=105AGX28&S_CMP=DLMAIN
For Base Trail Version,
http://www-128.ibm.com/developerworks/downloads/ws/was/?S_TACT=105AGX10&S_CMP=WESDL
Any quick help will be appreciated.
Thanks
George
C:\Program
Files\IBM\WebSphere\AppServer\runtimes\com.ibm.ws.admin.client_6.1.0.jar
and possibly
C:\Program
Files\IBM\WebSphere\AppServer\runtimes\com.ibm.ws.webservices.thinclient_6.1.0.jar
Tony Glombek
Hi Tony,
Thanks for your help. Yes,I found that the required classes are in the
com.ibm.ws.webservices.thinclient_6.1.0.jar file. But when i tried to
connect using admin client program following exception occured.
com.ibm.websphere.management.exception.ConnectorException:
ADMC0009E: The system failed to make the SOAP RPC call: queryNames
at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.invokeTemplate(SOAPConnectorClient.java:
747)
at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.queryNames(SOAPConnectorClient.java:
499)
at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.invoke(SOAPConnectorClient.java:
429)
at $Proxy0.queryNames(Unknown Source)
at
com.ibm.ws.management.AdminClientImpl.queryNames(AdminClientImpl.java:
89)
I have written the admin client program by seeing the following help
document. The same works fine with WAS 5.x versions.
Thanks
George