Re: "Unique" classpath problem

2004-04-26 Thread Tom Myers
Pridemore, Russell (MAN-Corporate) wrote: To find a class in a jar, try "unzip -l whatever.jar | grep AdminClient". In this case, it resides in axis.jar, as expected. Trivial note 1: I do that kind of search a lot and the unzip is not really needed, because filenames in a jar are not compressed, so

RE: "Unique" classpath problem

2004-04-26 Thread Pridemore, Russell (MAN-Corporate)
" from your shell and you should be all set. Russ -Original Message- From: shaun lim [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 12:10 AM To: [EMAIL PROTECTED] Subject: Re: "Unique" classpath problem Thanks all your replies! Er, Considering that I don't e

Re: "Unique" classpath problem

2004-04-26 Thread shaun lim
> variable set to, since it detremines the value of > > $AXIS_HOME, $AXIS_LIB, and > > $AXISCLASSPATH? > > > > Silly question, but has your AdminCLient class > been > > compiled? > > > > > > > > > > > > >From: shaun lim <[

Re: "Unique" classpath problem

2004-04-25 Thread shaun lim
er does not. > > You say that you can't echo the $AXIS_Home > directory. What is your $Home > variable set to, since it detremines the value of > $AXIS_HOME, $AXIS_LIB, and > $AXISCLASSPATH? > > Silly question, but has your AdminCLient class been > compiled? > >

Re: "Unique" classpath problem

2004-04-24 Thread mshetye1
t echo the $AXIS_Home directory. What is your $Home > variable set to, since it detremines the value of $AXIS_HOME, $AXIS_LIB, > and > $AXISCLASSPATH? > > Silly question, but has your AdminCLient class been compiled? > > > > > >>From: shaun lim <[EMAIL PROTECTED

Re: "Unique" classpath problem

2004-04-24 Thread Mark Leone
detremines the value of $AXIS_HOME, $AXIS_LIB, and $AXISCLASSPATH? Silly question, but has your AdminCLient class been compiled? From: shaun lim <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: "Unique" classpath problem Date: Sat, 24 Apr 2004

Re: "Unique" classpath problem

2004-04-24 Thread shaun lim
un lim <[EMAIL PROTECTED]>>Reply-To: [EMAIL PROTECTED]>To: [EMAIL PROTECTED]>Subject: Re: "Unique" classpath problem>Date: Fri, 23 Apr 2004 21:44:17 -0700 (PDT)>>oops im sorry i left out the "deploy.wsdd">>its supposed to be:>>When i try:>[

Re: "Unique" classpath problem

2004-04-24 Thread Mark Leone
Are you typing -1 (dash ) or -l (dash ) for the option? They look identical in some fonts. Looks like your message is related to the option you specifed and not the classpath. From: shaun lim <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: "Unique

Re: "Unique" classpath problem

2004-04-23 Thread shaun lim
oops im sorry i left out the "deploy.wsdd"   its supposed to be:   When i try:[EMAIL PROTECTED] stock]$ java -cp $AXISCLASSPATHorg.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsddI get:Unrecognized option: -lCould not create the Java virtual machine.  

"Unique" classpath problem

2004-04-23 Thread shaun lim
Hi guys, maybe its the fact that im a newbie to both linux and axis, but no one else seems to be having my kind of classpath problems. Please help if you can =) Here goes, I installed axis 1.1 on tomcat4.06 that comes with NetBeans 3.5.1 by copying the axis-1_1/webapps/axis folder to my tomcat we