Re: help me

2002-06-12 Thread Tom Anderl
Also, you probably should not have c:\jdk1.3\bin in your classpath. Depending on which Virtual Machine or compiler you're using, you may need c:\jdk1.3\jre\lib\rt.jar to be in your classpath, but you should never need the bin directory in your classpath. Tom On Wed, 12 Jun 2002, kf platypus

Re: Accessing Manager app through URLConnection

2002-01-26 Thread Tom Anderl
Are you giving it a command? e.g. http://your.server/manager/list From the log, it looks like you're not including the command (list in this case) So the manager sees an empty command string and doesn't recognize what it's supposed to do with it. Catch you later, Tom On Sat, 26 Jan 2002,