1 Reply Latest reply on Dec 17, 2003 8:58 AM by luwasoft

    Remove some service for gaining speed !

    warx_sg

      Hi,

      I have to debug my ejb based applications and i noticed that restart everytime Jboss is a pretty slow process; could i stop some services to speed it up ?
      Which services should i stop ?
      In which way ?
      Cheers.

      Stefano

        • 1. Re: Remove some service for gaining speed !
          luwasoft

          Hi,

          I removed the following services from
          $JBOSS_HOME/server/default/deploy

          client-deployer-service.xml
          hsqldb-ds.xml
          http-invoker.sar
          jms
          jmx-console.war
          jmx-invoker-adaptor-server.sar
          mail-service.xml
          management
          properties-service.xml
          snmp-adaptor.sar
          user-service.xml

          The EJB Container and Tomcat are still working, but the startup is nearly as twice as fast.
          Additionally you could remove at least one of the Tomcat connectors (Coyote on 8080 or ajp13 on 8009), nobody really uses both!