Howto control Tomcat using wget
Submitted by tom on 23. February 2009 - 15:15I just had to restart a webapp in Tomcat without stopping a second app running in the same tomcat instance.
Usually this can be done easily via the Tomcat Manager, but in this case I was not able to access the Manager due to firewall rules. Though I was able to access the server using ssh, but there was no curl installed.
Luckily wget did the trick too!