• 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 Integration using mod_jk for windows?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

How to integrate apache and tomcat using mod_jk
im using apache 2.2.4 and tomcat 6.0.10

when i type localhost:8080 it goes to apache website that have examples etc

when i type localhost:80 or localhost , it shows "it works!"

now i want, when i type localhost:80 or localhost, it direct goes to apache website and can use all the examples provided at that page

can anyone help me on this please
 
reply
    Bookmark Topic Watch Topic
  • New Topic