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