1 Reply Latest reply on Oct 23, 2002 12:26 PM by jules

    HOW SERVLET CAN PING    EJB SERVER

    seybaa

      Hello,I am making servlet that should ping the server after every 30 secondes,so I am interrested in how to configure web.xml,the general configuaration.Or maybe a small example.If any server configuation have to be done for the pinging.
      thanks

        • 1. Re: HOW SERVLET CAN PING    EJB SERVER

          download the latest Jetty from SourceForge and study the example webapps.

          If you want documentation look on jetty.mortbay.org.

          'pinging' EJB containers is not, AFAIK, included anywhere in the spec, so you simply roll your own code and put it on a background thread in the Servlet.

          Jules