1 Reply Latest reply on Aug 1, 2008 11:40 AM by peterj

    minimal webserver configuration jboss5.0Cr1

    lpiccoli

      hi there

      i am tired of waiting for jboss to start up. it i making testing a pain. So i want a create a simple server config that only has a webserver servic configured.

      i tried copying the jbossweb.sar over to the /minimal directory but i complained about heaps of stuff. So i began adding various jar files but still not working.

      i have trawled the web and found some docs on doing this with 4.2.2 but it seems 5.0 is different.

      any help is most appreciated

      -lp

        • 1. Re: minimal webserver configuration jboss5.0Cr1
          peterj

          Start with 'default' configuration. Try removing these from deployers:

          ejb3.deployer
          jboss-jca.deployer (unless you app uses a data source)
          jbossws.deployer
          ear-deployer-beans.xml
          ejb.deployer-beans.xml
          hibernate-deployer-beans.xml

          And remove the following from deploy:
          jbossws.sar
          management
          messaging
          ROOT.war
          uuid-key-generator.sar
          ejb*.xml
          jbossjca-service.xml (unless using a data source)
          jbossws-container-beans.xml
          jboss-local-jdbc.rar (unless using a data source)
          jboss-xa-jdbc.rar
          mail*