users@glassfish.java.net

Re:Configuring EJB container

From: xuqingkang2 <xuqingkang2_at_163.com>
Date: Tue, 29 Dec 2009 11:30:06 +0800 (CST)

Hi:
  you can do as following:
  asadmin set server.ejb-container.max-pool-size=?
  other property should substitute "max-pool-size",please refer to domain.xml/ejb-container element.
-------
      <ejb-container cache-idle-timeout-in-seconds="600" cache-resize-quantity="32" commit-option="B" max-cache-size="512" max-pool-size="37" pool-idle-timeout-in-seconds="600" pool-resize-quantity="8" removal-timeout-in-seconds="5400" session-store="${com.sun.aas.instanceRoot}/session-store" steady-pool-size="0" victim-selection-policy="nru">
        <ejb-timer-service max-redeliveries="1" minimum-delivery-interval-in-millis="7000" redelivery-interval-internal-in-millis="5000"/>
      </ejb-container>
------
Best Regards!
ÔÚ2009-12-29£¬glassfish_at_javadesktop.org дµÀ£º
>Hello all,
>
>I am using GlassFish v.2x with netbeans to pack and deploy J2EE Enterprise Applications.
>I am using admin console to configure the global ejb pool size and cache options,,
>I would like to use commands to set the global ejb pool size and cache options.
>Please suggest me the ways i can configure the global ejb pool size..
>[Message sent by forum member 'gdeepakprasad' (gdeepakprasad_at_gmail.com)]
>
>http://forums.java.net/jive/thread.jspa?messageID=377859
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>