1 Reply Latest reply on Sep 18, 2003 3:11 AM by ucftcys

    How to limit users to access my system?

    ucftcys

      I am using JBoss 3.2.1 and Tomcat to deploy my system. If I want only 5 persons to access the system, how can I configure JBoss? or I can configure Tomcat to do the task?what will happen if the sixth person logins?
      Thanks for your help~~

        • 1. Re: How to limit users to access my system?
          ucftcys

          Could anyone answer me my solution is right or not?
          I found the jboss-service.xml in jbossweb-tomcat.sar.
          if I want only 5 persons to access my system, I edit the following line:


          Edit the accptCount to 5..
          Am I right? do I need to edit the maxProcessors or minProcessors??

          Thanks for your answer~~