• 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

Connect Tomcat to Apache

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm running Apache as my webserver (part of the EasyPHP package). I also want to test servlets and JSP pages. How do I tell Apache to forward all pages that end in .jsp or .gen to Tomcat?

Related question: When I first installed Tomcat, I set it up to run as a separate server, on port 8080. But I was told that it's possible to run Tomcat "inside" Apache. Anybody know how to set this up?

Second related question: Can I make Tomcat my primary web server and have multiple virtual hosts? How?

Bottom line: I want to be able to develop in PHP, Java, and JSP and spend as little time as possible on configuration issues.
 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Barry,
You can try the instruction given in the following link
Tomcat-Apache How to

-Manoj
 
reply
    Bookmark Topic Watch Topic
  • New Topic