Is your jdbc library in $TOMCAT_HOME/common/lib ?  Tomcat needs this for
the driver manager.

What is the database you are using?  Can you run this in a standard
servlet?  I doubt this is Axis related.

Ben

On Sun, 2002-12-08 at 16:57, Steve Loughran wrote:
> I talk to a db, it just works. But I am using hsqlb and i make sure it is in
> my classpath
> 
> ----- Original Message -----
> From: "Andrey Sadovykh" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, December 08, 2002 16:25
> Subject: Axis and JDBC example?
> 
> 
> > Hello,
> >
> > Can anybody give me working example of AXIS Web Service providing a
> > front-end to a database?
> >
> > My simple Web Service makes Tomcat get down with java.net.SocketException:
> > Connection reset by peer: JVM_recv in socket input
> > stream read, when I call remote method with JDBC driver intialization.
> >
> 
> I wouldnt blame axis for this, more likely your jdbc connection. It may be
> the socket that your driver is using to talk to a db, a socket that isnt
> working.
> 
> Have you ever got this jdbc driver to work from a generic webapp in tomcat?
> 


Reply via email to