You might not be able to use the cf push command
to deploy an archived web application to Bluemix if
the application location is not specified correctly.
Use the -p option to specify
a WAR file or add the path to the WAR file. For example:
cf push MyUniqueAppName01 -p app.war
cf push MyUniqueAppName02 -p "./app.war"
For more information
about the cf push command, enter cf push
-h.
No comments:
Post a Comment