日期:2014-05-20  浏览次数:20722 次

ssh下,启动tomcat后控制台一直打印如下信息
2011-4-16 23:13:41 org.apache.catalina.loader.WebappClassLoader modified
信息: Additional JARs have been added : 'jsf-impl.jar'
2011-4-16 23:13:41 org.apache.catalina.core.StandardContext reload
信息: Reloading this Context has started
2011-4-16 23:13:41 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(E:\apache-tomcat-6.0.14\wtpwebapps\GraduationDesign\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
2011-04-16 23:13:41,968 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts-default.xml]
2011-04-16 23:13:42,140 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts-plugin.xml]
2011-04-16 23:13:42,156 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts.xml]
2011-04-16 23:13:42,156 [org.apache.struts2.config.Settings]-[WARN] Settings: Could not parse struts.locale setting, substituting default VM locale
2011-04-16 23:13:42,156 [com.opensymphony.xwork2.config.impl.DefaultConfiguration]-[INFO] Overriding property struts.configuration.xml.reload - old value: false new value: true
2011-04-16 23:13:42,468 [com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory]-[INFO] Setting DefaultObjectTypeDeterminer as default ...


然后我把jsf-impl.jar删了之后

控制台又输出如下
2011-4-16 23:15:32 org.apache.catalina.core.StandardContext reload
信息: Reloading this Context has started
2011-4-16 23:15:32 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(E:\apache-tomcat-6.0.14\wtpwebapps\GraduationDesign\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
2011-04-16 23:15:33,156 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts-default.xml]
2011-04-16 23:15:33,265 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts-plugin.xml]
2011-04-16 23:15:33,265 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts.xml]
2011-04-16 23:15:33,265 [org.apache.struts2.config.Settings]-[WARN] Settings: Could not parse struts.locale setting, substituting default VM locale
2011-04-16 23:15:33,281 [com.opensymphony.xwork2.config.impl.DefaultConfiguration]-[INFO] Overriding property struts.configuration.xml.reload - old value: false new value: true
2011-04-16 23:15:33,578 [com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory]-[INFO] Setting DefaultObjectTypeDeterminer as default ...
2011-4-16 23:15:43 org.apache.catalina.loader.WebappClassLoader modified
信息: Additional JARs have been added : 'ojdbc14.jar'
2011-4-16 23:15:43 org.apache.catalina.core.StandardContext reload
信息: Reloading this Context has started
2011-4-16 23:15:43 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(E:\apache-tomcat-6.0.14\wtpwebapps\GraduationDesign\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
2011-04-16 23:15:44,281 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts-default.xml]
2011-04-16 23:15:44,375 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts-plugin.xml]
2011-04-16 23:15:44,390 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts.xml]
2011-04-16 23:15:44,390 [org.apache.struts2.config.Settings]-[WARN] Settings: Could not parse struts.locale setting, substituting default VM locale
2011-04-16 23:15:44,390 [com.opensymphony.xwork2.config.impl.DefaultConfiguration]-[INFO] Overriding property struts.configuration.xml.reload - old value: false new value: true