快速业务通道

Redhat(Linux)上的JBoss管理配置

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-05-13

1 JBoss设置

使用的省略词含义

命令 操作的含义
JBOSS_HOME JBoss的安装路径
YOURAPP 应用程序包名称
JAVA_HOME JDK安装路径
APACHE_HOME Apache软件的安装路径
YOURCONDIF JBoss的服务模式(默认有3种:all,default, minimal)

1.1 JBoss 拥有帝国一切,皆有可能。欢迎访问phome.net安全设置

1.1.1 jmx-console安全设置

1.1.1.1 编辑jboss-web.xml文件 u 拥有帝国一切,皆有可能。欢迎访问phome.net编辑jmx-console.war/WEB-INF/jboss-web.xml文件: [jboss@node1 ~]$ cd JBOSS_HOME/server/default/deploy [jboss@node1 deploy]$ vi jmx-console.war/WEB-INF/jboss-web.xml<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> <!--将-->
<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/jmx-console</security-domain>
-->
</jboss-web>
<!--修改为-->
<jboss-web 拥有帝国一切,皆有可能。欢迎访问phome.net>
<!-- 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/jmx-console</security-domain>
</jboss-web>

1.1.1.2 编辑web.xml文件 u 拥有帝国一切,皆有可能。欢迎访问phome.net<?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" />编辑jmx-console.war/WEB-INF/web.xml文件: [jboss@node1 ~]$ cd JBOSS_HOME/server/default/deploy
[jboss@node1 deploy]$ vi jmx-console.war/WEB-INF/web.xml <!---->
<?xml version="1.0"?>
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">

<web-app> 拥有帝国一切,皆有可能。欢迎访问phome.net
......
<!-- A security constraint that restricts access to the HTML JMX console to users with the role JBossAdmin. Edit the roles to what you want and uncomment the WEB-INF/jboss-web.xml/security-domain element to enable secured access to the HTML JMX console.
<security-constraint>
<web-resource-collection>
<web-resource-name>HtmlAdaptor</web-resource-name>
<description>An example security config that only allows users with the role JBossAdmin to access the HTML JMX console web application </description>
<url-pattern>/*</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
</web-resource-collection>
<auth-constraint>
<role-name>JBossAdmin</role-name>
</auth-constraint>
</security-constraint>
-->

<login-config>
<auth-method>BASIC</auth-method>
<realm-name>JBoss JMX Console</realm-name>
</login-config>

<security-role>
<role-name 拥有帝国一切,皆有可能。欢迎访问phome.net
重新运行JBoss,乱码问题就可以解决了. 注意:上面的操作只是举个例子,字符集的修改需要根据实际情况而定.

拥有帝国一切,皆有可能。欢迎访问phome.net

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号