pls write me how to Deploy and run servlets in Apache webserver. Isany additional application is required?. I installed only apachewebserver.
You cannot run Servlets/JSP's from apache alone. Youwill require tomcat to run your servlets and configurethe tomcat with apache using the AJP connector api...Down load tomcat and read the howto.html which comeswith the tomcat webserver.
Apache just serves up static content ( html, images,etc ), you will need to download and install Tomcatfor servlets.