Hi,

I have played a little with mod_jk2 and I have missed a feature: To get a path 
relative to the server root.

For example in jk_workerEnv.c:
+++
    if(  configFile == NULL ) {
        wEnv->config->setPropertyString( env, wEnv->config,
                                         "config.file",
                                         "conf/jk2.properties" );
    }
+++
It would be nice to have /usr/local/apache/conf/jk2.properties when httpd is 
configured to be in /usr/local/apache (instead of /conf/jk2.properties in the 
son processes...).

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?

Cheers

Jean-frederic


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

Reply via email to