首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

jboss中rmi属性没有设置端口,是否使用默认值?解决思路

2011-12-31 
jboss中rmi属性没有设置端口,是否使用默认值??HTML code!-- The port of the RMI naming service, 0 a

jboss中rmi属性没有设置端口,是否使用默认值??

HTML code
      <!-- The port of the RMI naming service, 0 == anonymous -->      <attribute name="RmiPort">         <value-factory bean="ServiceBindingManager" method="getIntBinding">            <parameter>jboss:service=Naming</parameter>            <parameter>RmiPort</parameter>         </value-factory>      </attribute>


在运行Jboss时提示有emi exportException port already in use :1090。

在jboss的jboss-service.xml中发同rmiport中没有写明port端口的值,是否是使用默认值?该如何修改???

[解决办法]
http://wsq-67-msn-com.iteye.com/blog/730589

热点排行