| Author |
How to call method of one tomcat from another.
|
kamal krishna bhatt
Ranch Hand
Joined: Apr 26, 2011
Posts: 41
|
|
|
Hi i am in a situation where i need to show data in my tomcat but data object is in another tomcat how can i get that object.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14460
|
|
|
You need to provide some sort of web service to retrieve them. Each tomcat runs in a separate JVM with no shared memory, so only some sort of network communication can share data.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: How to call method of one tomcat from another.
|
|
|