• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Installation Of Apache

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
Navtaj Singh
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Satya,
Navi.
 
Ranch Hand
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Navtaj:
Here's a step-by-step guide by Roseanne Zhang. You might find it useful.
How to make your first JSP page work on Tomcat? http://www.webappcabaret.com/javachina/tomcathowto.htm
regards,
Jyotsna
 
crispy bacon. crispy tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic