JBoss eap6.1 (4) (Deploy app)

Source: Internet
Author: User
Tags jboss

1, add the Application War Package manual deployment, add War package to standalone\deployments, manually create a file, such as the war package name is A.war, create a a.war.deployed file, the content is arbitrary. 2, configure direct access to the domain name: when deploying JBoss, by default access is required to add the project name to access, but more often we are directly through the domain name or IP access, and do not add the project name. To configure the domain name access you need to create a web-inf directory below the project, under which a configuration file named Jboss-web.xml is created with the following contents: <?xml version= "1.0" encoding= "UTF-8"?> <! DOCTYPE jboss-web> <jboss-web> <context-root>/</context-root> <virtual-host>a</ Virtual-host> </jboss-web> Add the following in the subsystem tag that contains virtual-server in the Standalone.xml file: <virtual-server Name= "A" default-web-module= "Minunix" > <alias name= "www.a.com"/> </virtual-server> Note: The value of Virtual-host in Jboss-web.xml is consistent with Virtual-server name in Standalone.xml, otherwise an error occurs, and then the project can be accessed via www.a.com

JBoss eap6.1 (4) (Deploy app)

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.