此内容没有您所选择的语言版本。

Chapter 2. Installation


Throughout this chapter we will refer to the location of JBOSS_HOME as <installation-dir>/jboss-as
The Administration Console is distributed as part of the default, all, web and production server configurations.
Start the server by opening a command prompt at $JBOSS_HOME/bin and execute the command:
On Unix systems:
./run.sh
On Windows systems:
run.bat
The above command starts the default configuration. If you prefer to run with an alternate configuration, repeat the above command passing in your configuration using the -c option. Below is the syntax for starting the server with the all configuration, for example:
On Unix systems:
./run.sh -c all
On Windows Systems:
run.bat -c all
In addition to the configurations mentioned above, it is expected that the Administration Console will work with any custom configuration that supports the installation of Seam applications, however that support is not guaranteed. To use the Console with a different configuration (for instance, the test configuration), you can copy the admin-console.war directory from the default server configuration as shown below (for Unix systems):
cd $JBOSS_HOME/server/default/deploy
cp -pr admin-console.war $JBOSS_HOME/server/test/deploy

Important

The Administration Console is not supported with the minimal configuration provided with the distribution or any configurations based on the minimal configuration.
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2026 Red Hat
返回顶部