
tomcat
燃烧的梦_Diff
Diss
展开
-
eclipse 中修改tomcat内存
在eclipse中修改 tomcat内存原创 2016-08-24 11:04:37 · 407 阅读 · 0 评论 -
Tomcat 正式环境下多个Context配置
那些年做过的傻事Tomcat中给server.xml加入元素代表了运行在上的单个Web应用,一个可以有多个< Context>元素,每个Web应用必须有唯一的URL路径,这个URL路径在中的属性path中设定。<Context path="/helloApp1" docBase="helloApp1的绝对或相对路径" debug="0" reloadable="true"/> <Context转载 2017-07-31 15:56:17 · 5611 阅读 · 0 评论