This is a discussion on How to Verify the Web Application runing at port 80 from Server # prompt within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> BismillahirRehmannirRahim Hi Admins, We have a web application interface [http based] , it can be configured to publish at ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| BismillahirRehmannirRahim Hi Admins, We have a web application interface [http based] , it can be configured to publish at any ports fore instance 8181. Our Client Browser are able to access this application at port 8181. But when i change our application to publish on port 80, our clients failed to get the loging page. Port 80 is already opened at firewall, and we are used to publish this application at port 80 [run as user root] So i want to make sure that our application is running a / listening on port 80. May i know which command or utility i can use for this from the Server # prompt. its very urgent. Hope to hear soon from you. Your Junior Admin Salman |
| ||||
| On Aug 10, 3:47 am, "Daniel.xujg" <Daniel.x...@gmail.com> wrote: > netstat -a |more > you can get the port 80 information,if you configured telnet localhost 80 on the machine should also work |