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 -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -