Details
-
Type: Other
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.5
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
-
Environment:Tomcat 5.0.28, j2ee 1.4, Windows 2003 Server
Description
I have a J2EE web application composed with servlets, jsp's and other components. Within the application must be posible to have two different fix connections avialable, both connecting the same IP but on different ports. Currently I have two different classes implementing Application and extending MessageCracker classes respectly. Although I start their Initialtor objects with their corresponding SettingsConfig, it seems that just the last one is avialable and all the messages sent using Session.sendToTarget(...), are sent by the last connector initated. Is there any way to use different connectors running within the same appliation?