Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How to deploy Servetls in Apache

  Asked By: Ella    Date: May 06    Category: Java    Views: 632
  

pls write me how to Deploy and run servlets in Apache webserver. Is
any additional application is required?. I installed only apache
webserver.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Venkat Rulez     Answered On: May 06

You cannot run  Servlets/JSP's from apache  alone. You
will require tomcat to run your servlets  and configure
the tomcat with apache using the AJP connector api...

Down load tomcat and read the howto.html which comes
with the tomcat webserver.

 
Answer #2    Answered By: Minal Nayak     Answered On: May 06

Apache just serves up static content ( html, images,
etc ), you will need to download and install Tomcat
for servlets.

 
Didn't find what you were looking for? Find more on How to deploy Servetls in Apache Or get search suggestion and latest updates.




Tagged: