[EMAIL PROTECTED] wrote: > On Mon, 8 Apr 2002 [EMAIL PROTECTED] wrote: > > >>>My first idea is to add makeRoot() in jk_ws_service_t. But I have the problem >>>that apache needs a pool (not a jk_pool) to call ap_server_root_relative(). >>>Where could I get the pool? >> > > Actually, that would be a good idea too ( adding another method in > jk_ws_service_t ). The server adapter should know how to do it and it is > also supposed to be able to store references to server_rec (or other > server specific data ). > > For pool - again, if a 'native pool' is used, the server adapter will > store in in the private field of jk_pool, and if the 'base impl' of > jk_pool is used - the adapter can still access server private data.
Ok there are two features to add. 1 - $(serverRoot) extraction for apache13: that is easy. I hope to have it working soon. 2 - makeRoot() in jk_ws_service_t that makes a path relative to server root. It could use something like ap_os_is_path_absolute and the logic of jk_config.c or use ap_server_root_relative() and the pool. > > Costin > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>