Jump to content

basbot

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by basbot

  1. Thanks, but I already know how to set the class path. So that doesn't really help.My problem is that I wrote a normal Java program that I can use and execute as a normal Java program on its own. But once I deploy the program as a SOAP service, the Tomcat server that the service is deployed on cannot seem locate the third-party jar files I use in the Java program.help
  2. Hi,I'm trying to deploy a SOAP service connected to a MySQL database using JDBC but Tomcat can't seem to find the mysql-connector.jar driver file needed to execute queries.Where do I put this jar file or where should I point my classpath to for the database parts to work.
×
×
  • Create New...