Is the WEB-INF folder in the CLASSPATH of a Java Web application?
WEB-INF
CLASSPATH
需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
Additionally files in WEB-INF are protected against being requested by the web-container, i.e. they are invisible to the outside world.
I'm assuming you're referring to the /WEB-INF directory in the root of the web application folder structure.
/WEB-INF
No, it's not in the classpath.
/WEB-INF/classes is on the classpath though, and so are the JAR files in /WEB-INF/lib.
/WEB-INF/classes
/WEB-INF/lib
这个人比较懒,什么都没有填写!
发布评论
需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。