首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

加了Context后,Tomcat不能启动,该怎么处理

2012-01-23 
加了Context后,Tomcat不能启动配置FileStore时,在server.xml加了Contextpath /helloapp docBase hel

加了Context后,Tomcat不能启动
配置FileStore时,在server.xml加了
<Context   path= "/helloapp "   docBase= "helloapp "   debug= "0 "   reloadable= "true "/>
                      <Manager   className= "org.apache.catalina.session.PersistentManager "   >
                                                      debug=0;
                                                    saveOnRestart= "true "
                                                  maxActiveSessions= "-1 "
                                                  minIdleSwap= "-1 "
                                                  maxIdleSwap= "-1 "
                                                  maxIdleBackup= "-1 "
                    <Store   className= "org.apache.catalina.session.FileStore "   directory= "mydir "   />
                      </Manager>
                </Context>
后,tomcat就不能启动,但是加别的Context可以,不知为什么?

[解决办法]
It 's greate!

热点排行