1 Reply Latest reply on Sep 22, 2014 7:54 AM by ctomc

    Problem migrating from jboss-as-7.1.3.Final to wildfly-8.1.0.Final

    debjmi

      Attempting to move an Eclipse Dynamic Web Project from jboss to wildfly.

      Can a Collections.synchronizedMap be used with undertow/wildfly to track and timeout http sessions? Is there something else that should be used instead?

      What other information do I need to provide?

      The project developed under jboss used a Collections.synchronizedMap to save information about http sessions and time them out after a specified amount of idle time. When the project was moved to wildfly, none of this logic worked. After further research was able to alter code to use a ConcurrentHashMap and get project working under wildfly.

      Thank you

       

      Message was edited by: D. Wainwright for additional information and resolution