This simple sample aims to demonstrate the support of JEE6 applications (JSF, Annotation, Injection etc.).
It is possible to build the application either with Ant or Maven.
Make sure your have Ant installed. Then, cd into the root directory and execute:
ant clean package
That will create the numguess.war file within the 'target' directory.
Make sure you have Maven installed. Then, cd into the root directory and execute:
mvn clean package
That will create the numguess.war file within the 'target' directory.
To run the application, make sure you have the HPE Helion Stackato client installed and that you are logged in successfully for your desired target environment.
Then execute:
stackato push -n
Then go on your application url.
That's all. Have fun!
Content type
Image
Digest
sha256:be39e4e58…
Size
362.7 MB
Last updated
almost 11 years ago
docker pull stackatoapps/numberguess