문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top