0
初めてcfを使用して、Bluemixに単純なアプリケーションをデプロイしようとしています。CF pushing - 指定されたファイルが見つかりません
E:\Program Files\tomcat\apache-tomcat-8.0.41\webapps\helloServletMaven\target
λ cf push /helloServletMaven -p /helloServletMaven.war
Creating app /helloServletMaven in org alexander.kirwan/space ORG as [email protected]
OK
Using route helloservletmaven.mybluemix.net
Binding helloservletmaven.mybluemix.net to /helloServletMaven...
OK
FAILED
Error processing app files: GetFileAttributesEx E:\helloServletMaven.war: The system cannot find the file specified.
E:\Program Files\tomcat\apache-tomcat-8.0.41\webapps\helloServletMaven\target
λ ls
classes/ generated-sources/ helloServletMaven/ helloServletMaven.war m2e-wtp/ maven-archiver/ maven-status/ test-classes/
E:\Program Files\tomcat\apache-tomcat-8.0.41\webapps\helloServletMaven\target
をしかし、あなたが見ることができるように私はls
を実行したとき、私は戦争のファイルを持っている:私はCFプッシュしようとすると、私はこのエラーを取得します。
どうしてですか?
ところで、私はコンソールにWindowsとCMDERを使用しています。
あなたは私の友人の男です、ありがとう –