Hi,
I am currently building a GWT application which uses a cgi python back-
end to communicate with a mysql server. I am using the GWT plugin for
eclipse and have been trying to configure the web server that comes
with it to allow me to do this. (I believe that its Jetty?)

I have successfully added the org.apache.catalina.servlets.CGIServlet
to handle CGI requests, but the launched scripts are unable to make a
socket connection to the mysql server. I am assuming its some kind of
permission problem, but I have already disabled the google app engine
and it didn't seem to help.

This is the python error that I get:
<class '_mysql_exceptions.OperationalError'>: (2004, "Can't create TCP/
IP socket (10106)")

Does anyone have any ideas?

Thanks,
matt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to