User: stark   
  Date: 01/02/27 07:15:03

  Modified:    business jboss-tomcat.html
  Log:
  Add the ContextClassLoaderInterceptor to the tomcat server.xml
  setup description.
  
  Revision  Changes    Path
  1.9       +5 -1      newsite/business/jboss-tomcat.html
  
  Index: jboss-tomcat.html
  ===================================================================
  RCS file: /products/cvs/ejboss/newsite/business/jboss-tomcat.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jboss-tomcat.html 2001/02/21 01:15:18     1.8
  +++ jboss-tomcat.html 2001/02/27 15:15:03     1.9
  @@ -169,7 +169,11 @@
                               <li><strong>Edit Tomcat's server.xml</strong> <br>
                                   Add the following lines to server.xml in 
TOMCAT_HOME/conf/
                                                        <pre>
  -&lt;!-- JBoss, Add the jboss-web.xml parser. Add after the 
org.apache.tomcat.context.WorkDirInterceptor
  +&lt;!-- JBoss, Setup the class loader heirarchy to enable in VM call optimization.
  +     Add after the org.apache.tomcat.context.WorkDirInterceptor ContextInterceptor
  +--&gt;
  +        &lt;ContextInterceptor 
className="org.jboss.tomcat.ContextClassLoaderInterceptor" /&gt;
  +&lt;!-- JBoss, Add the jboss-web.xml parser. Add after the 
org.jboss.tomcat.ContextClassLoaderInterceptor
                ContextInterceptor
   --&gt;
           &lt;ContextInterceptor 
className="org.jboss.tomcat.naming.JbossWebXmlReader" /&gt;
  
  
  

Reply via email to