WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

websphere application server 6.1.0.25 with RAD 7.0.0.9 wsInstallApp task problem

  • 1.  websphere application server 6.1.0.25 with RAD 7.0.0.9 wsInstallApp task problem

    Posted Wed August 11, 2010 10:38 AM
    websphere application server 6.1.0.25 with RAD 7.0.0.9 wsInstallApp task problem

    --------------------------------

    Hi All,

    I am trying to run wsInstallApp task to deploy my war file into websphere.
    I am getting the error /"/"Unable to parse setupCmdLine: null//bin//setupCmdLine.bat (The system cannot find the path specified.)/"/"





    Here is the code SNIPPET:





































    properties set are:




  • 2.  websphere application server 6.1.0.25 with RAD 7.0.0.9 wsInstallApp task problem

    Posted Wed August 11, 2010 10:46 AM
    Before running that deployment script try to run this file (setupCmdLine.bat) first. You can find this file from WAS_Installed directory (C://Program Files//IBM//WebSphere//AppServer//bin) directory.
    or else

    You can Add the below line to your deployment script at the starting of the file. And next run the script.

    C://Program Files//IBM//WebSphere//AppServer//bin//setupCmdLine.bat

    --------------------------------

    Posted By: suresh at Aug 31 2009 12:01PM