Hi All,
My boss want me to do the following:
access my web application through port 8080, but access JBOSS JMX console through 9090.
And boss want to enable the firewall. So only open the port 8080 for users outside
firewall to access my web application. And whoever want to access JBOSS JMX console have
to sit inside firewall. That means I have to configure JBOSS to listening 2 different TCP
port for both JMX and my application.
I read a lot of jboss documents, I could not find a way to configure multiple TCP ports
for different application. Currently I access JMX and my web application both through port
8080(default).
For sure, I don't think I can use virtual host, that is still actually go through the
same port for different applications.
Can anyone give me some idea? Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056188#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...