Hi! Guys, Q1)How to install Apache Server Q2)How to Deploy a JSP/Servlet on the server Q3)How to Patch up Jakarta-tomcat on Apache Server. Thanks, Navi
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
posted
0
Q1)How to install Apache Server Download from www.apache.org and install. Help documentation is available in the installation. Q2)How to Deploy a JSP/Servlet on the server You should understand apache is a web server and NOT a jsp/servlet container. Which leads us to the next qstn. Q3)How to Patch up Jakarta-tomcat on Apache Server. when you install, tomcat, find the documentation which comes with it and you can find detailed instructions on how to configure tomcat-apache servers. hth. regds. - satya