Re: Accessing Manager app through URLConnection

2002-01-27 Thread Donald Lee
[EMAIL PROTECTED] Subject: Re: Accessing Manager app through URLConnection Date: Sat, 26 Jan 2002 12:20:33 -0800 (PST) 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

Re: Accessing Manager app through URLConnection

2002-01-26 Thread Craig R. McClanahan
On Fri, 25 Jan 2002, Christian Cryder wrote: Date: Fri, 25 Jan 2002 23:31:28 -0700 From: Christian Cryder [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] Subject: Accessing Manager app through URLConnection Ok, how can I go about

Re: Accessing Manager app through URLConnection

2002-01-26 Thread Donald Lee
40 Original Message Follows From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Accessing Manager app through URLConnection Date: Sat, 26 Jan 2002 08:46:45 -0800 (PST) On Fri, 25 Jan 2002

Re: Accessing Manager app through URLConnection

2002-01-26 Thread Tom Anderl
-0500] GET /manager HTTP/1.1 200 40 Original Message Follows From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Accessing Manager app through URLConnection Date: Sat, 26 Jan 2002 08:46:45

RE: Accessing Manager app through URLConnection

2002-01-26 Thread Christian Cryder
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] he.org]On Behalf Of Donald Lee Sent: Saturday, January 26, 2002 12:58 PM To: [EMAIL PROTECTED] Subject: Re: Accessing Manager app through URLConnection I setup mine and it authenticates then gives me, FAIL - Unknown

Re: Accessing Manager app through URLConnection

2002-01-26 Thread Craig R. McClanahan
On Sat, 26 Jan 2002, Donald Lee wrote: Date: Sat, 26 Jan 2002 14:57:56 -0500 From: Donald Lee [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Accessing Manager app through URLConnection I setup mine and it authenticates then gives me

Accessing Manager app through URLConnection

2002-01-25 Thread Christian Cryder
Ok, how can I go about accessing the Manager app through a URL connection? Its currently generating a 401 error code, and I know the reason is because of the role stuff...how can I programatically assign a role? Or is there a way I can pass the user/pwd info along with the url poarameters