Hello Kencana,
I am using JDBC with Axis2 on Tomcat 5.5.
You need to put the .jar files for your JDBC driver in
%CATALINA_HOME%\commmon\lib. Also, I added an implementation of
ServiceLifeCycle to my project. In ServiceLifeCycle.startUp(), I
initialize the connection pooling and do other initializations. To make
Axis2 call your implementation, you must identify it in the services.xml
file.
<service name="CUS"
class="com.ca.contentupdate.cus.CUSLifeCycle">
Hope this helps.
Troy
-----Original Message-----
From: Kencana [mailto:[EMAIL PROTECTED]
Sent: Friday, May 04, 2007 2:08 AM
To: [email protected]
Subject: JDBC Database connection
Hi all,
I am a new bie of axis. What I am trying now is to connect the service
to the database.
can somebody teach or tell me the step of connecting to the JDBC
database.
is there any guidelines of doing it?any reference?
Thank you
Regards,
Kencana
--
View this message in context:
http://www.nabble.com/JDBC-Database-connection-tf3690546.html#a10317941
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]