Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » web » catalina » [javadoc | source]
    1   /*
    2    * JBoss, the OpenSource WebOS
    3    *
    4    * Distributable under LGPL license.
    5    * See terms of license at gnu.org.
    6    */
    7   package org.jboss.web.catalina;
    8   
    9   /** The original 3.2 embedded service for backward compatibility
   10   
   11    @author Scott.Stark@jboss.org
   12    @version $Revision: 1.1.1.1 $
   13    */
   14   public class EmbeddedCatalinaService41
   15      extends org.jboss.web.tomcat.tc4.EmbeddedTomcatService
   16   {
   17   }

Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » web » catalina » [javadoc | source]