我的项目需要用到的

打开JBOSS目录-->jboss- 4.0.5-->server-->default-->deploy-->jboss- web.deployer-->下的server.xml文件,修改端口好就可以了.
-------------------------------------------------------------------------------------------
<Connector port="8080"  address="${jboss.bind.address}"    
         maxThreads="250" maxHttpHeaderSize="8192"
         emptySessionPath="true" protocol="HTTP/1.1"
         enableLookups="false" redirectPort="8443" acceptCount="100"
         connectionTimeout="20000" disableUploadTimeout="true" />
--------------------------------------------------------------------------------------
把 8080改成没有被占用的其它端口即可。

 

笔记:

//修改映射c盘 hosts   添加访问地址和替换地址

posted on 2016-07-20 13:50  miu丶苏  阅读(145)  评论(0编辑  收藏  举报

导航