| Author |
Ant was admin task
|
Alex Bierhoff
Greenhorn
Joined: Mar 02, 2005
Posts: 2
|
|
I am trying to install an application to WAS server through ANT build script.I kept wsanttask.jar in my ant\lib\. Am running through my local machine which is on XP and trying to install on WAS server on AIX box. It will be a great help for me. Thanks. Here is my code in the script : <taskdef name="wsInstallApp" classname="com.ibm.websphere.ant.tasks.InstallApplication"/> <wsInstallApp wasHome="${wasInstallationdir}" ear="${earpath}/ABC.ear" profile="setupCmdLine.sh" conntype="SOAP" host="hostname" port="xxxx"/> while running the script am gettiing this message : [echo] installing ear on WAS server [wsInstallApp] Installing Application [D:\backup\PEXT.ear]... Unable to parse setupCmdLine: \usr\WebSphere\AppServer\bin\setupCmdLine.bat (The system cannot find the path specified) [wsadmin] The java class is not found: com/ibm/ws/bootstrap/WSLauncher [wsadmin] Java Result: 1 [wsInstallApp] Installed Application
|
 |
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 965
|
|
|
Try posting in "Ant, Maven and Other Build Tools" forum.
|
Please ignore post, I have no idea what I am talking about.
|
 |
 |
|
|
subject: Ant was admin task
|
|
|