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 }