Bluemix で初めての Web アプリを作成しようとしています。
- Java Liberty Runtime を作成し、Eclipse で動作するようにスターター コードをダウンロードしました。
- IBM Bluemix ツールを Eclipse にインストールし、スターター コードをアーカイブ ファイルとしてインポートしました。
IBM Bluemix サーバーでアプリケーションを実行しようとすると、スターター コードが別の新しいアプリケーションとして認識され、「"There is a deployed application with the same name."
So, I cannot update the application on eclipse and also there are two different applications are being seen on server view:
アプリケーションのホームページにアクセスしようとすると、次のようになります。
Not Found
The application or context root for this request has not been found: /
コメントありがとうございます。