axis2: httpconnection threads in simple axis2server

2007-12-24 Thread Qil . Wong
Hi, I have created a simple aixs2server which extends from AxisServer class(I am using axis2-1.3). My application deployed in the axis2server is used to send and receive messages to other applications by webservice. While my web service application is running, and other applications start to call

Re: axis2: create database connection by services in web server(not axis2 server)

2007-10-22 Thread Qil . Wong
eployment time. So my idea is place > the db driver in the service archive lib directory (please create lib > directory if you do not have it already) and you will be able to get it > through for that service. > > Thanks > Lahiru > > On 10/23/07, Qil. Wong <[EMAIL PROTE

axis2: create database connection by services in web server(not axis2 server)

2007-10-22 Thread Qil . Wong
Hi, Yesterdy I asked Antonio about the db connection creation in a service. The answer was: Put the db driver .jar in /axis2/WEB-INF/lib, all jars what you want to use must go here. I followed that and did it, but with a little change(because I didn't have a web server then), I put the db driv

Re: axis2: create database connection by services in axis2 server

2007-10-22 Thread Qil . Wong
Thanks, Antonio, with all my regards! 2007/10/22, Antonio Manuel Muñiz Martín <[EMAIL PROTECTED]>: > > All jars. It is the axis classpath. > > Antonio. > > 2007/10/22, Qil. Wong <[EMAIL PROTECTED]>: > > > > Thanks,Antonio! > > > > Another ques

Re: axis2: create database connection by services in axis2 server

2007-10-22 Thread Qil . Wong
gt; use must go here. > > 2007/10/22, Qil. Wong <[EMAIL PROTECTED]>: > > > > Hi, > > > > I have one javase application and now I need to change it into axis2 > > webservice and publish it. > > > > While it was javase application, it ru

axis2: create database connection by services in axis2 server

2007-10-22 Thread Qil . Wong
Hi, I have one javase application and now I need to change it into axis2 webservice and publish it. While it was javase application, it run fine(certanlly, it could db connections). But after I change it into axis2 service, when the application tries to create database connection, there w

axis2: how to run a main class(or servlet) in my service pack right after axis2 server is started?

2007-10-19 Thread Qil . Wong
Hi, I have this doubt for quite a long time. At past I choose another way of webservice publishing, but I still want to know how it can be resolved in aixs2. After user guide refernce and other documents and forumn searching, I got no result, so I come here to ask you, thanks! In my scena