2 Replies Latest reply on Apr 1, 2003 6:11 AM by vsmohanrao

    Session Time Increament IN Jboss-2.4.4

    vsmohanrao

      Hi all,

      How can i increase Session In Jboos2.4.4

        • 1. Re: Session Time Increament IN Jboss-2.4.4

          standardjboss.xml

          or

          <container-configuration> in your jboss.xml

          • 2. Re: Session Time Increament IN Jboss-2.4.4
            vsmohanrao

            thanks for your reply..
            but can u suggest me which attibute has to modify in the below mention attributes in statandradjboss.xml file



            <min-capacity>50</min-capacity>
            <max-capacity>1000</max-capacity>
            <remover-period>1800</remover-period>
            <max-bean-life>1800</max-bean-life>
            <overager-period>300</overager-period>
            <max-bean-age>600</max-bean-age>
            <resizer-period>400</resizer-period>
            <max-cache-miss-period>60</max-cache-miss-period>
            <min-cache-miss-period>1</min-cache-miss-period>
            <cache-load-factor>0.75</cache-load-factor>