I am trying to analyze the ports opened by the jboss 4.0.2 default 
configuration.

This is what I understand so far:
There are 6 ports open in the default configuration, besides the HTTP/AJP 
connectors:
1098: the rmi port used by the NamingService to host the NamingServer object.  
1099: the server port used by the NamingService to serve the stub for the 
remote NamingServer object.  
4444: the rmi port used by the JRMPInvoker to host the JRMPInvoker object.
4445: the server port used by the PooledInvoker to handle invocations.
8083: the server port used by the WebService to do remote classloading.
8093: the server port used by JMS to handle JMS communications.

First of all, are those correct statements?  

Secondly, are those ports necessary?  What functionality does the jboss lose if 
certain port is shut down?  For example, if I shut down 8093, I wouldn't be 
able to do JMS.  What about other ports?  I don't seem to have a problem 
starting the jboss without them. 

Thanks.

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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to