first commit
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
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
This commit is contained in:
18
base/jboss/as-4.0.5/web-console/jboss-web.xml
Normal file
18
base/jboss/as-4.0.5/web-console/jboss-web.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
Reference in New Issue
Block a user