• 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

mod_jk2 woes

 
Ranch Hand
Posts: 280
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
I am having some problems getting mod_jk2 to work properly. Up to this point, I have been using mod_webapp and I think it may be time to upgrade a bit. Anyway, I am running Apache 1.3.26 and Tomcat 4.1.12 with j2sdk.1.4.1 on RedHat7.3. mod_jk2.so is located in /usr/local/apache/libexec.
here are my files that needed editing:
/usr/local/tomcat/conf/jk/workers.properties

/usr/local/apache/conf/httpd.conf

When I start the apache server, here is the error I get:


# sh /usr/local/apache/bin/apachectl start
Create config for main host
Syntax error on line 983 of /usr/local/apache/conf/httpd.conf:
Invalid command 'JKWorkersFile', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started


I would really appreciate any help.
[ November 22, 2002: Message edited by: Jason Kretzer ]
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I also have the same problems, Tomcat 4.1.12 with j2sdk.1.4.1 on RedHat7.3 and I could not get it to work having scoured the web and following the instructions at apaches website.
I get a Forbidden 403 error when I try to access a tomcat url through apache.
Have you had any success?
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used...
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/win32/mod_jk-2.0.42.dll
no probs.
 
reply
    Bookmark Topic Watch Topic
  • New Topic