|
Hi all,
I have checked that AXIS 2 don't support the
persistence by default.
That's why, by surfing on the Web, I have found
that to make a service persistent, we have to configure the service.xml file
with the following line:
<parameter name="scope" value="value"/> I did that by replacing the word value by "application". Normally, that mean that a service will be intanciated for all the requests until the server Tomcat is shutdown. Consequently, the service should be persistent... However, it doesn't work... Is it the good way to do this? HOw can I do that?? Thx fabien
|
- [AXIS2] persistence Fabien Couble
- Re: [AXIS2] persistence Deepal Jayasinghe
- Re: [AXIS2] persistence Fabien Couble
- Re: [AXIS2] persistence David Illsley
- Re: [AXIS2] persistence Fabien Couble
