第一步,我们必须拷贝所有需要的库文件到tomcat安装目录中。在这篇教程中,我们使用一个独立的web context配置(webapps/quickstart)。我们确认全局库文件(tomcat/common/lib)和本web应用程序上下文的路径(对于jar来说是webapps/quickstart/web-inf/lib,对于class文件来说是webapps/quickstart/web-inf/classes)能够被类装载器检索到。我们把这两个类装载器级别分别称做全局类路径(global classpath)和上下文类路径(context classpath)。 
我就是说这个东西