Re: Reload mod_axis2

2008-05-29 Thread Samisa Abeysinghe
Manjula Peiris wrote: On Thu, 2008-05-29 at 15:12 -0400, Subra A Narayanan wrote: Hello all, I was wondering if there was a way to reload the apache axis2 module (so that it picks up config file changes like loglevel) without having to restart apache? The reason I ask this is I have other mo

Re: Reload mod_axis2

2008-05-29 Thread Manjula Peiris
On Thu, 2008-05-29 at 15:12 -0400, Subra A Narayanan wrote: > Hello all, > > I was wondering if there was a way to reload the apache axis2 module > (so that it picks up config file changes like loglevel) without having > to restart apache? The reason I ask this is I have other modules > loaded in

Re: Apache module

2008-05-29 Thread Uthaiyashankar
Hi Michael, This problem was reported earlier and we fixed in svn trunk. We also provided a patch. You can find the details in [1]. Axis2GlobalPoolSize is used to enable shared memory pool. Say, you have to share a data between two requests. Those two requests can be served by different proc

Re: Reload mod_axis2

2008-05-29 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hello all, I was wondering if there was a way to reload the apache axis2 module (so that it picks up config file changes like loglevel) without having to restart apache? The reason I ask this is I have other modules loaded in to apache and I want those modules to cont

Reload mod_axis2

2008-05-29 Thread Subra A Narayanan
Hello all, I was wondering if there was a way to reload the apache axis2 module (so that it picks up config file changes like loglevel) without having to restart apache? The reason I ask this is I have other modules loaded in to apache and I want those modules to continue serving incoming requests

Re: Apache module

2008-05-29 Thread Michael Sutter
Hello Samisa, I have not really much in the log files error_log: [Thu May 29 12:32:10 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Thu May 29 12:32:10 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2) axis2.log: [Thu May 29 12:32:10 2008] [inf

Re: Apache module

2008-05-29 Thread Samisa Abeysinghe
Do you have any older Axis2/C libs on your LD_LIBRARY_PATH? What is the exact error you get when you try to start httpd? And yes, Axis2GlobalPoolSize is optional. Samisa... Michael Sutter wrote: Hello list, I have upgraded my axis2 version from 1.2 to 1.4 and configured the apache module. A

Apache module

2008-05-29 Thread Michael Sutter
Hello list, I have upgraded my axis2 version from 1.2 to 1.4 and configured the apache module. After that I found out, that it was not possible to start the apache daemon. So I searched through my config file and found the error - it is the Axis2GlobalPoolSize parameter. If it is used, I'm not ab