On Tue, Jun 10, 2008 at 1:04 PM, jnl1 <[EMAIL PROTECTED]> wrote: > > hi all... > > downloaded 3.2.1 and tried to start servicemix up (./servicemix). got an > "address in use" error for 61616. changed value (in activemq.xml and > servicemix.properties) to two other ports but no luck. is there a way to > find an open port ? below is the error msg...
You can list open ports using the netstat command. See the details here: http://servicemix.apache.org/3-installation.html#3.Installation-TestingtheInstallation You just need to hunt for the ports you're using. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
