0 Replies Latest reply on May 17, 2006 2:19 AM by haimra

    EJBInvokerServlet and session time out.

    haimra

      Hi All

      I have a Swing based applet that accesses a remote JBoss 4.1.0-sp1 server over the EJBInvokerServlet. The applet is lunched out of a struts based web application.
      My problem is when a change the session timeout of the web application it does not affect the applet user. E.g. the user will be able to use the applet but will be redirected to the login page in the web application.

      I tried using the session timeout in the web.xml where the EJBInvokerServlet is defined but this did not help.

      How do I configure the time out of the EJBInvokerServlet or the org.jboss.invocation.http.server.HttpInvoker

      Thank