java - How to send object throgh request between diffent application -


i want send java (pojo class) object other applcation installed on diffent or same tomcat.

i have tried request.setattribute("abc",javaobj) getting null value while using request.getattribue("abc") , scope="application" , both application on same tomcat. using redirect jsp.

if want share variable between 2 applications under same tomcat need set in servletcontext using setattribute method of that.

for sending pojo different tomcat or jvm, either use rmi or http.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -