WildFly admin panel login

In order to enter the admin panel of wildfly, you need to go to the following address:

http://10.68.4.67:10990/

Standard login data:

Loginadmin
PasswordQwerty123

Configuring Handler

For Standalone

Configuration → Subsystems → Logging → Configuration and click the button "View".

For Domain

Configuration → Profiles→ <Profile name, usually full-ha>→ Logging → Configuration and click the button "View":

On the opened page go to Handler → Periodic Size Handler:

Next, click the "Add" button:

Adding Handler Rdpmanager

Fill in the data:

rdpmanager
rdpmanager.log
jboss.server.log.dir (pick from the list)
LevelALL
10
10m
Suffix.yyyy-MM-dd

Adding Handler FREERDPFILE

Add by analogy for FREERDPFILE:

NameFREERDPFILE
freerdp.log
jboss.server.log.dir (pick from the list)
LevelALL
10
10m
Suffix  .yyyy-MM-dd

If you have done everything correctly, the added items will appear in the list:

Configuring Categories

Go to the Categories section and click the "Add" button:

FREERDPFILE

Fill in the data:

NameFreeRDPLogger
LevelTRACE
HandlersFREERDPFILE
Use Parent HandlersOFF

RDPMANAGERFILE

Add by analogy for RDPMANAGERFILE:

Name

RDPMANAGERFILE

LevelINFO
Handlersrdpmanager
Use Parent HandlersOFF

WildFly server restart

After these steps, you need to restart the wildfly server.

You can do this by executing the command in the console:

systemctl restart wildfly.service

You can also do this in the administrative panel. To do this, go to the Runtime section, select the server, click the arrow at the "View" button and select "Reload":

  • Нет меток