Of course, yes. It should be workers2.properties and not workers.properties. Apologies.
Vikram ----- Original Message ----- From: "Dean Searle" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Tomcat Users List" <[EMAIL PROTECTED]>; "Johan Louwers" <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 6:33 AM Subject: RE: jk2_init() Can't find child > Wouldn't that change be put in the workers2.properties file, since their using mod_jk2? > > -----Original Message----- > From: Vikram Goyal [mailto:[EMAIL PROTECTED] > Sent: Wed 9/17/2003 3:00 AM > To: Tomcat Users List; Johan Louwers > Cc: > Subject: Re: jk2_init() Can't find child > > > > In your workers.properties under Apache conf put the following line: > > [shm] > file=path-to-a-writeable-log-file-usually-under-apache-logs > size=1048576 > > Restart Tomcat, wait 10 seconds and then restart Apache. > > If this does not work, then create the file as specified under the path and > touch it. Try restarting again. > > HTH > Vikram > > ----- Original Message ----- > From: "Johan Louwers" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, September 17, 2003 4:44 PM > Subject: jk2_init() Can't find child > > > > Build JK2 now on solaris 9. Placed mod_jk2.so in the Apache module dir. > > Also added: > > > > LoadModule jk2_module modules/mod_jk2.so > > > > at the end of my httpd.conf file. Stop and start apache and try to open > > http://10.99.1.115/examples Nothing!! http://10.99.1.115 is giving me the > > basic apache site http://10.99.1.115:8080 is giving me the basic tomact > > site. > > > > So the connector is not working correctly ........ Opend error_log and > found > > the following: > > > > [error] jk2_init() Can't find child 1157 in scoreboard > > [error] shm.init(): No file > > [error] mod_jk child init 1 -2 > > > > > > I found the folowing hint on the internet related to this problem. I do > not > > know how to work with this...... Reading true the posts this is the > > solution..... What do they mean by this? > > > You don't have a shared memory file configured in your properties files, > > > or if you do, it isn't accessible or writable. > > > > > > Any clue how to make it work anybody? > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
