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
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