Can anyone confirm that it is possible to fix the dynamically
generated RMI port number when you are trying to use 
HTTP tunneling. Numerous posts have suggested that you need to
set the following value in jboss-service.xml file:


  | <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">1099</attribute>
  |     <attribute name="RmiPort">XXXX</attribute>
  | </mbean>
  | 

where XXXX is the port number you wish to be used instead of
the dynamically generated one which changes each time you 
stop/restart JBoss.

I've tried the above change but I still always get a different
port number when I stop/restart JBoss.

Am I doing something wrong or configuring the wrong file or
parameter? Any help/suggestion welcome.

Also, has anyone been be able to implement a servlet that performs
the required cgi-bin/java-rmi.cgi functionality on the server side.


I'm using JBoss 3.2.1 with integrated Tomcat-4.1.24


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851032#3851032

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851032


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to