I was wondering if someone could explain to me exactly how web.xml works? What is the process beyond that?
For instance, can we call Java class directly from here? Also, how does Tomcat's startup.sh work and process everything beyond that?
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Web.sml desn't 'work' at all. It is a static specification of some aspects of your web-app. The 'process beyond that' is that the Servlet container loads your application and enforces everything it finds in your web.xml. How it does that is container-specific and irrelevant to you. |
|||
|
|