User: salborini
  Date: 00/09/25 19:12:12

  Modified:    .        contconf_howto.html
  Removed:     .        contconf_howto1.html
  Log:
  Fixed broken link
  Removed duplicate file
  
  Revision  Changes    Path
  1.2       +1 -1      jbossweb/contconf_howto.html
  
  Index: contconf_howto.html
  ===================================================================
  RCS file: /products/cvs/ejboss/jbossweb/contconf_howto.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- contconf_howto.html       2000/09/01 23:53:47     1.1
  +++ contconf_howto.html       2000/09/26 02:12:11     1.2
  @@ -88,7 +88,7 @@
   </jboss>
   </pre></td></tr></table></p>
   
  -<li><b>What can be configured?</b><br>These are the different things you can 
customize in a <tt>&lt;container-configuration&gt;</tt> tag in <em>jboss.xml</em>. See 
the <a href="??">jboss.xml DTD</a> for more details: <ul>
  +<li><b>What can be configured?</b><br>These are the different things you can 
customize in a <tt>&lt;container-configuration&gt;</tt> tag in <em>jboss.xml</em>. See 
the <a href="jboss.dtd">jboss.xml DTD</a> for more details: <ul>
   <li><tt>call-logging</tt>: this tag must have a boolean value: true or false. It 
tells the container if calls to this bean must be logged or not. It is set to false in 
standard configurations.
   <li><tt>container-invoker</tt>: the container invoker is .
   <li><tt>instance-pool</tt>: the instance pool is a set (a "pool") of free (ie not 
currently associated to a context) instances of the bean. When an instance of the bean 
is no longer used, it is thrown back to the pool. This is not used for Stateful 
Session Beans, since the instances are not reusable.
  
  
  

Reply via email to