- Java EE 7 Development with WildFly
- Micha? ?mil Micha? Mat?oka Francesco Marchioni
- 276字
- 2021-08-06 19:45:02
Launching the web console
Now that we have added at least one user, we can launch the web console at the default address, http://<host>:9990/console
(keep in mind that you have to start the server first, for example, with standalone.bat
or standalone.sh
).
The login screen will be prompted. Enter data into the User Name and Password fields, which we had formerly created. This is shown in the following screenshot:

Once logged in, you will be redirected to the web administration main screen. The web console, when running in the standalone mode, will be divided into three main tabs: Configuration, Runtime, and Administration. This is shown in the following screenshot:

The Configuration tab contains all the single subsystems that are part of a server profile. So, once you select the Configuration tab on the left frame, you can access all the subsystems and edit their configurations (in the previous screenshot, we saw the Data Sources subsystem).
The other tab named Runtime can be used for two main purposes: to manage the deployment of applications and check the server metrics. This is shown in the following screenshot:

The Administration tab has been introduced with WildFly and Red Hat JBoss EAP 6.2 and currently contains only the options associated with role based access control. You can now limit permissions of management users, for example, so that not every administrator can undeploy an application using the web console. By default, this feature is disabled. You have to enable it manually using the CLI mechanism. This is shown in the following screenshot:

Once you have learned how to access the web console, it is about time you try your first application example.
- Android項目開發(fā)入門教程
- What's New in TensorFlow 2.0
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Learning AngularJS for .NET Developers
- RocketMQ實戰(zhàn)與原理解析
- 大學計算機基礎實驗指導
- .NET 4.0面向對象編程漫談:應用篇
- Android Studio開發(fā)實戰(zhàn):從零基礎到App上線 (移動開發(fā)叢書)
- PHP 8從入門到精通(視頻教學版)
- Oracle Database XE 11gR2 Jump Start Guide
- 計算機系統(tǒng)解密:從理解計算機到編寫高效代碼
- Mastering XenApp?
- Python數(shù)據(jù)可視化之matplotlib實踐
- Windows 10 for Enterprise Administrators