"keletappi" wrote : Yes you can, but you need unique set of ports of second 
instance. I decided that each server is going to have portblock like
  | 1xx00 where xx in server instance number. So my first server starts all 
ports
  | in 10100 and my last server would start ports in 19900. I don't think that 
i can ever run more than 99 servers in single host anyway ;)
  | 
  | In your ../deploy/jbossweb-tomcat55.sar/server.xml you need to define
  | new ports for connectors. I modified HTTP/1.1 and AJP1.3 connectors. These 
i have
  | 10100 HTTP
  | 10101 AJP1.3
  | 
  | Then you need to modify JBoss ports. in ../conf/jboss-service.xml you have 
lots of ports. Just search for word 'port' in that document and set ports from 
10102+. I have:
  | 10102 WebService port
  | 10103 Naming port
  | 10104 RMI port
  | 10105 RMI Objectport
  | 10106 ServerBindPort
  | 0 ClientConnectPort (i don't know what this is)
  | 
  | And as last thing you need to configure JMS service ports if you have it 
deployed. in ../deploy/jms/uil2-service.xml I jave set
  | 10107 ServerBindPort
  | 
  | I have create NAT rule in my firewall that redirects HTTP traffic incoming 
to port 80 to port 10100 to make it work. Of course you can configure that port 
to one you are going to use in the first place.
  | 
  | I hope i didn't miss any ports.
  | 
  | 
  | 
  | 


Thanks a lot. I will try out your suggestions today. I really appreciate your 
help a lot




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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to