Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Installing JBoss

...

This chapter describes how to install and run JBoss, how to set environment variables, how to bind IP addresses, and the directory structure of Jboss.

Installation Requirements

...

Because JBOSS JBoss is an application that is certified by the Java EE 6 Standard, JDK 1.6 to later must be installed to use JBoss.

JDK 1.7 was used in the test environment.

Basic Installation

 

...

To install JBoss, download the package of the corresponding version from the JBoss homepage. (http://www.jboss.org/jbossas/downloads)
After downloading the package, unzip it using a compression tool in the Windows environment, and unzip command in the Unix environment.

...

  • Add the JAVA_HOME variable to the system environment variable.

Image Modified

  • Add to the JOBSS_HOME/bin/run.bat file, which is a BJoss running script.

...

By accessing the Administration Console with an admin account (password: admin), the user can operate the currently running JBoss.

Image Modified

Shutting JBoss Down

 

...

To shut down JBoss, execute the JBOSS_HOME/bin/shutdown.sh or shutdown.bat script.

...

Code Block
titleserver.xml
<Connector protocol="HTTP/1.1" port="8088" address="${jboss.bind.address}" redirectPort="${jboss.web.https.port}" />