Hi there!
Does anybody know how I can easily intercept the servlet initialization routine of the servlet rpcrouter?
I'd like to extend it that way, that if the servlet is loaded, 10 database connections will be opened, available for subsequent requests.
So I'd need to include a kind of entry point class easily in the rpcrouter's initialization routine. Does anybody know how I can achieve this without having to fumble in the soap.war - Sourcefiles?
Wouldn't it be a good idea to have such entrypoints at least in the rpcrouter serlvet's initializiation routine?
thx alot
Johannes
- Re: Caching database connections across requests Johannes Fiala
- Re: Caching database connections across requests Robert Dietrick
- Re: Caching database connections across requests Johannes Fiala
- Re: Caching database connections across requests Scott Nichol
- Re: Caching database connections across requests Johannes Fiala
- Re: Caching database connections across reque... Scott Nichol