aboutsummaryrefslogtreecommitdiff
path: root/java/jboss5
diff options
context:
space:
mode:
Diffstat (limited to 'java/jboss5')
-rw-r--r--java/jboss5/Makefile131
-rw-r--r--java/jboss5/distinfo2
-rw-r--r--java/jboss5/pkg-deinstall35
-rw-r--r--java/jboss5/pkg-descr24
-rw-r--r--java/jboss5/pkg-install46
-rw-r--r--java/jboss5/pkg-plist554
6 files changed, 0 insertions, 792 deletions
diff --git a/java/jboss5/Makefile b/java/jboss5/Makefile
deleted file mode 100644
index 933417114ce5..000000000000
--- a/java/jboss5/Makefile
+++ /dev/null
@@ -1,131 +0,0 @@
-# ports collection makefile for: jboss2
-# Date created: 16 April 2002
-# Whom: Ernst de Haan <znerd@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ${APP_TITLE:L}
-PORTVERSION= 3.2.3
-PORTREVISION= 1
-CATEGORIES= java
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= jonc@chen.org.nz
-COMMENT= JBoss 3.x, an open-source J2EE application server
-
-LATEST_LINK= jboss3
-USE_JAVA= 1.4+
-
-USE_REINPLACE= YES
-USE_BZIP2= YES
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
-
-APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION:R}
-DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}${PORTVERSION:R}
-LOG_DIR= ${APP_HOME}/log
-PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///}
-APP_TITLE= JBoss
-APP_SHORTNAME= ${PORTNAME}${PORTVERSION:R:R}
-CONTROL_SCRIPT_NAME= ${APP_SHORTNAME}ctl
-CONTROL_SCRIPT= ${PREFIX}/bin/${CONTROL_SCRIPT_NAME}
-CONTROL_SCRIPT_MANPAGE_TITLE= ${CONTROL_SCRIPT_NAME:U}
-STARTUP_ORDER= 020
-STARTUP_SCRIPT_NAME= ${APP_SHORTNAME}.sh
-STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/${STARTUP_ORDER}.${STARTUP_SCRIPT_NAME}
-USER= www
-GROUP= www
-STDOUT_LOG= ${LOG_DIR}/stdout.log
-STDERR_LOG= ${LOG_DIR}/stderr.log
-AUTO_START?= NO
-STOP_TIMEOUT?= 5
-PID_FILE= /var/run/${APP_SHORTNAME}.pid
-JAR_FILE= bin/run.jar
-DAEMONCTL_DIR= ${PORTSDIR}/www/jakarta-tomcat4/files
-DAEMONCTL_FILES=daemonctl.c daemonctl.1 startup.sh
-MAN1= ${CONTROL_SCRIPT_NAME}.1
-
-JBOSSOUTPUT= ${WRKSRC}/build/output/${PORTNAME}-${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-do-configure:
- @(cd ${DAEMONCTL_DIR} && ${CP} ${DAEMONCTL_FILES} ${WRKDIR})
- @(cd ${WRKDIR} && ${REINPLACE_CMD} \
- -e "s|%%APP_HOME%%|${APP_HOME}|g;" \
- -e "s|%%APP_SHORTNAME%%|${APP_SHORTNAME}|g;" \
- -e "s|%%APP_TITLE%%|${APP_TITLE}|g;" \
- -e "s|%%CONTROL_SCRIPT%%|${CONTROL_SCRIPT}|g;" \
- -e "s|%%CONTROL_SCRIPT_MANPAGE_TITLE%%|${CONTROL_SCRIPT_MANPAGE_TITLE}|g;" \
- -e "s|%%CONTROL_SCRIPT_NAME%%|${CONTROL_SCRIPT_NAME}|g;" \
- -e "s|%%GROUP%%|${GROUP}|g;" \
- -e "s|%%JAR_ARGS%%||g;" \
- -e "s|%%JAVA_ARGS%%||g;" \
- -e "s|%%JAVA_CMD%%|bin/java|g;" \
- -e "s|%%JAVA_HOME%%|${JAVA_HOME}|g;" \
- -e "s|%%JAR_FILE%%|${JAR_FILE}|g;" \
- -e "s|%%LOG_DIR%%|${LOG_DIR}|g;" \
- -e "s|%%PID_FILE%%|${PID_FILE}|g;" \
- -e "s|%%PORTNAME%%|${PORTNAME}|g;" \
- -e "s|%%PORTVERSION%%|${PORTVERSION}|g;" \
- -e "s|%%PREFIX%%|${PREFIX}|g;" \
- -e "s|%%STARTUP_SCRIPT_NAME%%|${STARTUP_SCRIPT_NAME}|g;" \
- -e "s|%%STDERR_LOG%%|${STDERR_LOG}|g;" \
- -e "s|%%STDOUT_LOG%%|${STDOUT_LOG}|g;" \
- -e "s|%%STOP_TIMEOUT%%|${STOP_TIMEOUT}|g;" \
- -e "s|%%USER%%|${USER}|g;" ${DAEMONCTL_FILES})
-
-post-configure:
- @${ECHO_CMD} "Installation settings:"
- @${ECHO_CMD} " Destination directory: ${APP_HOME}"
- @${ECHO_CMD} " Control program location: ${CONTROL_SCRIPT}"
- @${ECHO_CMD} " Startup script location: ${STARTUP_SCRIPT}"
- @${ECHO_CMD} " Location of JDK: ${JAVA_HOME}"
- @${ECHO_CMD} " Location of Java port: ${JAVA_PORT}"
- @${ECHO_CMD} " Using Jikes: ${WITH_JIKES}"
- @${ECHO_CMD} " Running as (user/group): ${USER}/${GROUP}"
- @${ECHO_CMD} " HTTP port: ${HTTP_PORT}"
- @${ECHO_CMD} " RMI port: ${RMI_PORT}"
- @${ECHO_CMD} " Logfile stdout: ${STDOUT_LOG}"
- @${ECHO_CMD} " Logfile stderr: ${STDERR_LOG}"
- @${ECHO_CMD} " Starting after install: ${AUTO_START}"
- @${ECHO_CMD} " Stop time-out: ${STOP_TIMEOUT} sec."
-
-do-build:
- (cd ${WRKDIR} && ${CC} ${CFLAGS} -o ${CONTROL_SCRIPT_NAME} daemonctl.c)
- (cd ${WRKSRC}/build && ${SETENV} JAVA_HOME=${JAVA_HOME} PATH=${PATH}:${JAVA_HOME}/bin ${SH} build.sh)
-
-pre-install:
- @PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
-
-do-install:
- ${MKDIR} ${APP_HOME} && ${CHOWN} ${USER}:${GROUP} ${APP_HOME}
- ${MKDIR} ${LOG_DIR} && ${CHOWN} ${USER}:${GROUP} ${LOG_DIR}
- (cd ${JBOSSOUTPUT} && ${FIND} bin client lib server |\
- ${CPIO} -pdmu -R ${USER}:${GROUP} ${APP_HOME})
- ${INSTALL} -o ${USER} -g ${GROUP} -m 06754\
- ${WRKDIR}/${CONTROL_SCRIPT_NAME} ${CONTROL_SCRIPT}
- ${INSTALL_SCRIPT} ${WRKDIR}/startup.sh ${STARTUP_SCRIPT}
- ${INSTALL} -o ${USER} -g ${GROUP} -m 0640 /dev/null ${STDOUT_LOG}
- ${INSTALL} -o ${USER} -g ${GROUP} -m 0640 /dev/null ${STDERR_LOG}
- ${INSTALL} -o ${USER} -g ${GROUP} -m 0640 /dev/null ${PID_FILE}
- ${INSTALL_MAN} ${WRKDIR}/daemonctl.1 ${MANPREFIX}/man/man1/${CONTROL_SCRIPT_NAME}.1
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${CP} -r ${JBOSSOUTPUT}/docs/* ${DOCSDIR}
-.endif
-
-post-install:
- @${ECHO_CMD} "${PKGNAME} has been installed in ${APP_HOME}."
- @${ECHO_CMD} "If a user should be able to use ${CONTROL_SCRIPT_NAME}, put it in the group ${GROUP}."
- @${ECHO_CMD} "Use 'man ${CONTROL_SCRIPT_NAME}' for information about starting and stopping ${PORTNAME}."
-.if ${AUTO_START} == "YES"
- @${CONTROL_SCRIPT} start || true
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/java/jboss5/distinfo b/java/jboss5/distinfo
deleted file mode 100644
index 07764b58c530..000000000000
--- a/java/jboss5/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (jboss-3.2.3-src.tar.bz2) = c432fd194205ed4b7b9fd55ae4bfe8f9
-SIZE (jboss-3.2.3-src.tar.bz2) = 33388734
diff --git a/java/jboss5/pkg-deinstall b/java/jboss5/pkg-deinstall
deleted file mode 100644
index 0521ad5fd496..000000000000
--- a/java/jboss5/pkg-deinstall
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-#
-# This script does the following.
-#
-# * Checks if the JBoss PID file exists. If it does, it kills the
-# JBoss process and removes the PID file.
-#
-# $FreeBSD: /tmp/pcvs/ports/java/jboss5/Attic/pkg-deinstall,v 1.2 2003-07-14 10:03:13 des Exp $
-#
-
-# Make sure we're in the right stage of the process
-if [ "$2" = "DEINSTALL" ]; then
-
- # Kill JBoss if it is still running
- PID_FILE=/var/run/jboss.pid
- if [ -s ${PID_FILE} ]; then
- PID=`cat ${PID_FILE}`
- echo -n ">> Killing JBoss Server process (${PID})..."
- /bin/kill ${PID} > /dev/null 2> /dev/null
- if [ $? -eq 0 ]; then
- echo " [ DONE ]"
- else
- echo " [ FAILED ]"
- fi
- echo -n ">> Removing PID file (${PID_FILE})..."
- rm ${PID_FILE} > /dev/null 2> /dev/null
- if [ $? -eq 0 ]; then
- echo " [ DONE ]"
- else
- echo " [ FAILED ]"
- fi
- fi
-fi
-
-exit 0
diff --git a/java/jboss5/pkg-descr b/java/jboss5/pkg-descr
deleted file mode 100644
index b4b75ac4b9eb..000000000000
--- a/java/jboss5/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-JBoss is an implementation of the EJB 1.1 (and parts of 2.0) specification,
-that is, it is a server and container for Enterprise JavaBeans. In this it
-is similar to Sun's 'J2SDK Enterprise Edition' (J2EE), but the JBoss core
-server provides only an EJB server. The JBoss core does not include a web
-container for servlets/JSP pages, although there are bundles available that
-include either Tomcat or Jetty. The minimal core offering means that JBoss
-has minimal memory and disk space requirements. JBoss will run very
-effectively on a machine with 64 megabytes of RAM, and requires only a few
-megabytes of disk (including source code!). Sun's J2EE requires a minimum of
-128 megabytes of RAM, and 31 megabytes of disk space. Because of its small
-memory footprint, JBoss starts up about 10 times faster than J2EE. There is
-a built-in SQL database server for handling persistent beans, and this
-starts up automatically with the server (J2EE ships with the CloudScape SQL
-server, which has to be started separately).
-
-One of the nicest features of JBoss is its support for `hot' deployment. What
-this means is that deploying a Bean is a simple as copying its JAR file into
-the deployment directory. If this is done while the Bean is already loaded,
-JBoss automatically unloads it, then loads the new version. Contrast this
-with the rigmarole that other J2EE server makes us go through... JBoss is
-distributed under the LGPL, which means that it's free, even for commercial
-work, and the LGPL ensures that it remains that way.
-
-WWW: http://www.jboss.org/
diff --git a/java/jboss5/pkg-install b/java/jboss5/pkg-install
deleted file mode 100644
index d8bfd400d779..000000000000
--- a/java/jboss5/pkg-install
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/bin/sh
-#
-# Checks if the 'www' user and group exist. If they don't, then
-# an attempt is made to create both.
-#
-# $FreeBSD: /tmp/pcvs/ports/java/jboss5/Attic/pkg-install,v 1.1 2002-04-26 21:54:15 znerd Exp $
-#
-
-# Make sure we're called during the 'make install' process
-if [ "$2" != "PRE-INSTALL" ]; then
- exit 0
-fi
-
-# Set some constants
-USER=www
-GROUP=${USER}
-UID=80
-GID=${UID}
-
-# See if the group already exists
-if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then
-
- # If not, try to create it
- if pw groupadd ${GROUP} -g ${GID}; then
- echo "Added group \"${GROUP}\"."
- else
- echo "Adding group \"${GROUP}\" failed..."
- exit 1
- fi
-fi
-
-# See if the user already exists
-if ! pw usershow "${USER}" 2>/dev/null 1>&2; then
-
- # If not, try to create it
- if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
- -s "/sbin/nologin" -d "/nonexistent" \
- -c "World Wide Web Owner"; \
- then
- echo "Added user \"${USER}\"."
- else
- echo "Adding user \"${USER}\" failed..."
- exit 1
- fi
-fi
-exit 0
diff --git a/java/jboss5/pkg-plist b/java/jboss5/pkg-plist
deleted file mode 100644
index 236279ef3c25..000000000000
--- a/java/jboss5/pkg-plist
+++ /dev/null
@@ -1,554 +0,0 @@
-bin/jboss3ctl
-etc/rc.d/020.jboss3.sh
-%%T%%/bin/classpath.sh
-%%T%%/bin/deployer.bat
-%%T%%/bin/deployer.sh
-%%T%%/bin/jboss_init_redhat.sh
-%%T%%/bin/run.bat
-%%T%%/bin/run.conf
-%%T%%/bin/run.jar
-%%T%%/bin/run.sh
-%%T%%/bin/shutdown.bat
-%%T%%/bin/shutdown.jar
-%%T%%/bin/shutdown.sh
-%%T%%/bin/twiddle.bat
-%%T%%/bin/twiddle.jar
-%%T%%/bin/twiddle.sh
-%%T%%/client/auth.conf
-%%T%%/client/concurrent.jar
-%%T%%/client/getopt.jar
-%%T%%/client/gnu-regexp.jar
-%%T%%/client/jacorb.jar
-%%T%%/client/jboss-client.jar
-%%T%%/client/jboss-common-client.jar
-%%T%%/client/jboss-iiop-client.jar
-%%T%%/client/jboss-j2ee.jar
-%%T%%/client/jboss-jaas.jar
-%%T%%/client/jboss-jsr77-client.jar
-%%T%%/client/jboss-net-client.jar
-%%T%%/client/jboss-system-client.jar
-%%T%%/client/jboss-transaction-client.jar
-%%T%%/client/jbossall-client.jar
-%%T%%/client/jbosscx-client.jar
-%%T%%/client/jbossha-client.jar
-%%T%%/client/jbossjmx-ant.jar
-%%T%%/client/jbossmq-client.jar
-%%T%%/client/jbosssx-client.jar
-%%T%%/client/jcert.jar
-%%T%%/client/jmx-connector-client-factory.jar
-%%T%%/client/jmx-ejb-connector-client.jar
-%%T%%/client/jmx-invoker-adaptor-client.jar
-%%T%%/client/jmx-rmi-connector-client.jar
-%%T%%/client/jnet.jar
-%%T%%/client/jnp-client.jar
-%%T%%/client/jsse.jar
-%%T%%/client/log4j.jar
-%%T%%/client/xdoclet-module-jboss-net.jar
-%%T%%/lib/commons-httpclient.jar
-%%T%%/lib/commons-logging.jar
-%%T%%/lib/concurrent.jar
-%%T%%/lib/getopt.jar
-%%T%%/lib/gnu-regexp.jar
-%%T%%/lib/jboss-boot.jar
-%%T%%/lib/jboss-common.jar
-%%T%%/lib/jboss-jmx.jar
-%%T%%/lib/jboss-system.jar
-%%T%%/lib/jdom.jar
-%%T%%/lib/log4j-boot.jar
-%%T%%/lib/webdavlib.jar
-%%T%%/lib/xercesImpl.jar
-%%T%%/lib/xml-apis.jar
-%%T%%/log/stderr.log
-%%T%%/log/stdout.log
-%%T%%/server/all/conf/jacorb.properties
-%%T%%/server/all/conf/jboss-minimal.xml
-%%T%%/server/all/conf/jboss-service.xml
-%%T%%/server/all/conf/jbossmq-state.xml
-%%T%%/server/all/conf/jndi.properties
-%%T%%/server/all/conf/log4j.xml
-%%T%%/server/all/conf/login-config.xml
-%%T%%/server/all/conf/server.policy
-%%T%%/server/all/conf/standardjaws.xml
-%%T%%/server/all/conf/standardjboss.xml
-%%T%%/server/all/conf/standardjbosscmp-jdbc.xml
-%%T%%/server/all/conf/xmdesc/ClientUserTransaction-xmbean.xml
-%%T%%/server/all/conf/xmdesc/JNDIView-xmbean.xml
-%%T%%/server/all/conf/xmdesc/TransactionManagerService-xmbean.xml
-%%T%%/server/all/deploy/cache-invalidation-service.xml
-%%T%%/server/all/deploy/client-deployer-service.xml
-%%T%%/server/all/deploy/cluster-service.xml
-%%T%%/server/all/deploy/deploy.last/farm-service.xml
-%%T%%/server/all/deploy/hsqldb-ds.xml
-%%T%%/server/all/deploy/http-invoker.sar/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/http-invoker.sar/META-INF/jboss-service.xml
-%%T%%/server/all/deploy/http-invoker.sar/invoker.war/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/InvokerServlet.class
-%%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/NamingFactoryServlet.class
-%%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/ReadOnlyAccessFilter.class
-%%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/roles.properties
-%%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/users.properties
-%%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/jboss-web.xml
-%%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml
-%%T%%/server/all/deploy/iiop-service.xml
-%%T%%/server/all/deploy/jboss-jca.sar
-%%T%%/server/all/deploy/jboss-local-jdbc.rar
-%%T%%/server/all/deploy/jboss-net.sar/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jboss-net.sar/META-INF/jboss-service.xml
-%%T%%/server/all/deploy/jboss-net.sar/axis-config.xml
-%%T%%/server/all/deploy/jboss-net.sar/axis.jar
-%%T%%/server/all/deploy/jboss-net.sar/client-config.xml
-%%T%%/server/all/deploy/jboss-net.sar/commons-discovery.jar
-%%T%%/server/all/deploy/jboss-net.sar/commons-logging.jar
-%%T%%/server/all/deploy/jboss-net.sar/jaxrpc.jar
-%%T%%/server/all/deploy/jboss-net.sar/jboss-net.jar
-%%T%%/server/all/deploy/jboss-net.sar/jboss-net.war/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jboss-net.sar/jboss-net.war/WEB-INF/jboss-web.xml
-%%T%%/server/all/deploy/jboss-net.sar/jboss-net.war/WEB-INF/web.xml
-%%T%%/server/all/deploy/jboss-net.sar/jboss-net.war/index.html
-%%T%%/server/all/deploy/jboss-net.sar/jmx-net.wsr/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jboss-net.sar/jmx-net.wsr/META-INF/web-service.xml
-%%T%%/server/all/deploy/jboss-net.sar/saaj.jar
-%%T%%/server/all/deploy/jboss-net.sar/wsdl4j.jar
-%%T%%/server/all/deploy/jboss-xa-jdbc.rar
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/META-INF/ejb-jar.xml
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/META-INF/jboss.xml
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/ejb/ClientTCLInterceptor.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/ejb/ClusteredHTTPSessionBeanAbstract.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/ejb/ClusteredHTTPSessionBeanCmp11.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/ejb/ClusteredHTTPSessionBeanImpl.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/ejb/ServerTCLInterceptor.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/interfaces/ClusteredHTTPSession.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/interfaces/ClusteredHTTPSessionBusiness.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/interfaces/ClusteredHTTPSessionHome.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/interfaces/LocalClusteredHTTPSession.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/interfaces/LocalClusteredHTTPSessionHome.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jbossha-httpsession.sar/META-INF/jboss-service.xml
-%%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/beanimpl/interfaces/ClusteredHTTPSession.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/beanimpl/interfaces/ClusteredHTTPSessionBusiness.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/beanimpl/interfaces/ClusteredHTTPSessionHome.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/beanimpl/interfaces/LocalClusteredHTTPSession.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/beanimpl/interfaces/LocalClusteredHTTPSessionHome.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/server/ClusteredHTTPSessionService$CleanupDaemon.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/server/ClusteredHTTPSessionService.class
-%%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/server/ClusteredHTTPSessionServiceMBean.class
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/META-INF/servletinfo-xmbean.xml
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/ant.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/bootstrap.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/catalina.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/commons-beanutils.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/commons-collections.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/commons-digester.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/commons-logging.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/jakarta-regexp-1.3.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/jasper-compiler.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/jasper-runtime.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/naming-common.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/naming-resources.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/servlets-common.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/servlets-default.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/servlets-invoker.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/servlets-webdav.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/tomcat-coyote.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/tomcat-http11.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/tomcat-jk2.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/tomcat-util.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/tomcat41-service.jar
-%%T%%/server/all/deploy/jbossweb-tomcat41.sar/web.xml
-%%T%%/server/all/deploy/jms/hsqldb-jdbc2-service.xml
-%%T%%/server/all/deploy/jms/jbossmq-destinations-service.xml
-%%T%%/server/all/deploy/jms/jbossmq-hail.sar/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jms/jbossmq-hail.sar/META-INF/jboss-service.xml
-%%T%%/server/all/deploy/jms/jbossmq-hail.sar/jbossmq-hail.jar
-%%T%%/server/all/deploy/jms/jbossmq-httpil.sar/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jms/jbossmq-httpil.sar/META-INF/jboss-service.xml
-%%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq/il/http/servlet/HTTPServerILServlet.class
-%%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/roles.properties
-%%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/users.properties
-%%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/jboss-web.xml
-%%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/web.xml
-%%T%%/server/all/deploy/jms/jbossmq-service.xml
-%%T%%/server/all/deploy/jms/jms-ds.xml
-%%T%%/server/all/deploy/jms/jms-ra.rar
-%%T%%/server/all/deploy/jms/jvm-il-service.xml
-%%T%%/server/all/deploy/jms/oil-service.xml
-%%T%%/server/all/deploy/jms/oil2-service.xml
-%%T%%/server/all/deploy/jms/rmi-il-service.xml
-%%T%%/server/all/deploy/jms/uil2-service.xml
-%%T%%/server/all/deploy/jmx-console.war/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AddressPort.class
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AttrResultInfo.class
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/OpResultInfo.class
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/Server.class
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/ClusteredConsoleServlet.class
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet.class
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/DomainData.class
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/MBeanData.class
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/roles.properties
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/users.properties
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/jboss-web.xml
-%%T%%/server/all/deploy/jmx-console.war/WEB-INF/web.xml
-%%T%%/server/all/deploy/jmx-console.war/cluster/bootstrap.html
-%%T%%/server/all/deploy/jmx-console.war/cluster/clusterView.jsp
-%%T%%/server/all/deploy/jmx-console.war/cluster/index.html
-%%T%%/server/all/deploy/jmx-console.war/displayMBeans.jsp
-%%T%%/server/all/deploy/jmx-console.war/displayOpResult.jsp
-%%T%%/server/all/deploy/jmx-console.war/images/logo.gif
-%%T%%/server/all/deploy/jmx-console.war/index.jsp
-%%T%%/server/all/deploy/jmx-console.war/inspectMBean.jsp
-%%T%%/server/all/deploy/jmx-console.war/style_master.css
-%%T%%/server/all/deploy/jmx-invoker-adaptor-server.sar/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/jmx-invoker-adaptor-server.sar/META-INF/jboss-service.xml
-%%T%%/server/all/deploy/mail-service.xml
-%%T%%/server/all/deploy/management/console-mgr.sar
-%%T%%/server/all/deploy/management/web-console.war
-%%T%%/server/all/deploy/properties-service.xml
-%%T%%/server/all/deploy/schedule-manager-service.xml
-%%T%%/server/all/deploy/scheduler-service.xml
-%%T%%/server/all/deploy/snmp-adaptor.sar/META-INF/MANIFEST.MF
-%%T%%/server/all/deploy/snmp-adaptor.sar/META-INF/jboss-service.xml
-%%T%%/server/all/deploy/snmp-adaptor.sar/castor.jar
-%%T%%/server/all/deploy/snmp-adaptor.sar/managers.xml
-%%T%%/server/all/deploy/snmp-adaptor.sar/mbeans.xml
-%%T%%/server/all/deploy/snmp-adaptor.sar/notifications.xml
-%%T%%/server/all/deploy/sqlexception-service.xml
-%%T%%/server/all/deploy/transaction-service.xml
-%%T%%/server/all/deploy/user-service.xml
-%%T%%/server/all/deploy/uuid-key-generator.sar
-%%T%%/server/all/farm/cluster-examples-service.xml
-%%T%%/server/all/lib/activation.jar
-%%T%%/server/all/lib/autonumber-plugin.jar
-%%T%%/server/all/lib/bcel.jar
-%%T%%/server/all/lib/bindingservice-plugin.jar
-%%T%%/server/all/lib/bsh-core-1.3.0.jar
-%%T%%/server/all/lib/bsh-deployer.jar
-%%T%%/server/all/lib/commons-logging.jar
-%%T%%/server/all/lib/hsqldb-plugin.jar
-%%T%%/server/all/lib/hsqldb.jar
-%%T%%/server/all/lib/jacorb.jar
-%%T%%/server/all/lib/javax.servlet.jar
-%%T%%/server/all/lib/jboss-common-jdbc-wrapper.jar
-%%T%%/server/all/lib/jboss-iiop.jar
-%%T%%/server/all/lib/jboss-j2ee.jar
-%%T%%/server/all/lib/jboss-jaas.jar
-%%T%%/server/all/lib/jboss-jsr77.jar
-%%T%%/server/all/lib/jboss-management.jar
-%%T%%/server/all/lib/jboss-transaction.jar
-%%T%%/server/all/lib/jboss.jar
-%%T%%/server/all/lib/jbossha.jar
-%%T%%/server/all/lib/jbossmq.jar
-%%T%%/server/all/lib/jbosssx.jar
-%%T%%/server/all/lib/jcert.jar
-%%T%%/server/all/lib/jgroups.jar
-%%T%%/server/all/lib/jmx-adaptor-plugin.jar
-%%T%%/server/all/lib/jnet.jar
-%%T%%/server/all/lib/jnpserver.jar
-%%T%%/server/all/lib/jpl-pattern.jar
-%%T%%/server/all/lib/jpl-util.jar
-%%T%%/server/all/lib/jsse.jar
-%%T%%/server/all/lib/jts.jar
-%%T%%/server/all/lib/log4j.jar
-%%T%%/server/all/lib/mail-plugin.jar
-%%T%%/server/all/lib/mail.jar
-%%T%%/server/all/lib/properties-plugin.jar
-%%T%%/server/all/lib/scheduler-plugin-example.jar
-%%T%%/server/all/lib/scheduler-plugin.jar
-%%T%%/server/all/lib/snmp-adaptor.jar
-%%T%%/server/all/lib/snmp-support.jar
-%%T%%/server/all/lib/xalan.jar
-%%T%%/server/default/conf/jboss-minimal.xml
-%%T%%/server/default/conf/jboss-service.xml
-%%T%%/server/default/conf/jbossmq-state.xml
-%%T%%/server/default/conf/jndi.properties
-%%T%%/server/default/conf/log4j.xml
-%%T%%/server/default/conf/login-config.xml
-%%T%%/server/default/conf/server.policy
-%%T%%/server/default/conf/standardjaws.xml
-%%T%%/server/default/conf/standardjboss.xml
-%%T%%/server/default/conf/standardjbosscmp-jdbc.xml
-%%T%%/server/default/conf/xmdesc/ClientUserTransaction-xmbean.xml
-%%T%%/server/default/conf/xmdesc/JNDIView-xmbean.xml
-%%T%%/server/default/conf/xmdesc/TransactionManagerService-xmbean.xml
-%%T%%/server/default/deploy/cache-invalidation-service.xml
-%%T%%/server/default/deploy/client-deployer-service.xml
-%%T%%/server/default/deploy/hsqldb-ds.xml
-%%T%%/server/default/deploy/http-invoker.sar/META-INF/MANIFEST.MF
-%%T%%/server/default/deploy/http-invoker.sar/META-INF/jboss-service.xml
-%%T%%/server/default/deploy/http-invoker.sar/invoker.war/META-INF/MANIFEST.MF
-%%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/InvokerServlet.class
-%%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/NamingFactoryServlet.class
-%%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet/ReadOnlyAccessFilter.class
-%%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/roles.properties
-%%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/users.properties
-%%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/jboss-web.xml
-%%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml
-%%T%%/server/default/deploy/jboss-jca.sar
-%%T%%/server/default/deploy/jboss-local-jdbc.rar
-%%T%%/server/default/deploy/jboss-xa-jdbc.rar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/META-INF/servletinfo-xmbean.xml
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/ant.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/bootstrap.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/catalina.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/commons-beanutils.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/commons-collections.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/commons-digester.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/commons-logging.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/jakarta-regexp-1.3.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/jasper-compiler.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/jasper-runtime.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/naming-common.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/naming-resources.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/servlets-common.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/servlets-default.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/servlets-invoker.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/servlets-webdav.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/tomcat-coyote.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/tomcat-http11.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/tomcat-jk2.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/tomcat-util.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/tomcat41-service.jar
-%%T%%/server/default/deploy/jbossweb-tomcat41.sar/web.xml
-%%T%%/server/default/deploy/jms/hsqldb-jdbc2-service.xml
-%%T%%/server/default/deploy/jms/jbossmq-destinations-service.xml
-%%T%%/server/default/deploy/jms/jbossmq-httpil.sar/META-INF/MANIFEST.MF
-%%T%%/server/default/deploy/jms/jbossmq-httpil.sar/META-INF/jboss-service.xml
-%%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/META-INF/MANIFEST.MF
-%%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq/il/http/servlet/HTTPServerILServlet.class
-%%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/roles.properties
-%%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/users.properties
-%%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/jboss-web.xml
-%%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/web.xml
-%%T%%/server/default/deploy/jms/jbossmq-service.xml
-%%T%%/server/default/deploy/jms/jms-ds.xml
-%%T%%/server/default/deploy/jms/jms-ra.rar
-%%T%%/server/default/deploy/jms/jvm-il-service.xml
-%%T%%/server/default/deploy/jms/oil-service.xml
-%%T%%/server/default/deploy/jms/oil2-service.xml
-%%T%%/server/default/deploy/jms/rmi-il-service.xml
-%%T%%/server/default/deploy/jms/uil2-service.xml
-%%T%%/server/default/deploy/jmx-console.war/META-INF/MANIFEST.MF
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AddressPort.class
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/AttrResultInfo.class
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/OpResultInfo.class
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control/Server.class
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/ClusteredConsoleServlet.class
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet.class
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/DomainData.class
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model/MBeanData.class
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/roles.properties
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/users.properties
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/jboss-web.xml
-%%T%%/server/default/deploy/jmx-console.war/WEB-INF/web.xml
-%%T%%/server/default/deploy/jmx-console.war/cluster/bootstrap.html
-%%T%%/server/default/deploy/jmx-console.war/cluster/clusterView.jsp
-%%T%%/server/default/deploy/jmx-console.war/cluster/index.html
-%%T%%/server/default/deploy/jmx-console.war/displayMBeans.jsp
-%%T%%/server/default/deploy/jmx-console.war/displayOpResult.jsp
-%%T%%/server/default/deploy/jmx-console.war/images/logo.gif
-%%T%%/server/default/deploy/jmx-console.war/index.jsp
-%%T%%/server/default/deploy/jmx-console.war/inspectMBean.jsp
-%%T%%/server/default/deploy/jmx-console.war/style_master.css
-%%T%%/server/default/deploy/jmx-invoker-adaptor-server.sar/META-INF/MANIFEST.MF
-%%T%%/server/default/deploy/jmx-invoker-adaptor-server.sar/META-INF/jboss-service.xml
-%%T%%/server/default/deploy/mail-service.xml
-%%T%%/server/default/deploy/management/console-mgr.sar
-%%T%%/server/default/deploy/management/web-console.war
-%%T%%/server/default/deploy/properties-service.xml
-%%T%%/server/default/deploy/schedule-manager-service.xml
-%%T%%/server/default/deploy/scheduler-service.xml
-%%T%%/server/default/deploy/snmp-adaptor.sar/META-INF/MANIFEST.MF
-%%T%%/server/default/deploy/snmp-adaptor.sar/META-INF/jboss-service.xml
-%%T%%/server/default/deploy/snmp-adaptor.sar/castor.jar
-%%T%%/server/default/deploy/snmp-adaptor.sar/managers.xml
-%%T%%/server/default/deploy/snmp-adaptor.sar/mbeans.xml
-%%T%%/server/default/deploy/snmp-adaptor.sar/notifications.xml
-%%T%%/server/default/deploy/sqlexception-service.xml
-%%T%%/server/default/deploy/transaction-service.xml
-%%T%%/server/default/deploy/user-service.xml
-%%T%%/server/default/deploy/uuid-key-generator.sar
-%%T%%/server/default/lib/activation.jar
-%%T%%/server/default/lib/autonumber-plugin.jar
-%%T%%/server/default/lib/bcel.jar
-%%T%%/server/default/lib/bindingservice-plugin.jar
-%%T%%/server/default/lib/bsh-core-1.3.0.jar
-%%T%%/server/default/lib/bsh-deployer.jar
-%%T%%/server/default/lib/hsqldb-plugin.jar
-%%T%%/server/default/lib/hsqldb.jar
-%%T%%/server/default/lib/javax.servlet.jar
-%%T%%/server/default/lib/jboss-common-jdbc-wrapper.jar
-%%T%%/server/default/lib/jboss-j2ee.jar
-%%T%%/server/default/lib/jboss-jaas.jar
-%%T%%/server/default/lib/jboss-jsr77.jar
-%%T%%/server/default/lib/jboss-management.jar
-%%T%%/server/default/lib/jboss-transaction.jar
-%%T%%/server/default/lib/jboss.jar
-%%T%%/server/default/lib/jbossha.jar
-%%T%%/server/default/lib/jbossmq.jar
-%%T%%/server/default/lib/jbosssx.jar
-%%T%%/server/default/lib/jcert.jar
-%%T%%/server/default/lib/jmx-adaptor-plugin.jar
-%%T%%/server/default/lib/jnet.jar
-%%T%%/server/default/lib/jnpserver.jar
-%%T%%/server/default/lib/jpl-pattern.jar
-%%T%%/server/default/lib/jpl-util.jar
-%%T%%/server/default/lib/jsse.jar
-%%T%%/server/default/lib/jts.jar
-%%T%%/server/default/lib/log4j.jar
-%%T%%/server/default/lib/mail-plugin.jar
-%%T%%/server/default/lib/mail.jar
-%%T%%/server/default/lib/properties-plugin.jar
-%%T%%/server/default/lib/scheduler-plugin-example.jar
-%%T%%/server/default/lib/scheduler-plugin.jar
-%%T%%/server/default/lib/snmp-adaptor.jar
-%%T%%/server/default/lib/snmp-support.jar
-%%T%%/server/default/lib/xalan.jar
-%%T%%/server/minimal/conf/jboss-service.xml
-%%T%%/server/minimal/conf/jndi.properties
-%%T%%/server/minimal/conf/log4j.xml
-%%T%%/server/minimal/deploy/user-service.xml
-%%T%%/server/minimal/lib/jboss-management.jar
-%%T%%/server/minimal/lib/jboss-minimal.jar
-%%T%%/server/minimal/lib/jnet.jar
-%%T%%/server/minimal/lib/jnpserver.jar
-%%T%%/server/minimal/lib/log4j.jar
-@dirrm %%T%%/server/minimal/lib
-@dirrm %%T%%/server/minimal/deploy
-@dirrm %%T%%/server/minimal/conf
-@dirrm %%T%%/server/minimal
-@dirrm %%T%%/server/default/lib
-@dirrm %%T%%/server/default/deploy/snmp-adaptor.sar/META-INF
-@dirrm %%T%%/server/default/deploy/snmp-adaptor.sar
-@dirrm %%T%%/server/default/deploy/management
-@dirrm %%T%%/server/default/deploy/jmx-invoker-adaptor-server.sar/META-INF
-@dirrm %%T%%/server/default/deploy/jmx-invoker-adaptor-server.sar
-@dirrm %%T%%/server/default/deploy/jmx-console.war/images
-@dirrm %%T%%/server/default/deploy/jmx-console.war/cluster
-@dirrm %%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model
-@dirrm %%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html
-@dirrm %%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control
-@dirrm %%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor
-@dirrm %%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx
-@dirrm %%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org/jboss
-@dirrm %%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes/org
-@dirrm %%T%%/server/default/deploy/jmx-console.war/WEB-INF/classes
-@dirrm %%T%%/server/default/deploy/jmx-console.war/WEB-INF
-@dirrm %%T%%/server/default/deploy/jmx-console.war/META-INF
-@dirrm %%T%%/server/default/deploy/jmx-console.war
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq/il/http/servlet
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq/il/http
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq/il
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/META-INF
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar/META-INF
-@dirrm %%T%%/server/default/deploy/jms/jbossmq-httpil.sar
-@dirrm %%T%%/server/default/deploy/jms
-@dirrm %%T%%/server/default/deploy/jbossweb-tomcat41.sar/META-INF
-@dirrm %%T%%/server/default/deploy/jbossweb-tomcat41.sar
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/classes
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/invoker.war/META-INF
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/invoker.war
-@dirrm %%T%%/server/default/deploy/http-invoker.sar/META-INF
-@dirrm %%T%%/server/default/deploy/http-invoker.sar
-@dirrm %%T%%/server/default/deploy
-@dirrm %%T%%/server/default/conf/xmdesc
-@dirrm %%T%%/server/default/conf
-@dirrm %%T%%/server/default
-@dirrm %%T%%/server/all/lib
-@dirrm %%T%%/server/all/farm
-@dirrm %%T%%/server/all/deploy/snmp-adaptor.sar/META-INF
-@dirrm %%T%%/server/all/deploy/snmp-adaptor.sar
-@dirrm %%T%%/server/all/deploy/management
-@dirrm %%T%%/server/all/deploy/jmx-invoker-adaptor-server.sar/META-INF
-@dirrm %%T%%/server/all/deploy/jmx-invoker-adaptor-server.sar
-@dirrm %%T%%/server/all/deploy/jmx-console.war/images
-@dirrm %%T%%/server/all/deploy/jmx-console.war/cluster
-@dirrm %%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/model
-@dirrm %%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html
-@dirrm %%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/control
-@dirrm %%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor
-@dirrm %%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx
-@dirrm %%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org/jboss
-@dirrm %%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes/org
-@dirrm %%T%%/server/all/deploy/jmx-console.war/WEB-INF/classes
-@dirrm %%T%%/server/all/deploy/jmx-console.war/WEB-INF
-@dirrm %%T%%/server/all/deploy/jmx-console.war/META-INF
-@dirrm %%T%%/server/all/deploy/jmx-console.war
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq/il/http/servlet
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq/il/http
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq/il
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss/mq
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org/jboss
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes/org
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/classes
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/META-INF
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar/META-INF
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-httpil.sar
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-hail.sar/META-INF
-@dirrm %%T%%/server/all/deploy/jms/jbossmq-hail.sar
-@dirrm %%T%%/server/all/deploy/jms
-@dirrm %%T%%/server/all/deploy/jbossweb-tomcat41.sar/META-INF
-@dirrm %%T%%/server/all/deploy/jbossweb-tomcat41.sar
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/server
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/beanimpl/interfaces
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession/beanimpl
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha/httpsession
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss/ha
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/org/jboss
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/org
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/META-INF
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/interfaces
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl/ejb
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession/beanimpl
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha/httpsession
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss/ha
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org/jboss
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/org
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/META-INF
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar
-@dirrm %%T%%/server/all/deploy/jbossha-httpsession.sar
-@dirrm %%T%%/server/all/deploy/jboss-net.sar/jmx-net.wsr/META-INF
-@dirrm %%T%%/server/all/deploy/jboss-net.sar/jmx-net.wsr
-@dirrm %%T%%/server/all/deploy/jboss-net.sar/jboss-net.war/WEB-INF
-@dirrm %%T%%/server/all/deploy/jboss-net.sar/jboss-net.war/META-INF
-@dirrm %%T%%/server/all/deploy/jboss-net.sar/jboss-net.war
-@dirrm %%T%%/server/all/deploy/jboss-net.sar/META-INF
-@dirrm %%T%%/server/all/deploy/jboss-net.sar
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http/servlet
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation/http
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss/invocation
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org/jboss
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes/org
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF/classes
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/invoker.war/WEB-INF
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/invoker.war/META-INF
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/invoker.war
-@dirrm %%T%%/server/all/deploy/http-invoker.sar/META-INF
-@dirrm %%T%%/server/all/deploy/http-invoker.sar
-@dirrm %%T%%/server/all/deploy/deploy.last
-@dirrm %%T%%/server/all/deploy
-@dirrm %%T%%/server/all/conf/xmdesc
-@dirrm %%T%%/server/all/conf
-@dirrm %%T%%/server/all
-@dirrm %%T%%/server
-@dirrm %%T%%/log
-@dirrm %%T%%/lib
-@dirrm %%T%%/client
-@dirrm %%T%%/bin
-@dirrm %%T%%