You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Rainer Jung <ra...@kippdata.de> on 2007/02/25 16:35:55 UTC

Re: svn commit: r511326 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_map.c common/jk_util.c

Hi Jean-Frederic,

what's the plan with:

> Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c
> URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.c?view=diff&rev=511326&r1=511325&r2=511326
> ==============================================================================
> --- tomcat/connectors/trunk/jk/native/common/jk_util.c (original)
> +++ tomcat/connectors/trunk/jk/native/common/jk_util.c Sat Feb 24 11:02:40 2007
> @@ -96,7 +96,9 @@
>  
>  #define DEFAULT_WORKER              JK_AJP13_WORKER_NAME
>  #define WORKER_LIST_PROPERTY_NAME     ("worker.list")
> +#define LIST_PROPERTY_NAME            ("list")
>  #define WORKER_MAINTAIN_PROPERTY_NAME ("worker.maintain")
> +#define MAINTAIN_PROPERTY_NAME        ("maintain")
>  #define DEFAULT_MAINTAIN_TIME       (60)
>  #define DEFAULT_LB_FACTOR           (1)
>  #define DEFAULT_DISTANCE            (0)
> @@ -209,6 +211,70 @@
>      NULL
>  };

I can't see those (list, maintain) used anywhere.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r511326 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_map.c common/jk_util.c

Posted by Rainer Jung <ra...@kippdata.de>.
OK, I understood in the meantime, sorry for the noise.

Rainer Jung schrieb:
> Hi Jean-Frederic,
> 
> what's the plan with:
> 
>> Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c
>> URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.c?view=diff&rev=511326&r1=511325&r2=511326
>> ==============================================================================
>> --- tomcat/connectors/trunk/jk/native/common/jk_util.c (original)
>> +++ tomcat/connectors/trunk/jk/native/common/jk_util.c Sat Feb 24 11:02:40 2007
>> @@ -96,7 +96,9 @@
>>  
>>  #define DEFAULT_WORKER              JK_AJP13_WORKER_NAME
>>  #define WORKER_LIST_PROPERTY_NAME     ("worker.list")
>> +#define LIST_PROPERTY_NAME            ("list")
>>  #define WORKER_MAINTAIN_PROPERTY_NAME ("worker.maintain")
>> +#define MAINTAIN_PROPERTY_NAME        ("maintain")
>>  #define DEFAULT_MAINTAIN_TIME       (60)
>>  #define DEFAULT_LB_FACTOR           (1)
>>  #define DEFAULT_DISTANCE            (0)
>> @@ -209,6 +211,70 @@
>>      NULL
>>  };
> 
> I can't see those (list, maintain) used anywhere.
> 
> Regards,
> 
> Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org