Utility for determining the Servlet Container the application is running in.
Currently supported containers: Tomcat, Resin, Orion, OC4J, WebLogic, HPAS, JRun,
Websphere.
Usage:
if (Container.get() == Container.TOMCAT) { .... } author: Joe Walnes version: $Revision: 1.2 $