RE: deploying web service with database class import

2004-10-01 Thread THOMAS, JAI [AG-Contractor/1000]
it must be either under WEB-INF/classes or in a jar in webapp's classpath Jai -Original Message-From: Suzy Fynes [mailto:[EMAIL PROTECTED]Sent: Friday, October 01, 2004 3:28 AMTo: [EMAIL PROTECTED]Subject: RE: deploying web service with database class import H

RE: deploying web service with database class import

2004-10-01 Thread Suzy Fynes
:16 To: '[EMAIL PROTECTED]' Subject: RE: deploying web service with database class import   Are these classes ie.DataManagerException and ie.DataManager in the webapp's class path?    -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, September 3

RE: deploying web service with database class import

2004-09-30 Thread THOMAS, JAI [AG-Contractor/1000]
ine 0, column 0: 3 errors, 1 warning      -Original Message-From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: 30 September 2004 18:09To: [EMAIL PROTECTED]Subject: RE: deploying web service with database class import   In your web.xml of your web-app add

RE: deploying web service with database class import

2004-09-30 Thread Suzy Fynes
      -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: 30 September 2004 18:09 To: [EMAIL PROTECTED] Subject: RE: deploying web service with database class import   In your web.xml of your web-app add this:     axis

RE: deploying web service with database class import

2004-09-30 Thread Tami Wright
In your web.xml of your web-app add this:     axis  org.apache.axis.transport.http.AxisServlet      axis  /ws/*    Make sure that the axis webapp (that comes with the Axis tar/zip when you download and extract) is under your "webapps" directory of your appserver.  Also,