File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and Other Java EE Technologies and the fly likes Tracking a session between Weblogic and ATG Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "Tracking a session between Weblogic and ATG" Watch "Tracking a session between Weblogic and ATG" New topic
Author

Tracking a session between Weblogic and ATG

Premkumar Arunachalam
Greenhorn

Joined: Oct 29, 2001
Posts: 1
We are using ATG as our personalization server and weblogic as our core services server. How do I handle various user sessions between the servers. The two servers talk through SOAP. My requirement is as simple as disabling the session on ATG when the session is disabled on Weblogic. Is there a way I can pass a session id between the servers without marshalling and unmarshalling.
------------------
Subrahmanyam Allamaraju
Greenhorn

Joined: Nov 01, 2001
Posts: 20
I don't know how you'are establishing sessions across these two servers, but here is how can let the ATG server disable its session. Register a HttpSessionListener on the WLS, and during its sessionDestroyed() method, send a request to the ATG server to invalidate its session. Without further details, I can't think of an alternative.


Subrahmanyam Allamaraju<BR>Author of <A HREF="http://www.amazon.com/exec/obidos/ASIN/1861005377/ref=ase_electricporkchop/103-0514572-3811868" TARGET=_blank rel="nofollow">Professional Java Server Programming J2EE 1.3 Edition</A>
 
 
subject: Tracking a session between Weblogic and ATG
 
Threads others viewed
To Michael Ernest
ATG and Weblogic together ?
DAS server to weblogic migration
Future of ATG Framework ?
Session problem in IE.
Two Laptop Bag