1 Reply Latest reply on Aug 19, 2002 5:56 PM by jasonbrome

    WML - JBoss

    maicol

      I'd like to know if is really necessary to use Tomcat with it, i was thinking in use only JBoss without Tomcat, its really possible?
      I will need to serve 1000 consecutive user’s, this is really possible with Jboss????

        • 1. Re: WML - JBoss
          jasonbrome

          Are you asking whether you can serve up WML pages with JBoss without Tomcat?

          Well, to support serving of WML pages, you have to use some form of Web Container. JBoss currently offers you two choices - either use Tomcat, or use Jetty. The default package for JBoss v3.0 ships with Jetty fully integrated.

          As to your question of supporting 1000 consecutive users - of course, capacity and performance is derived from a number of different areas. However, I believe supporting 1000 consecutive or 1000 concurrent users is definitely possible - it all boils down to how your application is architected, and your deployment model.