• 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

Cannot read jsp pages when integrating tomcat + apache

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all...
I have an application running on tomcat ...but now i want to integrate apache with it..
I have successfully installed Apache 1.3.27 and when i tried http://localhost i can see the default apache successfull installation page
I have also successfully installed tomcat as when i tried http://localhost:8080/dir/index.jsp i can see and run the sample examples
I have downloaded mod_jk.dll and created the workers.properties file as isntructed and also edited the http.conf file as instructed.
and i ran tomcat then ran apache but then when i tried to access jsp pages from
http://localhost/dir/index.jsp
i get the error message page cannot be displayed...
can anyone tell me what is wrong and give me the correct way to configure apache to run with tomcat as i have been to so many websites and there was no consistency.....
i tried the jakarta.org.com page too and i tell it doesn't really help.....
thanx eveyone i badly need help down here
 
Our first order of business must be this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic