1 Reply Latest reply on Aug 23, 2006 5:57 AM by gcoleman

    Minimal Web Server in JBoss

    tool

      Hi all. I am trying to use the JBoss minimal configuration to make the smallest possible app server that will support servlets and JSP's. Does anyone know what components and libraries I need to do this? I am currently working on this myself, and anything anyone can tell me to speed up the process would be awesome. So far Tomcat is giving me all sorts of class def not found exceptions, and missing dependencies messages.

      Thanks!
      Blipa

        • 1. Re: Minimal Web Server in JBoss
          gcoleman

          Why not just use the minimal configuration that comes with JBoss? Use the following to start JBoss:

          run.bat -c minimal


          Or if you're just using JSPs and servlets you could use plain Tomcat and get rid of JBoss altogether.

          Also see the wiki.