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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -