Hello, I'm using AXIS and Tomcat. I implemented a class MyClass that should be connected database In constructor of service I'm invoking JDBC function to load a database driver. When I call any function of this service Tomcat goes down with following exception: java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read.
How to solve it? Can anybody provide me with a sample or hints, how to implement a service connected to a database? It would be more than great. Thanks in advance, Andrey
