This commit is contained in:
2025-02-26 14:49:25 +07:00
commit 1c1d9c4474
6403 changed files with 1953774 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.5.0_15-b04 (Sun Microsystems Inc.)

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ===================================================================== -->
<!-- -->
<!-- Console Service Configuration -->
<!-- -->
<!-- ===================================================================== -->
<server>
<!-- Isolate the console mgr classes from other deployments -->
<loader-repository>
jboss.console:sar=console-mgr.sar
<loader-repository-config>
java2ParentDelegation=true
</loader-repository-config>
</loader-repository>
<mbean code="org.jboss.console.manager.PluginManager"
name="jboss.admin:service=PluginManager">
<!-- The RMIAdaptor provider service -->
<depends>jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory</depends>
<attribute name="MainLogoUrl">/web-console/images/jboss.gif</attribute>
<attribute name="MainLinkUrl">/web-console/ServerInfo.jsp</attribute>
<attribute name="EnableShutdown">true</attribute>
<attribute name="JndiName">console/PluginManager</attribute>
</mbean>
<mbean code="org.jboss.console.manager.DeploymentFileRepository"
name="jboss.admin:service=DeploymentFileRepository">
<attribute name="BaseDir">./deploy/management</attribute>
</mbean>
</server>