I am doing some custom management programs with Websphere. I am using AdminClient to connect with WebSphere server.
However, being new to the WebSphere world. I am confused with few parts.
Currently, I am using JMX apis to manage application. I am using AppManagement to perform application related operations. That is working smoothly.
- However, I am facing issues for installing WAR files. There's no API for installing WAR. It works for EAR.
- Also, I am not getting any classes to manage server features like start, create application servers, nodes.
Where can I find it ? Any documentation is welcome.
If there are no API, is it a good idea to call WSAdmin scripts from java code ?
Also, is there any documentation available to map the WSAdmin script or jython code to Java code ?
It's really frustrating due to the lack of proper documentation in java. (May be I am unable to find at right places)