If I want to add all the jars in the lib
folder is CLASSPATH=/usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/lib/axis.jar; /usr/local/Jakarta-tomcat-5.0.27/…/jaxrc.jar;…./saaj.jar
? Thanks again for you help -----Original Message----- That doesn't include all jars in the lib directory
(sadly), try adding each and every jar file e.g: When you run 'set', you should rather see CLASSPATH=/usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/lib/axis.jar CLASSPATH search is not to be treated same as PATH
search HTH Jayachandra -----Original Message----- Hey thanks for everyone for your help but I've set the
classpath and it still can't find the AdminClient. To set the classpath
I did an insert of CLASSPATH=/usr/local/jakarta-tomcat-5.0.27/webapps/axis/WEB-INF/lib In .bashcr Anyone any ideas what I'm doing wrong? If I do set, I
can see the classpath as above. Thanks Suzy -----Original Message----- From: Greg Michalopoulos
[mailto:[EMAIL PROTECTED] Sent: 28 September 2004 18:05 To: [EMAIL PROTECTED]; 'jayachandra' Subject: RE: deploying a wsdd file Just store the classpath in an environment variable
and alter your command to: java -cp $CLASS_PATH_VARIABLE
org.apache.axis.client.AdminClient axis/serviceDeployer/BankModulsCheckServiceDeploy.wsdd-1 http://81.192.132.189:8080/axis/services/AdminService -----Original Message----- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 12:39 PM To: [EMAIL PROTECTED]; 'jayachandra' Subject: RE: deploying a wsdd file I'm running it from a local server (unix), so would I
have to set the classpath each time I want to run it? -----Original Message----- From: jayachandra [mailto:[EMAIL PROTECTED] Sent: 28 September 2004 17:33 To: Subject: Re: deploying a wsdd file See if you have axis.jar in your classpath when
running that command. jaya ----- Original Message ----- From: Sagar Pidaparthi
<[EMAIL PROTECTED]> Date: Tue, 28 Sep 2004 09:29:51 -0700 Subject: RE: deploying a wsdd file To: One simple way to get around the problem is to copy
the relevant content of your wsdd to server-config.wsdd manually. This
can get you going before you find a solution to the problem you are facing. Sagar -----Original Message----- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 9:29 AM To: Subject: deploying a wsdd file Hi, I'm trying to run the AdminClient on my service using
the following command java org.apache.axis.client.AdminClient axis/serviceDeployer/BankModulsCheckServiceDeploy.wsdd-1 http://81.192.132.189:8080/axis/services/AdminService and I getting the following error Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient Can anyone tell me how to fix this? I'm not running it from a local server so that may
complicate the matter. Thanks Suzy ________________________________ Suzy Fynes Software Development Sentenial Ltd. Tel: 00 353 (1) 629 2141 Fax: 00 353 (1) 629 2147 Mob: 00 353 (0) 87 916 4943 E-Mail: [EMAIL PROTECTED] Web: www.sentenial.ie ________________________________ Notice: The information in this e-mail is intended only for
the named recipient and may be privileged or confidential. If you are not the
intended recipient, please notify us immediately and do not copy,
distribute or take any action based on this e-mail. Sentenial Ltd will not be liable
for direct, special, indirect or consequential loss as a result of any
virus being passed on or arising from alteration of the contents of this e-mail
by a third party. All e-mail sent to or from this address is subject to
archive and review by someone other than the intended recipient. Any
opinions expressed in this e-mail are those of the individual and not necessarily
those of Sentenial Ltd. All Personal Data acquired by Sentenial Ltd for which
the Data Protection Act 1998 ("the Act") applies shall be stored
and processed in accordance with the Act. Should you wish to check, amend or
remove the details of your Personal Data held by Sentenial Ltd, please contact us
at [EMAIL PROTECTED] -- -- Jaya |