hello, i was trying to understand the deployment procedure. I have some confusion with .war and .ear files. Suppose i am using Tomcat and created the directory as 'test'. structure is as follows: tomcat / webapps / test / \ jsp WEB-INF(it contais web.xml) When i run any '.jsp' file the corrosponding servlet gets created in 'work' directory. If i want ...