0 Replies Latest reply on Nov 30, 2004 3:32 AM by svdath

    Servlet clustering problem

    svdath

      Hi,
      I have deployed my EJB in a clustered mode on 2 machines. We have a JSP front end. We access the same using http://localhost:8080. But when i down one of the servers, then my application goes down. There is no failover that is happening.
      Is it because, i need to set up clustering for my Servlet seperately. If so how?

      BTW we are looking up the JNDI port from a properties file and it has been set to localhost:1100

      Thanks in advance

      -Vinay