Re: PATCH Status worker (jk_worker_status.c) and Style Sheet.

2004-05-07 Thread NormW
Good Morning Henri,
Thank You.
I will write a patch for the configwebcom xml doc sometime this weekend.
Enjoy the approaching summer even as we near to winter.
Regards,
Norm

- Original Message - 
From: "Henri Gomez" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Friday, May 07, 2004 9:52 PM
Subject: Re: PATCH Status worker (jk_worker_status.c) and Style Sheet.


> Commited, Thanks.
>
> Pretty busy these days for I don't have much time to track jk2 but
> continue the good work Norm :)
>
> NormW a écrit :
>
> > Greetings All.
> > Not withstanding that the whole Style Sheet thing for the Status Worker
has
> > gone quiet, offer here a patch to add the following:
> >
> > 1. Add a char variable to hold a path to the Style Sheet.
> > 2. Add an int variable to define how the style sheet path should be
used.
> >   0 = No style info sent at all
> >   1 = Use the built-in default
> >   2 = Use the style path as a URL context to an external Style Sheet
> >   3 = Use the style path as a file in the file system which is sent
as
> > an internal style sheet.
> >   Both modes 2 and 3 allow evaluation of colour options without
> > restarting the server.
> >   Mode 3 also supports the serverRoot macro.
> > 3. The above parameters have been added to jk_worker.h and do not
> > significantly expand it.
> > 4. GetAttributes and SetAttributes have been added to support the above
vars
> > plus 'disabled' and 'debug'.
> > 5. The 'lst=' and 'dmp=' commands don't contain HTML formatting and
hence
> > return as 'plain/text'.
> > 6. The default of 'all' is changed to an empty string, since the 'all'
> > command is not yet defined as a command.
> > 7. The order of the headers supports a recommendation in RFC 2616.
> > 8. The Status Worker is now closer to a manageable object.
> > http://normw.gknw.com/patches/jk_worker.h.diff
> > http://normw.gknw.com/patches/jk_worker_status.c.diff
> > The changes have been built and tested satisfactory in a NetWare
environment
> > at least.
> > If jk_worker_status.c should ever acquire xml output, assume it will
need a
> > style sheet also.
> >
> > Norm
> >
> >
> >
> > -
> > 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]



Re: PATCH Status worker (jk_worker_status.c) and Style Sheet.

2004-05-07 Thread Henri Gomez
Commited, Thanks.

Pretty busy these days for I don't have much time to track jk2 but
continue the good work Norm :)
NormW a écrit :

Greetings All.
Not withstanding that the whole Style Sheet thing for the Status Worker has
gone quiet, offer here a patch to add the following:
1. Add a char variable to hold a path to the Style Sheet.
2. Add an int variable to define how the style sheet path should be used.
  0 = No style info sent at all
  1 = Use the built-in default
  2 = Use the style path as a URL context to an external Style Sheet
  3 = Use the style path as a file in the file system which is sent as
an internal style sheet.
  Both modes 2 and 3 allow evaluation of colour options without
restarting the server.
  Mode 3 also supports the serverRoot macro.
3. The above parameters have been added to jk_worker.h and do not
significantly expand it.
4. GetAttributes and SetAttributes have been added to support the above vars
plus 'disabled' and 'debug'.
5. The 'lst=' and 'dmp=' commands don't contain HTML formatting and hence
return as 'plain/text'.
6. The default of 'all' is changed to an empty string, since the 'all'
command is not yet defined as a command.
7. The order of the headers supports a recommendation in RFC 2616.
8. The Status Worker is now closer to a manageable object.
http://normw.gknw.com/patches/jk_worker.h.diff
http://normw.gknw.com/patches/jk_worker_status.c.diff
The changes have been built and tested satisfactory in a NetWare environment
at least.
If jk_worker_status.c should ever acquire xml output, assume it will need a
style sheet also.
Norm



-
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]


PATCH Status worker (jk_worker_status.c) and Style Sheet.

2004-05-04 Thread NormW
Greetings All.
Not withstanding that the whole Style Sheet thing for the Status Worker has
gone quiet, offer here a patch to add the following:

1. Add a char variable to hold a path to the Style Sheet.
2. Add an int variable to define how the style sheet path should be used.
  0 = No style info sent at all
  1 = Use the built-in default
  2 = Use the style path as a URL context to an external Style Sheet
  3 = Use the style path as a file in the file system which is sent as
an internal style sheet.
  Both modes 2 and 3 allow evaluation of colour options without
restarting the server.
  Mode 3 also supports the serverRoot macro.
3. The above parameters have been added to jk_worker.h and do not
significantly expand it.
4. GetAttributes and SetAttributes have been added to support the above vars
plus 'disabled' and 'debug'.
5. The 'lst=' and 'dmp=' commands don't contain HTML formatting and hence
return as 'plain/text'.
6. The default of 'all' is changed to an empty string, since the 'all'
command is not yet defined as a command.
7. The order of the headers supports a recommendation in RFC 2616.
8. The Status Worker is now closer to a manageable object.
http://normw.gknw.com/patches/jk_worker.h.diff
http://normw.gknw.com/patches/jk_worker_status.c.diff
The changes have been built and tested satisfactory in a NetWare environment
at least.
If jk_worker_status.c should ever acquire xml output, assume it will need a
style sheet also.

Norm



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