Could you help me out in installing the EAR file onto the server using ant tasks.
Environment: Websphere Integration Developer v6.1, Websphere process server v 6.1
Case 1:
I am working on build script using (com.ibm.websphere.ant.tasks.InstallApplication). I would like to install the EAR file into the server(server is running, SOAP on 8880 port),but i am getting the following error:
Error creating "SOAP" connection to host "localhost";
This scripting client is not connected to a server process;
AdminTask object is not available;
Case 2:
I am able to connect to the server using "wsadmin" task. like
wsadmin -conntype -port -user -password. than how to install the EAR file onto the server.
Thanks in advance,
Sreenu Bassha.
Hi,
try Information Center of IBM is the best resource for WebSphere
issues.
The link to scripting deploy of applicattions:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.nd.doc/info/ae/ae/txml_callappinstall.html
You have always the option to make scripts using JACL or Jython. I
personally prefer Jython (just because is based in Python)
Regards.