Communication between servlets in Java -



Communication between servlets in Java -

i have 2 web application running on same server.

i want send objects 1 servlet in application1 servlet in application2. how can that?

will session object same both app if running on same server? how can share session object across applications? what if both web applications on different server?

please provide link of article address above issue since unable find one.

java servlets

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -