• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Problem connecting to tomcat via Apache..........

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have Tomcat 4.1.27 and Apache 2.0installed and
working independently on a windows NTinstallation. I have followed
a web resources in attempt to install mod_jk
http://www.sitepoint.com/article/305/4
Success did not follow, but at least I am now getting error messages
in $CATALINA_HOME/logs/mod_jk.log
[Wed Oct 08 10:11:28 2003] [jk_connect.c (203)]: jk_open_socket, connect() failed errno = 61
[Wed Oct 08 10:11:28 2003] [jk_ajp_common.c (626)]: Error connecting to tomcat. Tomcat is probably not started or is listenning on the wrong port. Failed errno = 61
[Wed Oct 08 10:11:30 2003] [jk_connect.c (203)]: jk_open_socket, connect() failed errno = 61
[Wed Oct 08 10:11:30 2003] [jk_ajp_common.c (626)]: Error connecting to tomcat. Tomcat is probably not started or is listenning on the wrong port. Failed errno = 61
[Wed Oct 08 10:11:32 2003] [jk_connect.c (203)]: jk_open_socket, connect() failed errno = 61
[Wed Oct 08 10:11:32 2003] [jk_ajp_common.c (626)]: Error connecting to tomcat. Tomcat is probably not started or is listenning on the wrong port. Failed errno = 61
[Wed Oct 08 10:11:34 2003] [jk_connect.c (203)]: jk_open_socket, connect() failed errno = 61

Of course Tomcat is started - but if it's listening on the right ports
or not is not clear to me.
Please Help
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic