ubuntu 下安装 JBoss EAP-6.4.0

sorece : http://tutorialforlinux.com/2014/04/19/how-to-install-jboss-7-x-on-ubuntu-14-04-trusty-32-64bit-desktop-easy-visual-guide/


sudo chmod +x jboss-eap-6.4.0-installer.jar

sudo ./jboss-eap-6.4.0-installer.jar

JBoss 7.x Quick-Start on Ubuntu 14.04 Trusty

The Linux Tutorial Show Step-by-Step How-to Install and Getting-Started with the Latest Red Hat JBoss Enterprise Application Platform (EAP) 6.x Free Developer Edition on Ubuntu 14.04 Trusty Tahr LTS i386/amd64 Linux+GNU Desktop/Server.

Red Hat JBoss EAP is a Fully Compliant Java EE 6 App Server with Best Reliability, Security, and Stability.

To Make the Entire Install JBoss on Ubuntu 14.04 Trusty Process Easier to Visualize and Retain the Post Includes the Basic Screenshots of the Essentials Steps Involved.

  1. Download Latest JBoss EAP Developer Ed Installer:

    Get Red-Hat JBoss EAP 6.x .jar
  2. Open Shell Session
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

  3. Running JBoss AS Installer

    sudo chmod +x jboss-eap*.jar

    If Got “User is Not in Sudoers file” then Look: Solution

    sudo . /jboss-eap *.jar

    Then Follow the Installation Wizard…

    Accept the License

    Set Installation Path

    Select the Packages to Install

    Set the Admin Pass

    Choose if Installing also Examples

    Maven Configuration

    Set Port and Sockets Bindings

    Choose if to Launch the Server after Installation

    Choose if Enabling Logging

    Set the Runtime Configuration




  4. How-to Install Recommended Oracle JDK 7 on Ubuntu

    Get Install Oracle JDK7 for Ubuntu
  5. Access JBoss EAP AS on Browser

    On a Desktop to:

    http: //localhost :8080

    So Now Thanks to Red Hat Inc.
    You Should Finally Fully Dispose of a JBoss 7 JEE Server Installation Ubuntu Linux ;)


你可能感兴趣的:(jboss)