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.