When I use dhtmlxConnector, my servlet class extends the ConnectorServlet class and override the configure method, I can not get the HttpServletRequest(request) and HttpServletResponse(response) parameter in the doGet(doPost) method, can I get that Object from configure method? Thank you.
You need to use ThreadSafeConnectorServlet as base class.
In this case configure method will have valid request and response objects