Concept of an Application
I am trying to understand the concept of the Application. Assume I deployed a web application MyAppTest (http://www.myapptest.com) to the Application Server.
1)When the first user launches the http://www.myapptest.com from a Browser, to access the Application Server, will that starts the loading of the web.xml, struts-config, and many other files? OR those files have already been loaded long before the user's accessing?
2)When the second user from a different computer, do the same (launch http://www.myapptest.com), will it, too, starts the loading of the web.xml, struts-config, and many other files? OR just a session is created?
Thanks.
Eugene