摘要: 下载和安装 1. 下载:https://tomcat.apache.org/ 2. 安装:直接解压即可 3. 目录结构详解 基本使用 1. 启动 startup.bat windows下启动执行文件 startup.sh linux下启动执行文件 2. 停止 shutdown.bat windows 阅读全文
posted @ 2020-06-16 19:53 L_697 阅读(156) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-06-16 19:43 L_697 阅读(247) 评论(0) 推荐(0)
摘要: <Host name="www.webdemo.com" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Context path="" docBase="webdemo" /> </Host> 3.修改hosts文件(直接在末尾添加) 阅读全文
posted @ 2020-06-16 19:39 L_697 阅读(94) 评论(0) 推荐(0)
摘要: 1 <Context path="/my" docBase="d:/my"/> 阅读全文
posted @ 2020-06-16 19:27 L_697 阅读(123) 评论(0) 推荐(0)
摘要: 1 <Connector port="8080" protocol="HTTP/1.1" 2 connectionTimeout="20000" 3 redirectPort="8443" /> 阅读全文
posted @ 2020-06-16 19:23 L_697 阅读(345) 评论(0) 推荐(0)