jboss中rmi属性没有设置端口,是否使用默认值?解决思路
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