2 Replies Latest reply on Jul 15, 2005 10:20 AM by ivanlatysh

    Static deployment

    ivanlatysh

      I have a simple JAR with 2 SSLB. It is deployable and working application.
      I need to run it in resource limited environment. So I was looking on JBoss minimal configuration.
      How I can deploy my appplication statically (by hand) ?

      Any advice are welcome.

        • 1. Re: Static deployment
          darranl

          I am unaware of a guide that shows how to add EJB support to the minimal configuration.

          The following however covers removing the services that you do not require in the default configuration: -

          http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming

          Also you could look at using the installer with JBoss 4.0.3 to select the services you want installed.

          • 2. Re: Static deployment
            ivanlatysh

            Thank you, I am aware of this guide.
            But my task is to deploy my application statically.
            I put my jar-s into lib folder and I am looking for a way to register my beans withing server configuration.
            So my application will be loaded togeter with a server without using a deployer at all.