`

启动和关闭 JBoss Application Server 7.1.1

 
阅读更多

Welcome to JBoss Application Server 7.1.1
http://www.jboss.org/jbossas/

Go to the above link for documentation, and additional downloads.

Also, once JBoss AS7 is started you can go to http://localhost:8080
for additional information.


Key Features
--------------
* Java EE 6
* Fast Startup
* Small Footprint
* Modular Design
* Unified Configuration and Management
* Distributed Domain Management
* OSGi

Release Notes
-------------
You can obtain the release notes here:
https://community.jboss.org/wiki/AS711FinalReleaseNotes

Getting Started
----------------
JBoss AS 7 requires JDK 1.6 or later.  For information regarding installation
of the JDK, see http://www.oracle.com/technetwork/java/index.html

JBoss AS 7 has two modes of operation: Standalone and Domain.  For more
information regarding these modes, please refer to the documentation
available on the JBoss.org site:

https://docs.jboss.org/author/display/AS71/Documentation


Starting a Standalone Server
----------------------------
An AS7 standalone server runs a single instance of AS7.

<JBOSS_HOME>/bin/standalone.sh      (Unix / Linux)

<JBOSS_HOME>\bin\standalone.bat     (Windows)


Starting a Managed Domain
--------------------------
An AS7 managed domain allows you to control and configure multiple instances
of AS7, potentially across several physical (or virtual) machines.  The default
configuration includes a domain controller and a single server group with three
servers (two of which start automatically), all running on the localhost.

<JBOSS_HOME>/bin/domain.sh      (Unix / Linux)

<JBOSS_HOME>\bin\domain.bat     (Windows)
 

Accessing the Web Console
--------------------------
Once the server has started you can access the landing page:

http:/localhost:8080/

This page includes links to online documentation, quick start guides, forums
and the administration console.


Stopping the Server
-------------------
The JBoss AS7 server can be stopped by pressing Ctrl-C on the command line.
If the server is running in a background process, the server can be stopped
using the JBoss CLI:

<JBOSS_HOME>/bin/jboss-cli.sh --connect --command=:shutdown

分享到:
评论

相关推荐

    jboss7.1.1+ejb3.0+MySQL数据源配置

    在企业级Java应用开发中,JBoss Application Server(简称JBoss AS)是广泛使用的开源应用服务器,版本7.1.1是其稳定且功能强大的一个版本。EJB(Enterprise JavaBeans)3.0则是Java EE平台中的核心组件,提供了服务...

    jboss 热部署必须jar

    【压缩包子文件的文件名称列表】中的"jboss-as-web-7.1.1.Final-RECOMPILE.jar" 可能是JBoss Application Server 7.1.1 Final版本的Web模块,包含了支持热部署的类和功能。"RECOMPILE"可能暗示该jar文件包含了编译...

    linux下部署JBOSS7.1配置借鉴.pdf

    在本文中,我们将深入探讨如何在Linux环境下,特别是CentOS 6.3 32位系统上部署和配置JBoss Application Server 7.1.1。首先,确保您的系统满足必要的软件需求,包括Linux内核版本2.6.32-279.el6.i686,Oracle Java ...

    Jboss配置虚拟路径

    在企业级应用服务器领域,JBoss AS(Application Server)作为一款开源的Java应用服务器,提供了强大的平台支持多种Java EE应用的部署与运行。虚拟路径的配置是JBoss中一项非常实用的功能,它允许开发者将实际的文件...

    jboss-as-web.Final-RECOMPILE.jar.rar

    JBoss Application Server(简称JBoss AS)是Red Hat公司开发的一款开源Java应用服务器,它基于Java EE(Enterprise Edition)规范,为企业级应用提供运行环境。JBoss AS 7是其一个重要版本,引入了许多改进和优化,...

    手把手教你安装JBPM5.4,手动安装(by Jason)

    - `jboss-as-7.1.1.Final.zip`:JBoss Application Server 7.1.1,用于运行JBPM服务 - `ant`:构建工具,用于自动化安装过程 解压缩这些文件,并在命令行中设置`JBOSS_HOME`环境变量,指向JBoss AS的解压目录。 ...

    jboss modules 1

    【标题】"JBoss Modules 1" 涉及的核心是JBoss Application Server(简称JBoss AS)的一个关键组件——模块系统。这个组件在JBoss AS 7.1.1版本中扮演着至关重要的角色,它负责管理和加载应用程序及其依赖的类库。...

    一台机器运行两个JBOSS服务器

    4. **启动和管理**:启动两个JBOSS服务器,分别执行各自目录下的启动脚本,如`standalone.bat`或`domain.sh`。为了方便管理,可以创建快捷方式或者shell脚本来指定不同的配置文件。 5. **防火墙设置**:如果服务器...

    linux下部署JBOSS7.1配置.doc

    在Linux环境下部署JBoss 7.1.1涉及到多个步骤,包括系统设置、JDK安装、JBoss AS(Application Server)的部署以及环境变量的配置。以下是对整个过程的详细解释: 1. **系统准备**: - 操作系统:CentOS 6.3 Final...

    网络工程原理课程设计抓包Java代码

    在本课程设计中,JBoss AS (Application Server) 7.1.1Final版本被用作开发和部署EJB的平台。安装和配置JBoss服务器涉及下载安装包,设置JAVA_HOME环境变量,通过命令行启动服务器,并通过访问特定URL来验证其运行...

Global site tag (gtag.js) - Google Analytics