Servlet: It is technology to create dynamic WebPages. This is a Java program, which resides in a web server to process requests from the user and to provide a dynamic response to users.Storing compilation and deployment of servlet
<servlet-mapping> <servlet-name>name</servlet-name> <url-pattern>/ url-pattern </url-pattern> </servlet-mapping>
Storing Compilation And Deployment of a Java Servlet
First Step to Java's Multithreading
ok Satyapriya, Thank you for Replying...:-)
really good post. Satyapriya
Hi, manish Tomcat 6.0 is a web server. Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run.
Useful Article
Good article satyapriya. I want to ask is tomcat 6.0 is a browser for java..?