Re: Using httplib to access servlets on tomcat server

2008-09-03 Thread Marco Bizzarri
On Wed, Sep 3, 2008 at 11:06 AM, jorma kala <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying unsuccesfully to use the httplib library to execute servlets on a > local tomcat server. > > If I type the following http adress on my browser > http://localhost:8080/test/Serv1 the servlet works fine. > Bu

Using httplib to access servlets on tomcat server

2008-09-03 Thread jorma kala
Hi, I'm trying unsuccesfully to use the httplib library to execute servlets on a local tomcat server. If I type the following http adress on my browser http://localhost:8080/test/Serv1 the servlet works fine. But if I try to access it with the following python code: conn = httplib.HTTPConnec