Question

I need to know if tomcat/mysql is running in another server. But I don't know how to. if you know the way of checking processes status which is running outter(?) servers, I mean not local server. please let me know.

Thanks.

Was it helpful?

Solution

Instead of using the http://127.0.0.1:8080(which is used to know the status on localhost), use http://<ip-address-of-the-desired-server>:8080.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top