2 Replies Latest reply on Aug 11, 2008 11:10 AM by peterj

    Limited number of users are able to login

    shankarkhanna

      We have created a portal based on jboss portal. Now not more than 50 users are able to login.
      Following confrigurations are done in oracle-ds.xml.
      <min-poll-size>1</min-poll-size>
      <max-poll-size>5</max-poll-size>

      please help to solve the issue...

        • 1. Re: Limited number of users are able to login
          shankarkhanna

          We have created a portal based on jboss portal. Now not more than 50 users are able to login.
          Following confrigurations are done in oracle-ds.xml.
          <min-poll-size>1</min-poll-size>
          <max-poll-size>5</max-poll-size>


          please help to solve the issue....
          Thanks

          • 2. Re: Limited number of users are able to login
            peterj

            I assume that min-poll-size and max-poll-size are typos and that you meant min-pool-size and max-pool-size. Are they also mistyped in *-ds.xml?

            The sizes are way too small - you need to increase them. Each active user requires at least one connection. By active user, I mean a user who has clicked on something in the portal and is waiting on a response (in other words, has a request active).