Check to see if Servicemix is running

ServiceMix's default port is 1099. From another window run netstat and search for port 1099.

From a Windows console, type:
netstat -an | find "1099"
OR

From a Unix command shell, type:
netstat -an | grep 1099

No comments:

Post a Comment