Glenn Williams wrote:
>
> What are the best practices for passing runtime parameters (such as DB
> login, pooling parameters)  to the Axis2 container?
>
>  
>
>  
>
You can add them as parameters in axis2.xml or you can have a module to
initialize them and add those to container. In the case of module
approach you have to write a module with a Module class and inside the
module init method you need to do the processing.

Thanks
Deepal

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

Reply via email to