You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tomáš Procházka <t....@centrum.cz> on 2006/02/18 22:05:42 UTC

DatabaseConnection

Hi.

 How is best way to get DataSource from ConnectionPooling in Axis server Class?

 I can't find it.

 I have Axis on Tomcat server.


-- 
Tomas Prochazka


Re: DatabaseConnection

Posted by Tomáš Procházka <t....@centrum.cz>.
Hi.

 Thanks you, this works.   

-------------------------- Original message --------------------------
       From: Cyrille Le Clerc <cy...@pobox.com>
    Subject: DatabaseConnection
       Date: Sunday, February 19, 2006, 1:43:51 AM
Attachments: <none>
      msgid:d5ada98f0602181643o11033700x2a1943d84b32a553@mail.gmail.com

C>    Hello Tomas,

C>    Getting a DataSource is not specific to Axis Web Application but is
C> general to Servlet Containers. DataSources in Tomcat is documented
C> here : http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html

C> On 2/18/06, Tomáš Procházka <t....@centrum.cz> wrote:
>> Hi.

>>  How is best way to get DataSource from ConnectionPooling in Axis server Class?

>>  I can't find it.

>>  I have Axis on Tomcat server.


>> --
>> Tomas Prochazka

----------------------- End of original message ----------------------

-- 
 Tomas Prochazka


Re: DatabaseConnection

Posted by Cyrille Le Clerc <cy...@pobox.com>.
   Hello Tomas,

   Getting a DataSource is not specific to Axis Web Application but is
general to Servlet Containers. DataSources in Tomcat is documented
here : http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html

   Hope this helps,

   Cyrille
--
Cyrille Le Clerc
cyrille.leclerc@pobox.com
cyrille.leclerc@fr.ibm.com

On 2/18/06, Tomáš Procházka <t....@centrum.cz> wrote:
> Hi.
>
>  How is best way to get DataSource from ConnectionPooling in Axis server Class?
>
>  I can't find it.
>
>  I have Axis on Tomcat server.
>
>
> --
> Tomas Prochazka