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.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" /> |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
拥有帝国一切,皆有可能。欢迎访问phome.net
你可能对下面的文章感兴趣
上一篇: linux基本命令手册下一篇: LINUX的文件属性与目录配置
关于Redhat(Linux)上的JBoss管理配置的所有评论