Reputation: 11
I need to access tomcat web manager, but how to do it if server_ip:8080 is no longer valid? application is deployed as root, so I get to my application when trying server_ip:80
Upvotes: 0
Views: 62
Reputation: 18415
Do not run a server as root. Use Commons Deamon or Apache Web Server with mod_proxy
.
Upvotes: 1