Welcome to Java Web Starter application!
This sample application demonstrates how to write a Java Web application (powered by WebSphere Liberty) and deploy it on Bluemix.
-
Extract the package and
cdto it. -
Connect to Bluemix:
cf api https://ace.ng.bluemix.net -
Log into Bluemix:
cf login -u yourLoginID cf target -o yourLoginID -s dev -
Compile the Java code and generate the war package using ant.
-
Deploy your app:
cf push HangmanGame -p HangmanGame.war -
Access your app: http://yourdomain.ng.bluemix.net