server « Redirect « JSP-Servlet Q&A





1. Servlet redirect to another server    coderanch.com

Hello, I am creating a shopping cart application and using paypal as payment gateway integration. The usual way to checkout is put all the paypal variables in the form as hidden variables and post it to payapl. For safety reasons, i was trying to post the checkout process to a servlet, intercepted by a filter where i create a custom request ...

2. One server to another server redirection    java-forums.org