Is there a way to retrieve tomcat version/info from within a War file? I actually would prefer this to be web container agnostic, but I'm working with Tomcat, so that's where I will start.
I know that the manager does almost exactly what I want when going to: http://localhost:8080/manager/serverinfo but for the life of me, I can't seem to find it in the src. Any help would be greatly appreciated. Cheers Junos