• 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:
  • Devaka Cooray
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Paul Clapham
Sheriffs:
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

Apache 2.0.53 + Tomcat 5.5.7 integration on Windows using mod_jk

 
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 am trying to bind Apache 2.0.53 and Tomcat 5.5.7 on Windows XP using mod_jk.
Following is my configuration,

httpd.conf


mod_jk.conf


workers.properties


tomcat server.xml


With this configuration, I can access Apache content using http://localhost, I can access Tomcat content using http://localhost:8080/servlets-examples, but if I try to use http://localhost/servlets-examples, then I get following error -
[Thu Dec 04 10:15:19 2008] [error] [client 127.0.0.1] File does not exist: D:/softwares/Apache Group/Apache2/htdocs/servlets-examples

Can someone tell me if I am missing anything?
 
Don't listen to Steve. Just read this tiny ad:
Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders
https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing
reply
    Bookmark Topic Watch Topic
  • New Topic