• 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

Apache and Tomcat 4.1 configuration....

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys, i have used Tomcat as a stand-alone and for a new project i need to configure Apache / Tomcat, where Apache acts as a proxy server.
I will like to fully know :
1.what are the responsibility of each web server in the set-up
2.how is the configuration done.
3.what version of Apache is compactible with Tomcat 4.1
All ideas and references will be appreciated. Cheers.
[ September 19, 2003: Message edited by: Gabriel Fox ]
 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
1. Apache will sever html pages and while Tomcat will serve jsps and dyanamic content.
2. JK connector is used for making a connection between Apache and Tomcat.
3. Apache 2.x and 1.
A lot of resources is available at the official web site
http://jakarta.apache.org
reply
    Bookmark Topic Watch Topic
  • New Topic