网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 论文素材 设计下载 最新论文 下载排行 论文上传 在线投稿 联系我们
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > JSP > 正文
Windows下JBoss配置详解
来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/11/27
下载{$ArticleTitle}原创论文样式

1 2 3 4 下一页

  JBoss配置

  1.jmx-console 登录的用户名和密码设置

  默认情况访问 http://localhost:8080/jmx-console 就可以浏览jboss的部署管理的一些信息,不需要输入用户名和密码,使用起来有点安全隐患。下面我们针对此问题对jboss进行配置,使得访问jmx-console也必须要知道用户名和密码才可进去访问。JBoss配置步骤如下:

  1)找到JBoss安装目录/server/default/deploy/jmx-console.war/Web-INF/jboss-web.XML文件,去掉<security-domain>Java:/jaas/jmx-console</security-domain>的注释。修改后的该文件内容为:

<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> 

  2)修改与i)中的jboss-web.xml同级目录下的web.xml文件,查找到<security-constraint/>节点,去掉它的注释,修改后该部分内容为:

<!-- 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> 

(责任编辑:admin)

  • 上一篇资讯: JBoss集群配置代码实例
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号