| 发表于:2008-01-11 16:04:16 楼主 |
我在做struts项目时,起动tomcat时,会出现这些代码,不知道是什么意思 register('-//apache software foundation//dtd struts configuration 1.0//en', 'jar:file:/c:/program%20files/apache%20software%20foundation/tomcat%205.5/webapps/zz/web-inf/lib/struts.jar!/org/apache/struts/resources/struts-config_1_0.dtd' register('-//sun microsystems, inc.//dtd web application 2.2//en', 'jar:file:/c:/program%20files/apache%20software%20foundation/tomcat%205.5/webapps/zz/web-inf/lib/struts.jar!/org/apache/struts/resources/web-app_2_2.dtd' register('-//sun microsystems, inc.//dtd web application 2.3//en', 'jar:file:/c:/program%20files/apache%20software%20foundation/tomcat%205.5/webapps/zz/web-inf/lib/struts.jar!/org/apache/struts/resources/web-app_2_3.dtd' resolveentity('-//apache software foundation//dtd struts configuration 1.2//en', 'http://struts.apache.org/dtds/struts-config_1_2.dtd') not registered, use system identifier new org.apache.struts.action.actionformbean set org.apache.struts.action.actionformbean properties call org.apache.struts.action.actionservlet.addformbean(actionformbean[loginform]) pop org.apache.struts.action.actionformbean new org.apache.struts.action.actionmapping set org.apache.struts.action.actionmapping properties new org.apache.struts.action.actionforward set org.apache.struts.action.actionforward properties call org.apache.struts.action.actionmapping.addforward(actionforward[a1]) pop org.apache.struts.action.actionforward call org.apache.struts.action.actionservlet.addmapping(actionmapping[path=/loginaction, type=demo.struts.action.loginaction]) pop org.apache.struts.action.actionmapping new org.apache.struts.action.actionmapping set org.apache.struts.action.actionmapping properties new org.apache.struts.action.actionforward set org.apache.struts.action.actionforward properties call org.apache.struts.action.actionmapping.addforward(actionforward[a2]) pop org.apache.struts.action.actionforward call org.apache.struts.action.actionservlet.addmapping(actionmapping[path=/displayaction, type=demo.struts.action.displayaction]) pop org.apache.struts.action.actionmapping register('-//apache software foundation//dtd struts configuration 1.0//en', 'jar:file:/c:/program%20files/apache%20software%20foundation/tomcat%205.5/webapps/zz/web-inf/lib/struts.jar!/org/apache/struts/resources/struts-config_1_0.dtd' register('-//sun microsystems, inc.//dtd web application 2.2//en', 'jar:file:/c:/program%20files/apache%20software%20foundation/tomcat%205.5/webapps/zz/web-inf/lib/struts.jar!/org/apache/struts/resources/web-app_2_2.dtd' register('-//sun microsystems, inc.//dtd web application 2.3//en', 'jar:file:/c:/program%20files/apache%20software%20foundation/tomcat%205.5/webapps/zz/web-inf/lib/struts.jar!/org/apache/struts/resources/web-app_2_3.dtd' call org.apache.struts.action.actionservlet.addservletmapping(action/java.lang.string,*.do/java.lang.string) |
|
|
|
|