1 Reply Latest reply on Feb 7, 2002 11:28 PM by davidjencks

    Multi page form in a jboss/tomcat cluster environment

    ppsri

      I am working on a multipage form. We have jboss 2.4.4 -tomcat 4.0.1 installed on 2 servers that are clustered.

      Can some one please suggest me a way to implement multipage form in clustered jboss environment (without passing form contents from page to page.)

      If I use Http session for storing state, What happens if one server goes down after the user fills couple of pages information?? How does the other server get the state information of the user for processing next form page??

      Thanks in advance.