User: starksm
Date: 01/09/26 09:00:19
Modified: src/main/org/jboss/web Tag: Branch_2_4
AbstractWebContainer.java
Log:
Drop the local category in favor of the ServiceMBeanSupport category
Revision Changes Path
No revision
No revision
1.4.4.1 +1 -5 jboss/src/main/org/jboss/web/AbstractWebContainer.java
Index: AbstractWebContainer.java
===================================================================
RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/web/AbstractWebContainer.java,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -r1.4 -r1.4.4.1
--- AbstractWebContainer.java 2001/05/23 18:21:57 1.4
+++ AbstractWebContainer.java 2001/09/26 16:00:18 1.4.4.1
@@ -113,7 +113,7 @@
@see org.jboss.security.SecurityAssociation;
@author [EMAIL PROTECTED]
-@version $Revision: 1.4 $
+@version $Revision: 1.4.4.1 $
*/
public abstract class AbstractWebContainer extends ServiceMBeanSupport implements
AbstractWebContainerMBean
{
@@ -143,10 +143,6 @@
public void parseWebAppDescriptors(ClassLoader loader, Element webApp,
Element jbossWeb) throws Exception;
}
- /** The "WebContainer" log4j category instance available for logging related
- to WebContainer events.
- */
- public static final Category category = Category.getInstance("WebContainer");
/** A mapping of deployed warUrl strings to the WebApplication object */
protected HashMap deploymentMap = new HashMap();
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development