RE: axis finding jar files in lib folder

2004-12-10 Thread Michael C. Clark
e- > From: Michael C. Clark [mailto:[EMAIL PROTECTED] > Sent: 08 December 2004 11:28 > To: [EMAIL PROTECTED] > Subject: RE: axis finding jar files in lib folder > > Have you tried adding a classpath to your environment that contains the > admin client? Either the CLASSPATH e

RE: axis finding jar files in lib folder

2004-12-08 Thread Suzy Fynes
December 2004 11:28 To: [EMAIL PROTECTED] Subject: RE: axis finding jar files in lib folder Have you tried adding a classpath to your environment that contains the admin client? Either the CLASSPATH env var in Windows, or your shell profile in *nix? -Mike > Yes I can compile my java files,

RE: axis finding jar files in lib folder

2004-12-08 Thread Michael C. Clark
gt; reason the axis cant find the admin client class? > > Thanks > Suzy > > -Original Message- > From: Koney, Satish [mailto:[EMAIL PROTECTED] > Sent: 08 December 2004 02:56 > To: [EMAIL PROTECTED] > Subject: RE: axis finding jar files in lib folder > > Suz

RE: axis finding jar files in lib folder

2004-12-08 Thread Suzy Fynes
e- > From: Rajal Shah [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, December 08, 2004 12:56 AM > To: [EMAIL PROTECTED] > Subject: RE: axis finding jar files in lib folder > > Hmm.. I have my service class files under axis/WEB-INF/classes.. (not as a > jar file but the r

RE: axis finding jar files in lib folder

2004-12-07 Thread Koney, Satish
L PROTECTED] > Sent: Wednesday, December 08, 2004 12:56 AM > To: [EMAIL PROTECTED] > Subject: RE: axis finding jar files in lib folder > > Hmm.. I have my service class files under axis/WEB-INF/classes.. (not as a > jar file but the regular package file structure).. I couldn&

RE: axis finding jar files in lib folder

2004-12-07 Thread Rajal Shah
defined in it. -- Rajal     From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 3:18 AM To: [EMAIL PROTECTED] Subject: axis finding jar files in lib folder       Hi,   I’ve an application that I want to deploy as a web service, (in java) and when I put

axis finding jar files in lib folder

2004-12-07 Thread Suzy Fynes
    Hi,   I’ve an application that I want to deploy as a web service, (in java) and when I put the java file into the axis /servicedevelopment and try to compile it I’m getting errors that it cant find a class that I created. I have created a jar file of all classes that this service ac