摘要:
阅读全文
摘要:
一、配置环境变量 Linux上部署项目:需要配置jdk,tomcat。需要注意操作的用户。当权限不一致时,可能启动后,无法连接数据库。linux下安装tomcat,一定记得配置环境变量,在tomcat的bin目录通过vi命令打开catalina.sh,在catalina.sh中加入如下配置: exp 阅读全文
摘要:
关于tomcat默认端口为8080; 网页浏览器的默认端口为80。 阅读全文
摘要:
一、项目路径及部署、启动位置 1、在tomcat下部署应用,部署路径:一般直接部署在tomcat/webapps/ROOT下即可。2、默认访问路径:tomcat的默认访问路径为webapps/ROOT下的index.jsp页面。可以通过修改tomcat/conf/server.xml下的配置信息来修 阅读全文
摘要:
一、关于web.xml中的welcome-file-list <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> <welcome-file>index. 阅读全文
摘要:
1 tomcat 日志详解 1.1 tomcat 日志配置文件 tomcat 对应日志的配置文件:tomcat目录下的/conf/logging.properties。 tomcat 的日志等级有:日志输出级别:SEVERE (最高级别) > WARNING > INFO > CONFIG > FI 阅读全文