Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execute JSP page on another server..

Status
Not open for further replies.

patnim17

Programmer
Jun 19, 2005
111
US
Hi,
Can I execute a JSP page on Server1 from Server2 and get the response back in Server2.

What I need to do is , when a request comes to server2, I need to execute a jsp page in server1 and get the response back in server2?

How can I do that?

thanks
pat
 
Sounds mad to me - what is your actual problem - the point of load balanced servers is that you do not need OR SHOULD have to execute the same procedures on both servers.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Sedj,
The problem is that I have some of the data cached in the memory (Hashmap Globally). This data is basically some records from the database tables. When the Weblogic instances start up, this cache is built from the database...but when these tables in the database is updated (not very frequently..once in 3 month or so)..I need to provide a functionality...like a Web Administrative task, that would refresh this cache ! But it needs to be done in both the instance memory..

I hope you understand the problem

pat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top