Hi there,
I have a servlet that tries to do something like:
URL url = new
URL("http://manageruser:[EMAIL PROTECTED]:myport/manager/list");
URLConnection con = url.openConnection();
BufferedReader bin = new BufferedReader(new
InputStreamReader(con.getInputStream);
The third line throws an exception. The connection itself is fine,
I can call stuff like con.getContentLength() and it works (correctly)
without a problem.
Is the manager app coded specifically to disallow opening stream to it?
Has anyone else tried/encountered something like this?
Thanks!
Yoav Shapira
Millennium Pharmaceuticals