web.xml file is located in /server/webapps/manager/web.xml, /server/webapps/web-inf/web.xml,
webapps\balancer\web-inf\web.xml, webapps\root\web-inf\web.xml and many other locations.
Why are there so many web-inf directories and web.xml files ? How do I know which web.xml file to modify ? what is the purpose of so many web.xml files ?
whats WEB-INF ? There are quite a few of WEB-INF there in Timcat directory structure. In each WEB-INF there is a web.xml file, so I thought
WEB-INF is a folder.
What do you mean by case counts ?
I could not understand what did you try to convey. If there are many web applications, then are they not supposed to be in "webapps" folder ? How come there are many "webapps" folders ?
This is confusing me.
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Because the spec says so. Every independent webapplication has its own configuration.
I would start reading the servlet specification and a decent JSP/Servlet tutorial/book.
does it mean that there are as many WEB-INF directories, there are those many web applications ? or can one web application have more than one WEB-INF dir ?