Is there a way to carry a persistent connection to another server running on a separate machine through a servlet? I want the connection to be established during the init method and remain establised when new messages are sent and received through that connection. The problem I see is the Servlet is instantiated everytime a new message needs to be received or sent out. I set it to pre-load during JRun startup.
Is EJB the only way to do this and not Servlet ? Thanks in advance for you help. ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
