The Artima Developer Community
Sponsored Link

Java Answers Forum
tomcat and mod_jk2 problems

1 reply on 1 page. Most recent reply: Mar 31, 2003 11:14 PM by enrico

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
enrico

Posts: 3
Nickname: enrico
Registered: Mar, 2003

tomcat and mod_jk2 problems Posted: Mar 31, 2003 6:36 AM
Reply to this message Reply
Advertisement
I'm triyng to use apache 2.0.44 with tomcat 4.1.24 on a linux box (RedHat 7.3)

I followed (I think!) the instructions reported on
jakarta site (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.html), but in the apache error log I always get the followin
error:


[Mon Mar 31 14:03:13 2003] [error] workerEnv.init() create slot epStat.0 failed
[Mon Mar 31 14:03:13 2003] [error] lb.service() worker failed ajp13:localhost:8009
[Mon Mar 31 14:03:13 2003] [error] lb.service() unrecoverable error...
[Mon Mar 31 14:03:13 2003] [error] mod_jk.handler() Error connecting to tomcat 120000

Any idea?

Thanks a lot!


enrico

Posts: 3
Nickname: enrico
Registered: Mar, 2003

Re: tomcat and mod_jk2 problems Posted: Mar 31, 2003 11:14 PM
Reply to this message Reply
I reply to myself, may other are interested.
I solved the problem inserting the configuration file workers2.properties

[shm]
file=/opt/apache2/logs/shm.file
size=1048576

and touching the file /opt/apache2/logs/shm.file.

Bye
Enrico

Flat View: This topic has 1 reply on 1 page
Topic: Servlets - get and post Previous Topic   Next Topic Topic: about showing text,help!!!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use