概述
<!-- The http port -->
<http server-id="" host="*" port="80"/>
<!--
- configures an explicit root web-app matching the
- webapp's ROOT
-->
<web-app id='/' document-directory="webapps/ROOT"/>
</host>
<!--
- configures an explicit root web-app matching the
- webapp's ROOT
-->
<web-app id='/' document-directory="webapps/ROOT"/>
</host>
<web-app id='/' document-directory="webapps/ROOT"/>
<web-app id='/lizongbo' document-directory="E:/jb/oscachedemo/test"/>
</host>
ParserFactoryImpl could not be instantiated: java.lang.NullPointerException
<web-app id='/' document-directory="webapps/ROOT"/>
<web-app id='/lizongbo' document-directory="E:/jb/oscachedemo/test">
<system-property javax.xml.parsers.DocumentBuilderFactory="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
<system-property javax.xml.parsers.SAXParserFactory="org.apache.xerces.jaxp.SAXParserFactoryImpl"/>
<system-property org.xml.sax.driver="org.apache.xerces.parsers.SAXParser"/>
</host>
<host id="^(*).lizongbo.com" root-directory=".">
- configures an explicit root web-app matching the
- webapp's ROOT
-->
<web-app id='/' document-directory="webapps/ROOT"/>
<web-app id='/lizongbo' document-directory="E:/jb/oscachedemo/test"/>
</host>
<welcome-file-list>index.jsp, index.htm, index.html </welcome-file-list>
<error-log id='logs/lizongbo.com.log'/>
<doc-dir>E:/jb/lizongbo/webapp</doc-dir>
<web-app id='/'>
<classpath id='WEB-INF/classes'
source='WEB-INF/classes'
compile='false'/>
<servlet-mapping url-pattern='/servlet/*' servlet-name='invoker'/>
<servlet-mapping url-pattern='*.jsp' servlet-name='jsp'/>
<servlet-mapping url-pattern='*.html' servlet-name='jsp'/>
<session-config>
<session-max>4096</session-max>
<session-timeout>30</session-timeout>
<enable-cookies>true</enable-cookies>
<enable-url-rewriting>true</enable-url-rewriting>
</session-config>
</web-app>
</host>
Can't contact Servlet Runner at localhost:6802
最后
以上就是听话老鼠为你收集整理的 resin3.0.10 入门 基本配置(转)Can't contact Servlet Runner at localhost:6802 的全部内容,希望文章能够帮你解决 resin3.0.10 入门 基本配置(转)Can't contact Servlet Runner at localhost:6802 所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复