Quantcast
Channel: S. Nageswara Rao, Corporate Trainer – Way2Java
Viewing all articles
Browse latest Browse all 505

Deployment Descriptor – web.xml in Servlets

$
0
0
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, […]

Viewing all articles
Browse latest Browse all 505

Trending Articles