Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 662 Bytes

File metadata and controls

18 lines (12 loc) · 662 Bytes

web-java-wildfly

Wildfly Sample Application

Developer Workspace

Contribute

Stack to use

FROM codenvy/ubuntu_wildfly8

How to run

# Description Command
1 Start Wildfly /home/user/wildfly-8.2.0.Final/bin/standalone.sh
2 Build and deploy war mvn -f ${current.project.path} clean install wildfly:deploy
3 Undeploy archive mvn -f ${current.project.path} wildfly:undeploy