RE: ServiceManagerClient classpath issues

2005-01-12 Thread David Vick
Wow, good call Martin. I had the same sort of issue when I installed tomcat and changed the folder name to get rid of spaces. But, I didn't think that a listing with spaces would cause following ones to be unrecognized. I'll try that too. Thanks a lot for the input. -Original Message- Fro

Re: ServiceManagerClient classpath issues

2005-01-12 Thread Martin Gainty
Dave- Most ANT build.xml and most java compilers dont understand longwinded NTFS folder names e.g. C:\Program Files which is why any folder which follows the longwinded name in a environment var wont be regosnised at the end of the path to be safe always put in the 8 character directory name so se

RE: ServiceManagerClient classpath issues

2005-01-12 Thread David Vick
I'm pretty sure I tried that, but I'll give it a shot when I get home tonight. This is one of those cases where I've tried so many different things I can't remember what I have and haven't tried. Thanks for the fast reply, I'll post my results when I get them. Dave -Original Message- Fro

Re: ServiceManagerClient classpath issues

2005-01-12 Thread Scott Nichol
You need something like set CLASSPATH=.;C:\apacheSoap\soap2_3_1\lib\soap.jar Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "David Vick" <[EMAIL PROTECTED]> To: <[EMAIL PROT

ServiceManagerClient classpath issues

2005-01-12 Thread David Vick
Hi all: I've got some issues and it driving me nuts trying to figure out why. I keep getting a no class def found when I try to verify the client side installation with the following: C:\>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list The excep