I have installed WebLogic 11g
I am using following url to access admin console
"http://localhost:7001/console/login/LoginForm.jsp"
I am getting error message "Internet Explorer can not display the webpage"
When I checked connection problem, I got message "Remote device or resource won't accept connection"
Following details I am getting when I am trying to find port details. It seems port 80 is listening fine, but pot 7001 does not.
C:\Users\npatel>netstat -np TCP | find "80"
TCP 10.82.204.127:55766 10.80.161.52:445 ESTABLISHED
TCP 10.82.204.127:55804 10.82.50.73:8080 CLOSE_WAIT
TCP 10.82.204.127:56552 10.82.50.72:8080 CLOSE_WAIT
TCP 10.82.204.127:58003 10.82.50.73:8080 ESTABLISHED
TCP 10.82.204.127:58026 10.82.50.73:8080 ESTABLISHED
TCP 10.82.204.127:60005 10.230.17.24:80 ESTABLISHED
TCP 10.82.204.127:60063 10.82.50.72:8080 ESTABLISHED
TCP 10.82.204.127:60065 10.82.50.72:8080 ESTABLISHED
TCP 127.0.0.1:58094 127.0.0.1:58095 ESTABLISHED
TCP 127.0.0.1:58095 127.0.0.1:58094 ESTABLISHED
C:\Users\npatel>netstat -np TCP | find "7001"
C:\Users\npatel>
Why is that ? Does it mean that I have to restart the service ? I looked for the service in windows services pane, but could not find any service by the name weblogic or wls (is service name something different ?). please let me know, whats the issue here
Does this port 7001 not work ? How can I get it working ?
Thanks