just downloaded the dmserver and started it with
Code:
/opt/dm_server100/bin/startup.sh -jmxremote 9009
and from my machine (i can successfully ping my dmserver box)... try to connect to the 9009 and i am not able to do that.
so i do a
Code:
netstat -apn | grep LISTEN | grep 9009
tcp6 0 0 :::9009 :::* LISTEN 5955/java
and it seems it is listening on the right port but could that be a reason of not being able to connect.
I am using ubuntu and jdk1.6 ... i am planning to use this setup as a core for my new project...was testing the waters though.
cheers,
asif