Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Install EAR file using ant script in websphere process server

88 views
Skip to first unread message

sekhamu...@yahoo.com

unread,
Aug 4, 2008, 2:50:15 AM8/4/08
to
Hi,

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.

buzy

unread,
Aug 4, 2008, 3:08:44 AM8/4/08
to

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.

0 new messages