I think it's enough to add the following : 
<----- start here --->
[status:]
info=Status worker, displays runtime informations


[uri:/jkstatus/*]
info=Display status information and checks the config file for changes.
group=status:
<----- end here --->

To your workers2.properties.

Hope it helps
-reynir



> -----Original Message-----
> From: Neil Aggarwal [mailto:[EMAIL PROTECTED] 
> Sent: 31. maí 2003 15:55
> To: Tomcat Users List
> Subject: RE: JK2 apache2 log errors
> 
> 
> Hello:
> 
> How do I enable the jkstatus page?  I have not seen any docs on it.
> 
> Thanks,
>       Neil
> 
> --
> Neil Aggarwal
> JAMM Consulting, Inc.    (972) 612-6056, http://www.JAMMConsulting.com
> Custom Internet Development    Websites, Ecommerce, Java, databases
> 
> 
> -----Original Message-----
> From: Allen Williams [mailto:[EMAIL PROTECTED]
> Sent: Saturday, May 31, 2003 10:01 AM
> To: Tomcat Users List
> Subject: RE: JK2 apache2 log errors
> 
> 
> In the process of digging through the mod_jk2 source code to 
> solve my own problem (which still hasn't happened), I came 
> across extensive references to the "scoreboard".  It is a 
> place in a workerEnv data structure that holds the process ID 
> of a child process.  I'm not sure about who spawns what 
> where, but at least it appears Apache spawns off the jk2 
> stuff, which then goes off and spawns worker threads.  It 
> appears the "scoreboard is a place in the worker environment 
> to keep track of some of the housekeeping that goes on with 
> these threads.
> 
> I've only looked at it for about an hour, so this could be 
> all wrong, but that's what it looks like.
> 
> TIA,
> ------------------------------
> Allen
> 
> 
> 
> > -----Original Message-----
> > From: Chong Yu Meng [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, May 31, 2003 1:09 AM
> > To: Tomcat Users List
> > Subject: Re: JK2 apache2 log errors
> >
> >
> > Geralyn M Hollerman wrote:
> >
> > >Michael Cardon wrote:
> > >
> > >
> > >>What does it mean when it says, "Can't find child 2954 in
> > scoreboard?"  Is
> > >>the 'scoreboard' have something to do with the shm.file?
> > >>
> > >>
> > >
> > >As far as I know, no, the two aren't related. My sysadmin had 
> > >commented the stuff about a Scoreboard directive in 
> httpd.conf out, 
> > >and I'm not sure if I understand what it's intended to be 
> used for. 
> > >Perhaps there is someone out there more familiar with it?
> > >
> > >Sorry!
> > >
> > >
> > >
> >
> > Scoreboard refers to the "jkstatus" context which, if you are using 
> > the default worker2.properties that came with the rpm package for 
> > mod_jk2, you will see a section on. If you have "jkstatus" enabled, 
> > you will be able to see the status of your mod_jk2 
> connector by going 
> > to the URL : http://domain.com/jkstatus
> >
> > Regards,
> > pascal chong
> >
> >
> >
> > 
> ---------------------------------------------------------------------
> > 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]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to