Muchos gracias amigo. Stace
-----Original Message----- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 11:45 AM To: CF-Talk Subject: RE: CF J2EE and Sharing Sessions Correct. With one gotcha, CFCs instantiated in the SESSION scope will not be shared across a cluster. Any other data types should be fine. --- Ben -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 11:13 AM To: CF-Talk Subject: RE: CF J2EE and Sharing Sessions Thx Ben! The two Weblogic instances are running on the same machine(s) (it's a cluster)...so perhaps the answer would be session replication between the those two instances? That what you're saying? Stace -----Original Message----- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 10:55 AM To: CF-Talk Subject: RE: CF J2EE and Sharing Sessions Yes, CF session data can be shared with JSP and Java apps, but only in CFMX. As for having to be on the same box, well, if you set up session replication between two J2EE severs then you could share CF session data with apps on other boxes too (depending on the type of data, that is). --- Ben -----Original Message----- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 10:50 AM To: CF-Talk Subject: CF J2EE and Sharing Sessions I'm somewhat new to CF on J2ee (Weblogic) and I was wondering whether sessions can be shared between JSP applications and CF. Both the CF and the JSP/Java applications are operating under their own WebLogic instance. Unfortunately we can not combine the two apps under cfmx (although technically we COULD) due to risk issues. Not that we have a problem with CFMX but the Java application we have running is ultra high priority/mission critical and we want the CFMX to operate under it's own JVM etc. It gets hit a lot harder than the Java app because most of it's work is reporting. Appreciate any insight, Stace AVIS IMPORTANT: ------------------------------- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.. WARNING: ------------------------------- The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

