Re: JK2 is using APR as mandatory

2003-11-03 Thread Henri Gomez
Mladen Turk a écrit :
As said in the subject...
plus the jk_pool and jk_channel socket are marked as deprecated.
Couple of things to do.

1. APR-ize jk_file_logger to use apr_file API instead stdio's FILE.
2. All methods will return apr_status_t instead int (work in progress).
3. Henri, what about those AS400 defines, can they be removed now?
Which one ?)

4. IIS is now presumed to have apr, apr-util, apr-iconv, and pcre in
   the srclib folder. Tested with apr-0.9.4. Need to document that.
5. ???




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


Re: JK2 is using APR as mandatory

2003-10-31 Thread Kurt Miller
- Original Message - 
From: Mladen Turk [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Thursday, October 30, 2003 3:35 PM
Subject: JK2 is using APR as mandatory



 As said in the subject...
 plus the jk_pool and jk_channel socket are marked as deprecated.

Are configurations using channel.socket depreciated now?

Does this just mean that the code in jk_channel_socket.c is depreceated
becuase jk_channel_apr_socket.c will always be used now?


 Couple of things to do.

 1. APR-ize jk_file_logger to use apr_file API instead stdio's FILE.
 2. All methods will return apr_status_t instead int (work in progress).
 3. Henri, what about those AS400 defines, can they be removed now?
 4. IIS is now presumed to have apr, apr-util, apr-iconv, and pcre in
the srclib folder. Tested with apr-0.9.4. Need to document that.
 5. ???


 Comments?

 MT.


 -
 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: JK2 is using APR as mandatory

2003-10-31 Thread Mladen Turk
 

 -Original Message-
 From: Kurt Miller
 
  As said in the subject...
  plus the jk_pool and jk_channel socket are marked as deprecated.
 
 Are configurations using channel.socket depreciated now?
 
 Does this just mean that the code in jk_channel_socket.c is 
 depreceated
 becuase jk_channel_apr_socket.c will always be used now?
 

No, the channel.socket is actually channel.apr, and the channel.apr has been
removed from registry (channel.apr was very intuitive name for a tcp
channel).

MT.


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



Re: JK2 is using APR as mandatory

2003-10-31 Thread Kurt Miller
From: Mladen Turk [EMAIL PROTECTED]
  From: Kurt Miller
  
   As said in the subject...
   plus the jk_pool and jk_channel socket are marked as deprecated.
 
  Are configurations using channel.socket depreciated now?
 
  Does this just mean that the code in jk_channel_socket.c is
  depreceated
  becuase jk_channel_apr_socket.c will always be used now?
 

 No, the channel.socket is actually channel.apr, and the channel.apr has
been
 removed from registry (channel.apr was very intuitive name for a tcp
 channel).


Got it. Thanks!


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



JK2 is using APR as mandatory

2003-10-30 Thread Mladen Turk

As said in the subject...
plus the jk_pool and jk_channel socket are marked as deprecated.

Couple of things to do.

1. APR-ize jk_file_logger to use apr_file API instead stdio's FILE.
2. All methods will return apr_status_t instead int (work in progress).
3. Henri, what about those AS400 defines, can they be removed now?
4. IIS is now presumed to have apr, apr-util, apr-iconv, and pcre in
   the srclib folder. Tested with apr-0.9.4. Need to document that.
5. ???


Comments?

MT.


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