Getting Started with Wildfly

Source: Internet
Author: User
Tags wildfly

    1. Download the latest version of Wildfly from http://wildfly.org/downloads/, I downloaded the 9.0.0final version.

    2. Unzip the downloaded zip package to any folder on the local disk, I unzip to D:\soft\, the final jboss_home directory is: D:\soft\wildfly-9.0.0.Final

    3. Run the Standalone.bat file in the Jboss_home\bin directory to start the service

    4. Download the latest QuickStart example from https://github.com/wildfly/quickstart/tree/9.x

    5. CMD command line into the Hellword directory under the QuickStart directory, run the following command to deploy the Hellword project (note to ensure that the wildfly service is started)

      MVN Clean Package Wildfly:deploy

    6. After successful startup, access the following address to verify deployment success: Http://localhost:8080/wildfly-helloworld

    7. If you want to clear the deployment file that you just made, run the following command (note to ensure that the Wildfly service is started)

      MVN Wildfly:undeploy

For more details, refer to Wildfly's official documentation: Https://github.com/wildfly/quickstart/tree/9.x#wildfly-quickstarts

Getting Started with Wildfly

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.