Home Answers Viewqa JSP-Servlet How to send URL in Post request from local server to remote server?

 
 


Apurv
How to send URL in Post request from local server to remote server?
0 Answer(s)      6 months and 17 days ago
Posted in : JSP-Servlet

I am having currently a Portal client(created using JSP and Servlet) and Portal server(using Tomcat).

Now i want:

1> How to establish a Connection to another server remotely?What to do in code???

2> How to send a Post Request containing- "https://IPAddress:Port/contextpath/parameters" to remote server for execution. Here IPAddress is for Remote Tomcat server. Which method to implement????

3> How to implement SSO in remote server so that my SSO in remote server validate user credentials after sending another request to Portal Server.

What is core logic behind the scene?

View Answers









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.