Hi,
if you are under win,
search the web for fport.exe or reverve the ports:


When you reserve a range of ephemeral ports, only processes that 
specifically request a port in the reserved range can use it.

*NOTE:* Ephemeral (short-lived) port numbers start at 1024.

To reserve one or more ranges of ephemeral ports:

1. Use *Regedt32.exe* to navigate to:

*HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters*.

2. On the *Edit* menu, *Add Value* name *ReservedPorts* as a 
*REG_MULTI_SZ Data Type*.

3. For each range that you wish to add, type a line in the *Multi-String 
Editor* dialog, using the *FFFF-TTTT* syntax, where *FFFF* is the 
starting port of the range and *TTTT* is the ending port of the range. 
If only one port exists in the range, *FFFF* and *TTTT* are identical.

4. Press *OK* when you have finished adding ranges.

5. *Exit* the Registry Editor.


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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to