This content has been marked as final.
Show 2 replies
-
1. Re: No apparent activity on port 1099
Phil Clark Dec 12, 2005 10:01 PM (in response to Martin S)did you check using netstat?
Linux / Unix / or Windows command window:
At the command prompt, type netstat -a
i.e.
c:\>netstat -a -n
or
myserver# netstat -a -n
You should see a tcp entry for 1099 -
2. Re: No apparent activity on port 1099
Martin S Dec 13, 2005 8:37 PM (in response to Martin S)Thanks. with netstat port 1099 does indeed show up, whereas it didn't with nmap.
Unfortunately, I still keep getting the same Exception.
Does anybody know in which direction to look next?
Thanks.