Close
jGuru Forums
Posted By: Alex_Bierhoff Posted On: Thursday, March 3, 2005 08:38 PM
I am trying to install an application to WAS 5.1 app server on linux box through ANT build script.I kept wsanttask.jar in my antlib. Here is the ant task classname="com.ibm.websphere.ant.tasks.InstallApplication"/> wasHome="${wasInstallationdir}" ear="abc.war" server="server1" conntype="SOAP" host="hostname" port="xxxx"/> while running the ant script am gettiing this message : Installing Application Unable to parse setupCmdLine: usrWebSphereAppServer insetupCmdLine.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 I came to know that I can not excute WAS admin tasks from Windows XP while Websphere version is 5.1 (Which is running on Linux box). Can any body help me with this. I need to run ant script from my XP machine and install the app on Websphere which is running on Linux. Thanks,
Re: WAS 5.1 ADMIN TASKS from ANT
Posted By: Christopher_Koenigsberg Posted On: Friday, March 4, 2005 06:20 PM