1. What is Deployment? Copying the .class file of the servlet from the current directory to the classes folder of Tomcat is known as deployment. When deployed, Tomcat (or any Web server) is ready to load and execute the servlet, at anytime, at the client request. 2. What is Deployment Descriptor? As the name indicates, […]
↧