Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
19 lines
597 B
XML
19 lines
597 B
XML
<?xml version='1.0' encoding='UTF-8' ?>
|
|
|
|
<!DOCTYPE jboss-web
|
|
PUBLIC "-//JBoss//DTD Web Application 2.3V2//EN"
|
|
"http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd">
|
|
|
|
<jboss-web>
|
|
|
|
<!-- Uncomment the security-domain to enable security. You will
|
|
need to edit the htmladaptor login configuration to setup the
|
|
login modules used to authentication users.
|
|
<security-domain>java:/jaas/web-console</security-domain>
|
|
-->
|
|
|
|
<!-- The war depends on the -->
|
|
<security-domain>java:/jaas/web-console</security-domain>
|
|
<depends>jboss.admin:service=PluginManager</depends>
|
|
</jboss-web>
|