Hi, I am using JBoss 3.0.1 and our Jboss is working behind a firewall. As per our security specs, any anonymous ports need to be made listening on constant port numbers. While I configured RmiPort of naming service to a static value, the naming service stub is exported with the new configured port (2021), but I observed that another dynamic port is getting created by the JBoss process and even could not make out a trace of this port. I think this port may be created by some JNDI proxy process. Not sure...
Below is the snippet, done for configuring RmiPort. <.mbean code="org.jboss.naming.NamingService" name="jboss:service=Naming"> <!-- The listening port for the bootstrap JNP service. Set this to -1 to run the NamingService without the JNP invoker listening port. --> <.attribute name="Port">2020</attribute.> <.attribute name="RmiPort">2021</attribute.> </mbean.> Can any one please give some light on how to disable it or make it a static port. Pls help with any clues..... Thnx in advance Tomson View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924375#3924375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924375 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user