You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tomcat
常见目录及其作用
bin
start & stop
conf
配置文件目录
lib
存放jar包
logs
存放日志
temp
存放tomcat的临时文件
webapps
存放web项目地址
work
和jsp相关,但是目前几乎不再用了,不需要关注
LICENSE
许可证
NOTICE
说明文件
WEB项目的标准结构
app:
-
index.html
-
static
-
WEB-INF 不能被客户端直接访问到
-
classes 字节码根路径
-
lib 第三方jar包
-
web.xml 项目的配置文件