Tribes Startup Help

2009-01-07 Thread Mike Wannamaker
Hi, We are using 5.5.27 and using tribes, however instead of tomcat initializing and starting tribes we are doing it ourselves. Below is my code. I was just wondering if you see anything wrong with what I'm doing. public synchronized void startup() { if(_tribesChannel == null)

Re: Tribes Startup Help

2009-01-07 Thread Filip Hanik - Dev Lists
hi Mike, it all looks good. There is one side effect you may not be aware of. by default the 'receiver' autobind is enabled. that means if receiver.setPort(port) is not available, it will increment the port number and try again. so the actual port might be different from what you think you