快速业务通道

Jboss的安装

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-05-18
安装环境: CentOS 5.4 x64 Mysql 5.0.45 Apache 2.2.3 Tomcat 6.0.18 Jboss 5.0 CentOS、Apache、Mysql、Tomcat的安装就不在叙述了,注重Jboss 从网上下载jboss-5.0.0.GA-jdk6 http://jaist.dl.sourceforge.net/sourceforge/jboss/jboss-5.0.0.GA-jdk6.zip 然后使用Winscp上传到服务器, 在执行以下命令: unzip jboss-5.0.0.GA-jdk6.zip
cp -fr jboss-5.0.0.GA /usr/local/jboss
cd /usr/local/jboss
手动启动:/usr/local/jboss/bin/run.sh -b IP
手动关闭:/usr/local/jboss/bin/shutdown.sh -S(注意大小写)
后台运行:nohup ./run.sh -b 0.0.0.0 > /dev/null & 然后修改jboss的默认端口 修改8080端口到9080端口
a.vi /usr/local/jboss/server/default/deploy/jbossweb.sar/server.xml
<Connector port="8080" address="${jboss.bind.address}" 改为 <Connector port="9080" address="${jboss.bind.address}"
enableLookups="false" redirectPort="8443" acceptCount="100" 改为 enableLookups="false" redirectPort="9443" acceptCount="100"
<Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3" 改为 <Connector port="9009" address="${jboss.bind.address}" protocol="AJP/1.3"
emptySessionPath="true" enableLookups="false" redirectPort="8443" /> 改为 emptySessionPath="true" enableLookups="false" redirectPort="9443" />
b.vi /usr/local/jboss/server/default/conf/jndi.properties
添加:java.naming.provider.usr=localhost:2099
mv /usr/local/jboss/server/default/conf/jndi.properties /usr/local/jboss/client 在编辑环境变量 vi /root/.bash_profile
添加:PATH=$PATH:$HOME/bin
export JBOSS_HOME=/usr/local/jboss
Empire CMS,phome.net

export JBOSS_CLASSPATH=$JBOSS_HOME/client
export PATH=$PATH:$JBOSS_HOME/bin

注:.sh文档运行前,需更改权限. chmod 777
./shutdown.sh --server 192.168.1.188 关闭
./run.sh --host 192.168.1.188 启动
./run.sh -b 0.0.0.0 > /dev/null & 后台启动 至此Jboss安装完成,访问 http://192.168.1.188/9080 就会看到jboss的安装的成功界面 但是在不是应用程序的时候会报错,不过在经过一同事的帮助终于成功了, 是按照 Jboss4.5的说明做的, Installing JBossTS 4.5.GA JTA into JBossAS 5.0.0.GA
------------------------------------------------------------ The application server ships with a earlier release of JBossTS JTA as its default transaction manager.
To update the JTA the following steps are necessary: - Replace JBossAS common/lib/jbossjta.jar and common/lib/jbossjta-integration.jar with the newer
versions from JBossTS lib - Replace JBossAS common/lib/jbossts-common.jar with the newer version from JBossTS lib/ext/ - Replace JBossAS server/xxx/conf/jbossjta-properties.xml with JBossTS etc/jbossjta-properties.xml
成功了!!

Empire CMS,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号