
tomcat
JAVA探索
对知识的贪婪是我前进的动力
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tomcat8 设置jvm启动参数
在tomcat8的catalina.sh中,针对如何设置环境变量进行了注释说明: # Control Script for the CATALINA Server # # Environment Variable Prerequisites # # Do not set the variables in this script. Instead put them into a script...原创 2019-12-31 16:11:08 · 3571 阅读 · 1 评论 -
tomcat 配置虚拟目录建立文件服务器
1.conf/web.xml listings 该属性的含义:如果该目录中没有欢迎文件,那么应该展示该目录吗?将listings的值改为true <init-param> <param-name>listings</param-name> <param-value>true</param-value> </ini...原创 2019-12-10 10:50:58 · 200 阅读 · 0 评论