-
1. Re: Ports configuration in Jboss 7.1.1 Final
Nicklas Karlsson Mar 28, 2013 6:58 AM (in response to Piyush Jain)If you look at the network interfaces at the end of the standalone.xml you will see what ports they use. Some might be lazy loaded and not activated depends on your application. You could start it up and use netstat or a similar tool to see the active ports.
-
2. Re: Ports configuration in Jboss 7.1.1 Final
Piyush Jain Mar 28, 2013 11:09 PM (in response to Nicklas Karlsson)@Nicklas - Thanks for your help.
Is there any other file than standalone*.xml where I can find ports or Jboss as 7 is going to use only and only ports which are defined in standalone*.xml?
Can I have list of ports which have been removed in Jboss as 7? for example till now I have found that JNDI ports have been removed ( https://issues.jboss.org/browse/AS7-2361 )
Regards,
Piyush Jain
-
3. Re: Ports configuration in Jboss 7.1.1 Final
jaikiran pai Mar 29, 2013 8:39 AM (in response to Piyush Jain)JNDI is implemented over remoting in AS7 and uses the remoting port which by default is 4447.
-
4. Re: Ports configuration in Jboss 7.1.1 Final
Piyush Jain Apr 2, 2013 5:39 AM (in response to jaikiran pai)Thanks a lot JaiKiran.
Can you please give more information about below ports/configuration? Are these ports/configuration not in use or use some other port?. My question may be silly as I am new to Jboss.
# JBoss messaging connector port
com.applicationServer.port13=4457
# SNMP adaptor agent port
com.applicationServer.port5=1161
# SNMP adaptor trapd logger port
com.applicationServer.port6=1162
# JRMI invoker RMI object port
com.applicationServer.port10=4444
# HA pooled invoker server port
com.applicationServer.port12=4448
# JMX RMI connector port
# Not found in JBoss 6
com.applicationServer.port15=19001
# Web Services port
com.applicationServer.port16=8083
# JMS Unified Invocation Layer UIL2 server port
# Not found in JBoss 6
com.applicationServer.port17=8093
# Pooled invoker server port
# Not found in JBoss 6
com.applicationServer.port11=4445