Hi all, Does anyone know if it's possible with Tomcat to forward a request from a Servlet to a url on a remote server.
More specifically I need to process an upload form on one server (using Tomcat) and then pass the request along with the uploaded file to another server (using PHP). The details of why we need to do this rather than handling the upload and processing all on the same server are tedious and to say the least frustrating. Take my word for it, we need to. Now as far as I know request forwarding is only feasible within the same server that the original request is received on. However I've come across postings suggesting that Jetty can forward a request to a remote server. Does anyone have any idea of whether Tomcat may be able to handle this in any way? Thanks for any help, Tref ------------------------------------------------------ Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website: http://www.areeba.com.au ------------------------------------------------------ "This email is intended only for the use of the individual or entity named above and contains information that is confidential. No confidentiality is waived or lost by any mis-transmission. If you received this correspondence in error, please notify the sender and immediately delete it from your system. You must not disclose, copy or rely on any part of this correspondence if you are not the intended recipient. Any communication directed to clients via this message is subject to our Agreement and relevant Project Schedule. Any information that is transmitted via email which may offend may have been sent without knowledge or the consent of Areeba." ------------------------------------------------------ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
