int portNumber = Support_PortManager.getNextPort();
// create a client connector
Support_URLConnector connector = new Support_URLConnector();
Support_HttpServer server = new Support_HttpServer(serversocket, this);
server.startServer(portNumber);
ByteArrayOutputStream bout = new ByteArrayOutputStream();
InputStream is;
int c;