How to I get Tomcats version number?
javax.servlet.ServletContext.getServerInfo(); Starting with tomcat 5.0.28 – there is now a version.sh (or version.bat) program in the bin directory. It will print the version number of tomcat to Standard output. Tomcat eats 100% of the CPU! Odds are, it might be the garbage collector going wacky. In 1.4.1 JVMs there is a memory leak which could hampering the garbage collector. [WWW] More information Otherwise – get a memory profiler and/or tweak your memory settings.