hi

i'm planning on implementing a specialized HTTP proxy in Java for testing
web applications. i'd like to use existing Java components for receiving
and sending the HTTP requests to/from the client and for receiving
responses from the server. is it possible to run the proxy server as a
servlet under Tomcat and use the HttpServletRequest and
HttpServletResponse classes as an interface for receiving/sending HTTP
messages?

-- 
        aspa



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to