aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat7
diff options
context:
space:
mode:
Diffstat (limited to 'www/tomcat7')
-rw-r--r--www/tomcat7/Makefile113
-rw-r--r--www/tomcat7/distinfo3
-rw-r--r--www/tomcat7/files/patch-conf__server.xml29
-rw-r--r--www/tomcat7/files/pkg-install.in53
-rw-r--r--www/tomcat7/files/tomcat6.sh.in178
-rw-r--r--www/tomcat7/pkg-descr11
-rw-r--r--www/tomcat7/pkg-plist589
7 files changed, 0 insertions, 976 deletions
diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile
deleted file mode 100644
index 2a12b8ff8ac7..000000000000
--- a/www/tomcat7/Makefile
+++ /dev/null
@@ -1,113 +0,0 @@
-# New ports collection makefile for: apache-tomcat
-# Date created: 14 Feb 2007
-# Whom: Nemo Liu <nemoliu@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tomcat
-PORTVERSION= 6.0.26
-CATEGORIES= www java
-MASTER_SITES= ${MASTER_SITE_APACHE}
-MASTER_SITE_SUBDIR= tomcat/tomcat-6/v${PORTVERSION}/bin
-DISTNAME= apache-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= Open-source Java web server by Apache, 6.x branch
-
-USE_JAVA= yes
-JAVA_VERSION= 1.5+
-NO_BUILD= YES
-
-USE_RC_SUBR= tomcat6.sh
-SUB_FILES= pkg-install
-
-MAJOR_VER= ${PORTVERSION:R}
-APP_HOME?= ${PREFIX}/${DISTNAME:R}
-LOG_DIR= ${APP_HOME}/logs
-APP_SHORTNAME= ${PORTNAME}${MAJOR_VER:S/.//}
-TOMCAT_USER?= www
-TOMCAT_GROUP?= www
-HTTP_PORT?= 8180
-SHUTDOWN_PORT?= 8005
-AJP_1_3_PORT?= 8009
-STDOUT_LOG= ${LOG_DIR}/stdout.log
-STDERR_LOG= ${LOG_DIR}/stderr.log
-JAR_FILE= bin/bootstrap.jar
-CONF_FILES= catalina.policy catalina.properties context.xml logging.properties server.xml tomcat-users.xml web.xml
-CONF_EXT= sample
-PLIST_SUB= T=${APP_HOME:S/^${PREFIX}\///} CONF_EXT=${CONF_EXT} \
- WWWOWN=${TOMCAT_USER} WWWGRP=${TOMCAT_GROUP}
-LATEST_LINK= ${APP_SHORTNAME}
-
-SUB_LIST= AJP_1_3_PORT=${AJP_1_3_PORT} \
- APP_HOME=${APP_HOME} \
- APP_SHORTNAME=${APP_SHORTNAME} \
- GROUP=${TOMCAT_GROUP} \
- HTTP_PORT=${HTTP_PORT} \
- JAR_FILE=${JAR_FILE} \
- SHUTDOWN_PORT=${SHUTDOWN_PORT} \
- STDERR_LOG=${STDERR_LOG} \
- STDOUT_LOG=${STDOUT_LOG} \
- TOMCAT_HOME=${APP_HOME} \
- TOMCAT_VERSION=${MAJOR_VER:S/.//} \
- USER=${TOMCAT_USER}
-
-.include <bsd.port.pre.mk>
-
-pre-patch:
- @${ECHO_MSG} "Installation settings:"
- @${ECHO_MSG} " Destination directory: ${APP_HOME}"
- @${ECHO_MSG} " Location of JDK: ${JAVA_HOME}"
- @${ECHO_MSG} " Location of Java port: ${JAVA_PORT}"
- @${ECHO_MSG} " Running as (user/group): ${TOMCAT_USER}/${TOMCAT_GROUP}"
- @${ECHO_MSG} " HTTP port: ${HTTP_PORT}"
- @${ECHO_MSG} " Shutdown listener port: ${SHUTDOWN_PORT}"
- @${ECHO_MSG} " AJP 1.3 connector port: ${AJP_1_3_PORT}"
- @${ECHO_MSG} " Logfile stdout: ${STDOUT_LOG}"
- @${ECHO_MSG} " Logfile stderr: ${STDERR_LOG}"
-
-post-patch:
- @${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${WRKSRC}/conf/server.xml
- @${RM} -f `${FIND} ${WRKSRC} -name '*.bat'` `${FIND} ${WRKSRC} -name '*.exe'` \
- `${FIND} ${WRKSRC} -name '*.orig'` `${FIND} ${WRKSRC} -name '*.bak'`
-.for f in ${CONF_FILES}
- @${MV} ${WRKSRC}/conf/${f} ${WRKSRC}/conf/${f}.${CONF_EXT}
-.endfor
-
-pre-install:
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
-do-install:
- @${ECHO_MSG} -n ">> Creating destination directory..."
- @${MKDIR} ${APP_HOME}
- @${MKDIR} ${LOG_DIR}
- @${MKDIR} ${APP_HOME}/endorsed
- @${ECHO_MSG} " [ DONE ]"
-
- @${ECHO_MSG} -n ">> Copying files to destination directory..."
- @${CP} -R ${WRKSRC}/* ${APP_HOME}
- @${ECHO_MSG} " [ DONE ]"
-
-.for f in ${CONF_FILES}
-. if !exists(${APP_HOME}/conf/${f})
- @${CP} ${APP_HOME}/conf/${f}.${CONF_EXT} ${APP_HOME}/conf/${f}
-. else
- @${ECHO_MSG} ">> Preserving local configuration file: ${f} [ DONE ]"
-. endif
-.endfor
-
- @${ECHO_MSG} -n ">> Creating symlink to tools.jar..."
- @${LN} -sf ${JAVA_HOME}/lib/tools.jar ${APP_HOME}/lib/tools.jar
- @${ECHO_MSG} " [ DONE ]"
-
- @${ECHO_MSG} -n ">> Fixing ownership settings..."
- @${CHOWN} -R ${TOMCAT_USER}:${TOMCAT_GROUP} ${APP_HOME}/conf ${APP_HOME}/logs \
- ${APP_HOME}/temp ${APP_HOME}/webapps ${APP_HOME}/work
- @${ECHO_MSG} " [ DONE ]"
-
- @${ECHO_MSG} -n ">> Fixing permissions..."
- @${FIND} ${APP_HOME} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
- @${ECHO_MSG} " [ DONE ]"
-
-.include <bsd.port.post.mk>
diff --git a/www/tomcat7/distinfo b/www/tomcat7/distinfo
deleted file mode 100644
index c1824ed03617..000000000000
--- a/www/tomcat7/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (apache-tomcat-6.0.26.tar.gz) = f9eafa9bfd620324d1270ae8f09a8c89
-SHA256 (apache-tomcat-6.0.26.tar.gz) = 9a2e99ab2141a6f02280831d5cf18594e61bee348b6a295cd2aa1b3ef9f9aa67
-SIZE (apache-tomcat-6.0.26.tar.gz) = 6123410
diff --git a/www/tomcat7/files/patch-conf__server.xml b/www/tomcat7/files/patch-conf__server.xml
deleted file mode 100644
index 0d5e5277dc93..000000000000
--- a/www/tomcat7/files/patch-conf__server.xml
+++ /dev/null
@@ -1,29 +0,0 @@
---- ./conf/server.xml.orig 2007-07-24 22:33:24.134058137 +0800
-+++ ./conf/server.xml 2007-07-24 22:34:42.223606359 +0800
-@@ -2,7 +2,7 @@
- define subcomponents such as "Valves" at this level.
- Documentation at /docs/config/server.html
- -->
--<Server port="8005" shutdown="SHUTDOWN">
-+<Server port="%%SHUTDOWN_PORT%%" shutdown="SHUTDOWN">
-
- <!--APR library loader. Documentation at /docs/apr.html -->
- <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
-@@ -47,7 +47,7 @@
- APR (HTTP/AJP) Connector: /docs/apr.html
- Define a non-SSL HTTP/1.1 Connector on port 8080
- -->
-- <Connector port="8080" protocol="HTTP/1.1"
-+ <Connector port="%%HTTP_PORT%%" protocol="HTTP/1.1"
- connectionTimeout="20000"
- redirectPort="8443" />
- <!-- A "Connector" using the shared thread pool-->
-@@ -68,7 +68,7 @@
- -->
-
- <!-- Define an AJP 1.3 Connector on port 8009 -->
-- <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
-+ <Connector port="%%AJP_1_3_PORT%%" protocol="AJP/1.3" redirectPort="8443" />
-
-
- <!-- An Engine represents the entry point (within Catalina) that processes
diff --git a/www/tomcat7/files/pkg-install.in b/www/tomcat7/files/pkg-install.in
deleted file mode 100644
index ddc5dfda878a..000000000000
--- a/www/tomcat7/files/pkg-install.in
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/bin/sh
-#
-# Checks if the '%%USER%%' user and '%%GROUP%%' group exist. If they don't, then
-# an attempt is made to create both.
-#
-# $FreeBSD$
-#
-
-# Make sure we're called during the 'make install' process
-if [ "$2" != "PRE-INSTALL" ]; then
- exit 0
-fi
-
-# Set some constants
-UID=80
-GID=${UID}
-USER=%%USER%%
-GROUP=%%GROUP%%
-
-# 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}\"."
- elif pw groupadd "${GROUP}"; 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}\"."
- elif pw useradd "${USER}" -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/www/tomcat7/files/tomcat6.sh.in b/www/tomcat7/files/tomcat6.sh.in
deleted file mode 100644
index ef05ec5a4656..000000000000
--- a/www/tomcat7/files/tomcat6.sh.in
+++ /dev/null
@@ -1,178 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: tomcat%%TOMCAT_VERSION%%
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
-# KEYWORD: shutdown
-
-#
-# Configuration settings for tomcat%%TOMCAT_VERSION%% in /etc/rc.conf:
-#
-# tomcat%%TOMCAT_VERSION%%_enable (bool):
-# Set to "NO" by default.
-# Set it to "YES" to enable tomcat%%TOMCAT_VERSION%%
-#
-# tomcat%%TOMCAT_VERSION%%_flags (str):
-# Set to "" by default.
-# Extra flags passed to start command
-#
-# tomcat%%TOMCAT_VERSION%%_catalina_home (str)
-# Set to "%%TOMCAT_HOME%%" by default.
-# Set the CATALINA_HOME variable for the Tomcat process
-#
-# tomcat%%TOMCAT_VERSION%%_catalina_base (str)
-# Set to "%%TOMCAT_HOME%%" by default.
-# Set the CATALINA_BASE variable for the Tomcat process
-#
-# tomcat%%TOMCAT_VERSION%%_catalina_tmpdir (str)
-# Set to "%%TOMCAT_HOME%%/temp" by default.
-# Set the CATALINA_TMPDIR variable for the Tomcat process
-#
-# tomcat%%TOMCAT_VERSION%%_stdout_log (str)
-# Set to "%%STDOUT_LOG%%" by default.
-# Set the location for the Tomcat process log (standard output)
-#
-# tomcat%%TOMCAT_VERSION%%_stderr_log (str)
-# Set to "%%STDERR_LOG%%" by default.
-# Set the location for the Tomcat process log (error output)
-#
-# tomcat%%TOMCAT_VERSION%%_stop_timeout (num)
-# Set to "10" by default.
-# Sets the timeout in seconds to allow tomcat to shutdown.
-# After the timeout has elapsed, tomcat will be killed.
-#
-# tomcat%%TOMCAT_VERSION%%_java_home (str):
-# tomcat%%TOMCAT_VERSION%%_java_vendor (str):
-# tomcat%%TOMCAT_VERSION%%_java_version (str):
-# tomcat%%TOMCAT_VERSION%%_java_os (str):
-# Specify the requirements of the Java VM to use. See javavm(1).
-#
-# tomcat%%TOMCAT_VERSION%%_classpath (str):
-# Set to "" by default.
-# Addtional classes to add to the CLASSPATH
-#
-# tomcat%%TOMCAT_VERSION%%_java_opts (str):
-# Set to "" by default.
-# Java VM args to use.
-#
-
-tomcat%%TOMCAT_VERSION%%_enable="${tomcat%%TOMCAT_VERSION%%_enable:-"NO"}"
-tomcat%%TOMCAT_VERSION%%_java_version="${tomcat%%TOMCAT_VERSION%%_java_version:-"%%JAVA_VERSION%%"}"
-tomcat%%TOMCAT_VERSION%%_user="${tomcat%%TOMCAT_VERSION%%_user:-"%%USER%%"}"
-tomcat%%TOMCAT_VERSION%%_catalina_home="${tomcat%%TOMCAT_VERSION%%_catalina_home:-"%%TOMCAT_HOME%%"}"
-tomcat%%TOMCAT_VERSION%%_catalina_base="${tomcat%%TOMCAT_VERSION%%_catalina_base:-"%%TOMCAT_HOME%%"}"
-tomcat%%TOMCAT_VERSION%%_catalina_tmpdir="${tomcat%%TOMCAT_VERSION%%_catalina_tmpdir:-"%%TOMCAT_HOME%%/temp"}"
-tomcat%%TOMCAT_VERSION%%_stdout_log="${tomcat%%TOMCAT_VERSION%%_stdout_log:-"%%STDOUT_LOG%%"}"
-tomcat%%TOMCAT_VERSION%%_stderr_log="${tomcat%%TOMCAT_VERSION%%_stderr_log:-"%%STDERR_LOG%%"}"
-tomcat%%TOMCAT_VERSION%%_stop_timeout="${tomcat%%TOMCAT_VERSION%%_stop_timeout:-"10"}"
-
-. /etc/rc.subr
-
-name="tomcat%%TOMCAT_VERSION%%"
-rcvar=`set_rcvar`
-pidfile="/var/run/%%APP_SHORTNAME%%.pid"
-
-load_rc_config "${name}"
-
-if [ -n "${tomcat%%TOMCAT_VERSION%%_java_home}" ] ; then
- export JAVA_HOME="${tomcat%%TOMCAT_VERSION%%_java_home}"
-fi
-
-if [ -n "${tomcat%%TOMCAT_VERSION%%_java_version}" ] ; then
- export JAVA_VERSION="${tomcat%%TOMCAT_VERSION%%_java_version}"
-fi
-
-if [ -n "${tomcat%%TOMCAT_VERSION%%_java_vendor}" ] ; then
- export JAVA_VENDOR="${tomcat%%TOMCAT_VERSION%%_java_vendor}"
-fi
-
-if [ -n "${tomcat%%TOMCAT_VERSION%%_java_os}" ] ; then
- export JAVA_OS="${tomcat%%TOMCAT_VERSION%%_java_os}"
-fi
-
-java_class="org.apache.catalina.startup.Bootstrap"
-java_command="%%LOCALBASE%%/bin/java \
- ${tomcat%%TOMCAT_VERSION%%_java_opts} \
- -Djava.endorsed.dirs=%%TOMCAT_HOME%%/endorsed \
- -classpath %%TOMCAT_HOME%%/%%JAR_FILE%%:${tomcat%%TOMCAT_VERSION%%_classpath} \
- -Dcatalina.base=${tomcat%%TOMCAT_VERSION%%_catalina_base} \
- -Dcatalina.home=${tomcat%%TOMCAT_VERSION%%_catalina_home} \
- -Djava.io.tmpdir=${tomcat%%TOMCAT_VERSION%%_catalina_tmpdir} \
- ${java_class}"
-
-log_args=">> ${tomcat%%TOMCAT_VERSION%%_stdout_log} \
- 2>> ${tomcat%%TOMCAT_VERSION%%_stderr_log} "
-
-required_files="${tomcat%%TOMCAT_VERSION%%_catalina_home}/conf/server.xml"
-
-command="/usr/sbin/daemon"
-flags="-p ${pidfile} ${java_command} start ${tomcat%%TOMCAT_VERSION%%_flags} ${log_args}"
-
-start_precmd="pid_touch"
-stop_cmd="tomcat_stop"
-
-pid_touch() {
- touch $pidfile
- chown $tomcat%%TOMCAT_VERSION%%_user $pidfile
-}
-
-tomcat_stop() {
- rc_pid=$(tomcat_check_pidfile $pidfile)
-
- if [ -z "$rc_pid" ]; then
- [ -n "$rc_fast" ] && return 0
- if [ -n "$pidfile" ]; then
- echo "${name} not running? (check $pidfile)."
- else
- echo "${name} not running?"
- fi
- return 1
- fi
-
- echo "Stopping ${name}."
- ${java_command} stop
- tomcat_wait_max_for_pid ${tomcat%%TOMCAT_VERSION%%_stop_timeout} ${rc_pid}
- kill -KILL ${rc_pid} 2> /dev/null && echo "Killed."
- rm -f ${pidfile}
-}
-
-tomcat_check_pidfile() {
- _pidfile=$1
- if [ -z "$_pidfile" -o -z "$_procname" ]; then
- err 3 'USAGE: check_pidfile pidfile procname [interpreter]'
- fi
- if [ ! -f $_pidfile ]; then
- debug "pid file ($_pidfile): not readable."
- return
- fi
- read _pid _junk < $_pidfile
- if [ -z "$_pid" ]; then
- debug "pid file ($_pidfile): no pid in file."
- return
- fi
- if [ -n "`%%LOCALBASE%%/bin/jps -l | grep -e "^$_pid $java_class\$"`" ]; then
- echo -n $_pid
- fi
-}
-
-tomcat_wait_max_for_pid() {
- _timeout=$1
- shift
- _pid=$1
- _prefix=
- while [ $_timeout -gt 0 ] ; do
- echo -n ${_prefix:-"Waiting (max $_timeout secs) for PIDS: "}$_pid
- _prefix=", "
- sleep 2
- kill -0 $_pid 2> /dev/null || break
- _timeout=$(($_timeout-2))
- done
- if [ -n "$_prefix" ]; then
- echo "."
- fi
-}
-
-run_rc_command "$1"
diff --git a/www/tomcat7/pkg-descr b/www/tomcat7/pkg-descr
deleted file mode 100644
index 1d2f9b1b3582..000000000000
--- a/www/tomcat7/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Apache Tomcat is a web server written in 100% Pure Java.
-
-Apache Tomcat version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1
-specifications from the Java Community Process, and includes many additional
-features that make it a useful platform for developing and deploying web
-applications and web services.
-
-WWW: http://tomcat.apache.org/
-
-- Alex Dupre
-ale@FreeBSD.org
diff --git a/www/tomcat7/pkg-plist b/www/tomcat7/pkg-plist
deleted file mode 100644
index f34ad78f657f..000000000000
--- a/www/tomcat7/pkg-plist
+++ /dev/null
@@ -1,589 +0,0 @@
-@stopdaemon tomcat6
-%%T%%/LICENSE
-%%T%%/NOTICE
-%%T%%/RELEASE-NOTES
-%%T%%/RUNNING.txt
-%%T%%/bin/bootstrap.jar
-%%T%%/bin/catalina-tasks.xml
-%%T%%/bin/catalina.sh
-%%T%%/bin/commons-daemon.jar
-%%T%%/bin/digest.sh
-%%T%%/bin/jsvc.tar.gz
-%%T%%/bin/setclasspath.sh
-%%T%%/bin/shutdown.sh
-%%T%%/bin/startup.sh
-%%T%%/bin/tomcat-juli.jar
-%%T%%/bin/tomcat-native.tar.gz
-%%T%%/bin/tool-wrapper.sh
-%%T%%/bin/version.sh
-@unexec if cmp -s %D/%%T%%/conf/catalina.policy %D/%%T%%/conf/catalina.policy.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/catalina.policy; fi
-%%T%%/conf/catalina.policy.%%CONF_EXT%%
-@exec [ -f %D/%%T%%/conf/catalina.policy ] || cp %D/%%T%%/conf/catalina.policy.%%CONF_EXT%% %D/%%T%%/conf/catalina.policy
-@unexec if cmp -s %D/%%T%%/conf/catalina.properties %D/%%T%%/conf/catalina.properties.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/catalina.properties; fi
-%%T%%/conf/catalina.properties.%%CONF_EXT%%
-@exec [ -f %D/%%T%%/conf/catalina.properties ] || cp %D/%%T%%/conf/catalina.properties.%%CONF_EXT%% %D/%%T%%/conf/catalina.properties
-@unexec if cmp -s %D/%%T%%/conf/context.xml %D/%%T%%/conf/context.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/context.xml; else fi
-%%T%%/conf/context.xml.%%CONF_EXT%%
-@exec [ -f %D/%%T%%/conf/context.xml ] || cp %D/%%T%%/conf/context.xml.%%CONF_EXT%% %D/%%T%%/conf/context.xml
-@unexec if cmp -s %D/%%T%%/conf/logging.properties %D/%%T%%/conf/logging.properties.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/logging.properties; fi
-%%T%%/conf/logging.properties.%%CONF_EXT%%
-@exec [ -f %D/%%T%%/conf/logging.properties ] || cp %D/%%T%%/conf/logging.properties.%%CONF_EXT%% %D/%%T%%/conf/logging.properties
-@unexec if cmp -s %D/%%T%%/conf/server.xml %D/%%T%%/conf/server.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/server.xml; fi
-%%T%%/conf/server.xml.%%CONF_EXT%%
-@exec [ -f %D/%%T%%/conf/server.xml ] || cp %D/%%T%%/conf/server.xml.%%CONF_EXT%% %D/%%T%%/conf/server.xml
-@unexec if cmp -s %D/%%T%%/conf/tomcat-users.xml %D/%%T%%/conf/tomcat-users.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/tomcat-users.xml; fi
-%%T%%/conf/tomcat-users.xml.%%CONF_EXT%%
-@exec [ -f %D/%%T%%/conf/tomcat-users.xml ] || cp %D/%%T%%/conf/tomcat-users.xml.%%CONF_EXT%% %D/%%T%%/conf/tomcat-users.xml
-@unexec if cmp -s %D/%%T%%/conf/web.xml %D/%%T%%/conf/web.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/web.xml; fi
-%%T%%/conf/web.xml.%%CONF_EXT%%
-@exec [ -f %D/%%T%%/conf/web.xml ] || cp %D/%%T%%/conf/web.xml.%%CONF_EXT%% %D/%%T%%/conf/web.xml
-%%T%%/lib/annotations-api.jar
-%%T%%/lib/catalina-ant.jar
-%%T%%/lib/catalina-ha.jar
-%%T%%/lib/catalina-tribes.jar
-%%T%%/lib/catalina.jar
-%%T%%/lib/el-api.jar
-%%T%%/lib/jasper-el.jar
-%%T%%/lib/jasper-jdt.jar
-%%T%%/lib/jasper.jar
-%%T%%/lib/jsp-api.jar
-%%T%%/lib/servlet-api.jar
-%%T%%/lib/tomcat-coyote.jar
-%%T%%/lib/tomcat-dbcp.jar
-%%T%%/lib/tomcat-i18n-es.jar
-%%T%%/lib/tomcat-i18n-fr.jar
-%%T%%/lib/tomcat-i18n-ja.jar
-%%T%%/lib/tools.jar
-%%T%%/temp/safeToDelete.tmp
-%%T%%/webapps/ROOT/RELEASE-NOTES.txt
-%%T%%/webapps/ROOT/WEB-INF/web.xml
-%%T%%/webapps/ROOT/asf-logo-wide.gif
-%%T%%/webapps/ROOT/build.xml
-%%T%%/webapps/ROOT/favicon.ico
-%%T%%/webapps/ROOT/index.html
-%%T%%/webapps/ROOT/index.jsp
-%%T%%/webapps/ROOT/tomcat-power.gif
-%%T%%/webapps/ROOT/tomcat.gif
-%%T%%/webapps/ROOT/tomcat.svg
-%%T%%/webapps/docs/BUILDING.txt
-%%T%%/webapps/docs/RELEASE-NOTES.txt
-%%T%%/webapps/docs/RUNNING.txt
-%%T%%/webapps/docs/WEB-INF/web.xml
-%%T%%/webapps/docs/aio.html
-%%T%%/webapps/docs/api/index.html
-%%T%%/webapps/docs/appdev/build.xml.txt
-%%T%%/webapps/docs/appdev/deployment.html
-%%T%%/webapps/docs/appdev/index.html
-%%T%%/webapps/docs/appdev/installation.html
-%%T%%/webapps/docs/appdev/introduction.html
-%%T%%/webapps/docs/appdev/processes.html
-%%T%%/webapps/docs/appdev/sample/build.xml
-%%T%%/webapps/docs/appdev/sample/docs/README.txt
-%%T%%/webapps/docs/appdev/sample/index.html
-%%T%%/webapps/docs/appdev/sample/sample.war
-%%T%%/webapps/docs/appdev/sample/src/mypackage/Hello.java
-%%T%%/webapps/docs/appdev/sample/web/WEB-INF/web.xml
-%%T%%/webapps/docs/appdev/sample/web/hello.jsp
-%%T%%/webapps/docs/appdev/sample/web/images/tomcat.gif
-%%T%%/webapps/docs/appdev/sample/web/index.html
-%%T%%/webapps/docs/appdev/source.html
-%%T%%/webapps/docs/appdev/web.xml.txt
-%%T%%/webapps/docs/apr.html
-%%T%%/webapps/docs/architecture/index.html
-%%T%%/webapps/docs/architecture/overview.html
-%%T%%/webapps/docs/architecture/requestProcess/requestProcess.pdf
-%%T%%/webapps/docs/architecture/requestProcess/roseModel.mdl
-%%T%%/webapps/docs/architecture/requestProcess.html
-%%T%%/webapps/docs/architecture/startup/serverStartup.pdf
-%%T%%/webapps/docs/architecture/startup/serverStartup.txt
-%%T%%/webapps/docs/architecture/startup.html
-%%T%%/webapps/docs/balancer-howto.html
-%%T%%/webapps/docs/building.html
-%%T%%/webapps/docs/cgi-howto.html
-%%T%%/webapps/docs/changelog.html
-%%T%%/webapps/docs/class-loader-howto.html
-%%T%%/webapps/docs/cluster-howto.html
-%%T%%/webapps/docs/config/ajp.html
-%%T%%/webapps/docs/config/cluster-channel.html
-%%T%%/webapps/docs/config/cluster-deployer.html
-%%T%%/webapps/docs/config/cluster-interceptor.html
-%%T%%/webapps/docs/config/cluster-listener.html
-%%T%%/webapps/docs/config/cluster-manager.html
-%%T%%/webapps/docs/config/cluster-membership.html
-%%T%%/webapps/docs/config/cluster-receiver.html
-%%T%%/webapps/docs/config/cluster-sender.html
-%%T%%/webapps/docs/config/cluster-valve.html
-%%T%%/webapps/docs/config/cluster.html
-%%T%%/webapps/docs/config/context.html
-%%T%%/webapps/docs/config/engine.html
-%%T%%/webapps/docs/config/executor.html
-%%T%%/webapps/docs/config/globalresources.html
-%%T%%/webapps/docs/config/host.html
-%%T%%/webapps/docs/config/http.html
-%%T%%/webapps/docs/config/index.html
-%%T%%/webapps/docs/config/listeners.html
-%%T%%/webapps/docs/config/loader.html
-%%T%%/webapps/docs/config/manager.html
-%%T%%/webapps/docs/config/realm.html
-%%T%%/webapps/docs/config/resources.html
-%%T%%/webapps/docs/config/server.html
-%%T%%/webapps/docs/config/service.html
-%%T%%/webapps/docs/config/systemprops.html
-%%T%%/webapps/docs/config/valve.html
-%%T%%/webapps/docs/connectors.html
-%%T%%/webapps/docs/default-servlet.html
-%%T%%/webapps/docs/deployer-howto.html
-%%T%%/webapps/docs/developers.html
-%%T%%/webapps/docs/extras.html
-%%T%%/webapps/docs/funcspecs/fs-admin-apps.html
-%%T%%/webapps/docs/funcspecs/fs-admin-objects.html
-%%T%%/webapps/docs/funcspecs/fs-admin-opers.html
-%%T%%/webapps/docs/funcspecs/fs-default.html
-%%T%%/webapps/docs/funcspecs/fs-invoker.html
-%%T%%/webapps/docs/funcspecs/fs-jdbc-realm.html
-%%T%%/webapps/docs/funcspecs/fs-jndi-realm.html
-%%T%%/webapps/docs/funcspecs/fs-memory-realm.html
-%%T%%/webapps/docs/funcspecs/index.html
-%%T%%/webapps/docs/funcspecs/mbean-names.html
-%%T%%/webapps/docs/html-manager-howto.html
-%%T%%/webapps/docs/images/add.gif
-%%T%%/webapps/docs/images/asf-logo.gif
-%%T%%/webapps/docs/images/code.gif
-%%T%%/webapps/docs/images/design.gif
-%%T%%/webapps/docs/images/docs.gif
-%%T%%/webapps/docs/images/fix.gif
-%%T%%/webapps/docs/images/printer.gif
-%%T%%/webapps/docs/images/tomcat.gif
-%%T%%/webapps/docs/images/tomcat.svg
-%%T%%/webapps/docs/images/update.gif
-%%T%%/webapps/docs/images/void.gif
-%%T%%/webapps/docs/index.html
-%%T%%/webapps/docs/introduction.html
-%%T%%/webapps/docs/jasper-howto.html
-%%T%%/webapps/docs/jndi-datasource-examples-howto.html
-%%T%%/webapps/docs/jndi-resources-howto.html
-%%T%%/webapps/docs/logging.html
-%%T%%/webapps/docs/manager-howto.html
-%%T%%/webapps/docs/maven-jars.html
-%%T%%/webapps/docs/mbeans-descriptor-howto.html
-%%T%%/webapps/docs/monitoring.html
-%%T%%/webapps/docs/proxy-howto.html
-%%T%%/webapps/docs/realm-howto.html
-%%T%%/webapps/docs/security-manager-howto.html
-%%T%%/webapps/docs/setup.html
-%%T%%/webapps/docs/ssi-howto.html
-%%T%%/webapps/docs/ssl-howto.html
-%%T%%/webapps/docs/tribes/faq.html
-%%T%%/webapps/docs/tribes/introduction.html
-%%T%%/webapps/docs/tribes/setup.html
-%%T%%/webapps/docs/virtual-hosting-howto.html
-%%T%%/webapps/docs/windows-service-howto.html
-%%T%%/webapps/examples/WEB-INF/classes/CookieExample.class
-%%T%%/webapps/examples/WEB-INF/classes/CookieExample.java
-%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.class
-%%T%%/webapps/examples/WEB-INF/classes/HelloWorldExample.java
-%%T%%/webapps/examples/WEB-INF/classes/LocalStrings.properties
-%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_en.properties
-%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_es.properties
-%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_fr.properties
-%%T%%/webapps/examples/WEB-INF/classes/LocalStrings_pt.properties
-%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.class
-%%T%%/webapps/examples/WEB-INF/classes/RequestHeaderExample.java
-%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.class
-%%T%%/webapps/examples/WEB-INF/classes/RequestInfoExample.java
-%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.class
-%%T%%/webapps/examples/WEB-INF/classes/RequestParamExample.java
-%%T%%/webapps/examples/WEB-INF/classes/SessionExample.class
-%%T%%/webapps/examples/WEB-INF/classes/SessionExample.java
-%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.class
-%%T%%/webapps/examples/WEB-INF/classes/cal/Entries.java
-%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.class
-%%T%%/webapps/examples/WEB-INF/classes/cal/Entry.java
-%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.class
-%%T%%/webapps/examples/WEB-INF/classes/cal/JspCalendar.java
-%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.class
-%%T%%/webapps/examples/WEB-INF/classes/cal/TableBean.java
-%%T%%/webapps/examples/WEB-INF/classes/chat/ChatServlet$MessageSender.class
-%%T%%/webapps/examples/WEB-INF/classes/chat/ChatServlet.class
-%%T%%/webapps/examples/WEB-INF/classes/chat/ChatServlet.java
-%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class
-%%T%%/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java
-%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class
-%%T%%/webapps/examples/WEB-INF/classes/colors/ColorGameBean.java
-%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class
-%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java
-%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class
-%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java
-%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class
-%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java
-%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class
-%%T%%/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java
-%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.class
-%%T%%/webapps/examples/WEB-INF/classes/dates/JspCalendar.java
-%%T%%/webapps/examples/WEB-INF/classes/error/Smart.class
-%%T%%/webapps/examples/WEB-INF/classes/error/Smart.java
-%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class
-%%T%%/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.java
-%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.class
-%%T%%/webapps/examples/WEB-INF/classes/examples/FooTag.java
-%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class
-%%T%%/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.java
-%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.class
-%%T%%/webapps/examples/WEB-INF/classes/examples/LogTag.java
-%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.class
-%%T%%/webapps/examples/WEB-INF/classes/examples/ShowSource.java
-%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class
-%%T%%/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java
-%%T%%/webapps/examples/WEB-INF/classes/filters/RequestDumperFilter.class
-%%T%%/webapps/examples/WEB-INF/classes/filters/RequestDumperFilter.java
-%%T%%/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.class
-%%T%%/webapps/examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.java
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.java
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.java
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.java
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.java
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class
-%%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.java
-%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.class
-%%T%%/webapps/examples/WEB-INF/classes/listeners/ContextListener.java
-%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.class
-%%T%%/webapps/examples/WEB-INF/classes/listeners/SessionListener.java
-%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class
-%%T%%/webapps/examples/WEB-INF/classes/num/NumberGuessBean.java
-%%T%%/webapps/examples/WEB-INF/classes/servletToJsp.class
-%%T%%/webapps/examples/WEB-INF/classes/servletToJsp.java
-%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.class
-%%T%%/webapps/examples/WEB-INF/classes/sessions/DummyCart.java
-%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.class
-%%T%%/webapps/examples/WEB-INF/classes/util/HTMLFilter.java
-%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.class
-%%T%%/webapps/examples/WEB-INF/classes/validators/DebugValidator.java
-%%T%%/webapps/examples/WEB-INF/jsp/applet/Clock2.java
-%%T%%/webapps/examples/WEB-INF/jsp/debug-taglib.tld
-%%T%%/webapps/examples/WEB-INF/jsp/example-taglib.tld
-%%T%%/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld
-%%T%%/webapps/examples/WEB-INF/lib/jstl.jar
-%%T%%/webapps/examples/WEB-INF/lib/standard.jar
-%%T%%/webapps/examples/WEB-INF/tags/displayProducts.tag
-%%T%%/webapps/examples/WEB-INF/tags/helloWorld.tag
-%%T%%/webapps/examples/WEB-INF/tags/panel.tag
-%%T%%/webapps/examples/WEB-INF/tags/xhtmlbasic.tag
-%%T%%/webapps/examples/WEB-INF/web.xml
-%%T%%/webapps/examples/index.html
-%%T%%/webapps/examples/jsp/cal/Entries.java.html
-%%T%%/webapps/examples/jsp/cal/Entry.java.html
-%%T%%/webapps/examples/jsp/cal/JspCalendar.java.html
-%%T%%/webapps/examples/jsp/cal/TableBean.java.html
-%%T%%/webapps/examples/jsp/cal/cal1.jsp
-%%T%%/webapps/examples/jsp/cal/cal1.jsp.html
-%%T%%/webapps/examples/jsp/cal/cal2.jsp
-%%T%%/webapps/examples/jsp/cal/cal2.jsp.html
-%%T%%/webapps/examples/jsp/cal/calendar.html
-%%T%%/webapps/examples/jsp/cal/login.html
-%%T%%/webapps/examples/jsp/chat/chat.jsp
-%%T%%/webapps/examples/jsp/chat/chat.jsp.html
-%%T%%/webapps/examples/jsp/chat/login.jsp
-%%T%%/webapps/examples/jsp/chat/login.jsp.html
-%%T%%/webapps/examples/jsp/chat/post.jsp
-%%T%%/webapps/examples/jsp/chat/post.jsp.html
-%%T%%/webapps/examples/jsp/checkbox/CheckTest.html
-%%T%%/webapps/examples/jsp/checkbox/check.html
-%%T%%/webapps/examples/jsp/checkbox/checkresult.jsp
-%%T%%/webapps/examples/jsp/checkbox/checkresult.jsp.html
-%%T%%/webapps/examples/jsp/checkbox/cresult.html
-%%T%%/webapps/examples/jsp/colors/ColorGameBean.html
-%%T%%/webapps/examples/jsp/colors/clr.html
-%%T%%/webapps/examples/jsp/colors/colors.html
-%%T%%/webapps/examples/jsp/colors/colrs.jsp
-%%T%%/webapps/examples/jsp/colors/colrs.jsp.html
-%%T%%/webapps/examples/jsp/dates/date.html
-%%T%%/webapps/examples/jsp/dates/date.jsp
-%%T%%/webapps/examples/jsp/dates/date.jsp.html
-%%T%%/webapps/examples/jsp/error/er.html
-%%T%%/webapps/examples/jsp/error/err.jsp
-%%T%%/webapps/examples/jsp/error/err.jsp.html
-%%T%%/webapps/examples/jsp/error/error.html
-%%T%%/webapps/examples/jsp/error/errorpge.jsp
-%%T%%/webapps/examples/jsp/error/errorpge.jsp.html
-%%T%%/webapps/examples/jsp/forward/forward.jsp
-%%T%%/webapps/examples/jsp/forward/forward.jsp.html
-%%T%%/webapps/examples/jsp/forward/fwd.html
-%%T%%/webapps/examples/jsp/forward/one.jsp
-%%T%%/webapps/examples/jsp/forward/one.jsp.html
-%%T%%/webapps/examples/jsp/forward/two.html
-%%T%%/webapps/examples/jsp/images/code.gif
-%%T%%/webapps/examples/jsp/images/execute.gif
-%%T%%/webapps/examples/jsp/images/read.gif
-%%T%%/webapps/examples/jsp/images/return.gif
-%%T%%/webapps/examples/jsp/include/foo.html
-%%T%%/webapps/examples/jsp/include/foo.jsp
-%%T%%/webapps/examples/jsp/include/foo.jsp.html
-%%T%%/webapps/examples/jsp/include/inc.html
-%%T%%/webapps/examples/jsp/include/include.jsp
-%%T%%/webapps/examples/jsp/include/include.jsp.html
-%%T%%/webapps/examples/jsp/index.html
-%%T%%/webapps/examples/jsp/jsp2/el/Functions.java.html
-%%T%%/webapps/examples/jsp/jsp2/el/basic-arithmetic.html
-%%T%%/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp
-%%T%%/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/el/basic-comparisons.html
-%%T%%/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp
-%%T%%/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/el/functions.html
-%%T%%/webapps/examples/jsp/jsp2/el/functions.jsp
-%%T%%/webapps/examples/jsp/jsp2/el/functions.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/el/implicit-objects.html
-%%T%%/webapps/examples/jsp/jsp2/el/implicit-objects.jsp
-%%T%%/webapps/examples/jsp/jsp2/el/implicit-objects.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/FooBean.java.html
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/HelloWorldSimpleTag.java.html
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/ShuffleSimpleTag.java.html
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/TileSimpleTag.java.html
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/jspattribute.html
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/shuffle.html
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp
-%%T%%/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/jspx/basic.html
-%%T%%/webapps/examples/jsp/jsp2/jspx/basic.jspx
-%%T%%/webapps/examples/jsp/jsp2/jspx/basic.jspx.html
-%%T%%/webapps/examples/jsp/jsp2/jspx/svgexample.html
-%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.html
-%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.jpg
-%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.jspx
-%%T%%/webapps/examples/jsp/jsp2/jspx/textRotate.jspx.html
-%%T%%/webapps/examples/jsp/jsp2/misc/EchoAttributesTag.java.html
-%%T%%/webapps/examples/jsp/jsp2/misc/coda.jspf
-%%T%%/webapps/examples/jsp/jsp2/misc/coda.jspf.html
-%%T%%/webapps/examples/jsp/jsp2/misc/config.html
-%%T%%/webapps/examples/jsp/jsp2/misc/config.jsp
-%%T%%/webapps/examples/jsp/jsp2/misc/config.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/misc/dynamicattrs.html
-%%T%%/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp
-%%T%%/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/misc/prelude.jspf
-%%T%%/webapps/examples/jsp/jsp2/misc/prelude.jspf.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/BookBean.java.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/FindBookSimpleTag.java.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/Functions.java.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/HelloWorldSimpleTag.java.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/RepeatSimpleTag.java.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/book.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/book.jsp
-%%T%%/webapps/examples/jsp/jsp2/simpletag/book.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/hello.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/hello.jsp
-%%T%%/webapps/examples/jsp/jsp2/simpletag/hello.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/repeat.html
-%%T%%/webapps/examples/jsp/jsp2/simpletag/repeat.jsp
-%%T%%/webapps/examples/jsp/jsp2/simpletag/repeat.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/displayProducts.tag.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/hello.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/hello.jsp
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/hello.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/helloWorld.tag.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.jsp
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/panel.tag.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/products.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/products.jsp
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/products.jsp.html
-%%T%%/webapps/examples/jsp/jsp2/tagfiles/xhtmlbasic.tag.html
-%%T%%/webapps/examples/jsp/jsptoserv/hello.jsp
-%%T%%/webapps/examples/jsp/jsptoserv/hello.jsp.html
-%%T%%/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp
-%%T%%/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp.html
-%%T%%/webapps/examples/jsp/jsptoserv/jts.html
-%%T%%/webapps/examples/jsp/jsptoserv/servletToJsp.java.html
-%%T%%/webapps/examples/jsp/num/numguess.html
-%%T%%/webapps/examples/jsp/num/numguess.jsp
-%%T%%/webapps/examples/jsp/num/numguess.jsp.html
-%%T%%/webapps/examples/jsp/plugin/applet/Clock2.class
-%%T%%/webapps/examples/jsp/plugin/applet/Clock2.java
-%%T%%/webapps/examples/jsp/plugin/plugin.html
-%%T%%/webapps/examples/jsp/plugin/plugin.jsp
-%%T%%/webapps/examples/jsp/plugin/plugin.jsp.html
-%%T%%/webapps/examples/jsp/security/protected/error.jsp
-%%T%%/webapps/examples/jsp/security/protected/error.jsp.html
-%%T%%/webapps/examples/jsp/security/protected/index.jsp
-%%T%%/webapps/examples/jsp/security/protected/index.jsp.html
-%%T%%/webapps/examples/jsp/security/protected/login.jsp
-%%T%%/webapps/examples/jsp/security/protected/login.jsp.html
-%%T%%/webapps/examples/jsp/sessions/DummyCart.html
-%%T%%/webapps/examples/jsp/sessions/carts.html
-%%T%%/webapps/examples/jsp/sessions/carts.jsp
-%%T%%/webapps/examples/jsp/sessions/carts.jsp.html
-%%T%%/webapps/examples/jsp/sessions/crt.html
-%%T%%/webapps/examples/jsp/simpletag/foo.html
-%%T%%/webapps/examples/jsp/simpletag/foo.jsp
-%%T%%/webapps/examples/jsp/simpletag/foo.jsp.html
-%%T%%/webapps/examples/jsp/snp/snoop.html
-%%T%%/webapps/examples/jsp/snp/snoop.jsp
-%%T%%/webapps/examples/jsp/snp/snoop.jsp.html
-%%T%%/webapps/examples/jsp/source.jsp
-%%T%%/webapps/examples/jsp/source.jsp.html
-%%T%%/webapps/examples/jsp/tagplugin/choose.html
-%%T%%/webapps/examples/jsp/tagplugin/choose.jsp
-%%T%%/webapps/examples/jsp/tagplugin/choose.jsp.html
-%%T%%/webapps/examples/jsp/tagplugin/foreach.html
-%%T%%/webapps/examples/jsp/tagplugin/foreach.jsp
-%%T%%/webapps/examples/jsp/tagplugin/foreach.jsp.html
-%%T%%/webapps/examples/jsp/tagplugin/howto.html
-%%T%%/webapps/examples/jsp/tagplugin/if.html
-%%T%%/webapps/examples/jsp/tagplugin/if.jsp
-%%T%%/webapps/examples/jsp/tagplugin/if.jsp.html
-%%T%%/webapps/examples/jsp/tagplugin/notes.html
-%%T%%/webapps/examples/jsp/xml/xml.html
-%%T%%/webapps/examples/jsp/xml/xml.jsp
-%%T%%/webapps/examples/jsp/xml/xml.jsp.html
-%%T%%/webapps/examples/servlets/cookies.html
-%%T%%/webapps/examples/servlets/helloworld.html
-%%T%%/webapps/examples/servlets/images/code.gif
-%%T%%/webapps/examples/servlets/images/execute.gif
-%%T%%/webapps/examples/servlets/images/return.gif
-%%T%%/webapps/examples/servlets/index.html
-%%T%%/webapps/examples/servlets/reqheaders.html
-%%T%%/webapps/examples/servlets/reqinfo.html
-%%T%%/webapps/examples/servlets/reqparams.html
-%%T%%/webapps/examples/servlets/sessions.html
-%%T%%/webapps/host-manager/META-INF/context.xml
-%%T%%/webapps/host-manager/WEB-INF/web.xml
-%%T%%/webapps/host-manager/images/add.gif
-%%T%%/webapps/host-manager/images/asf-logo.gif
-%%T%%/webapps/host-manager/images/code.gif
-%%T%%/webapps/host-manager/images/design.gif
-%%T%%/webapps/host-manager/images/docs.gif
-%%T%%/webapps/host-manager/images/fix.gif
-%%T%%/webapps/host-manager/images/tomcat.gif
-%%T%%/webapps/host-manager/images/update.gif
-%%T%%/webapps/host-manager/images/void.gif
-%%T%%/webapps/host-manager/manager.xml
-%%T%%/webapps/manager/401.jsp
-%%T%%/webapps/manager/META-INF/context.xml
-%%T%%/webapps/manager/WEB-INF/jsp/sessionDetail.jsp
-%%T%%/webapps/manager/WEB-INF/jsp/sessionsList.jsp
-%%T%%/webapps/manager/WEB-INF/web.xml
-%%T%%/webapps/manager/images/add.gif
-%%T%%/webapps/manager/images/asf-logo.gif
-%%T%%/webapps/manager/images/code.gif
-%%T%%/webapps/manager/images/design.gif
-%%T%%/webapps/manager/images/docs.gif
-%%T%%/webapps/manager/images/fix.gif
-%%T%%/webapps/manager/images/tomcat.gif
-%%T%%/webapps/manager/images/update.gif
-%%T%%/webapps/manager/images/void.gif
-%%T%%/webapps/manager/status.xsd
-%%T%%/webapps/manager/xform.xsl
-@exec mkdir %D/%%T%%/endorsed 2>/dev/null || true
-@exec mkdir %D/%%T%%/logs 2>/dev/null || true
-@exec mkdir %D/%%T%%/work 2>/dev/null || true
-@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%T%%/conf %D/%%T%%/logs %D/%%T%%/temp %D/%%T%%/webapps %D/%%T%%/work
-@dirrmtry %%T%%/work
-@dirrm %%T%%/webapps/manager/images
-@dirrm %%T%%/webapps/manager/WEB-INF/jsp
-@dirrm %%T%%/webapps/manager/WEB-INF
-@dirrm %%T%%/webapps/manager/META-INF
-@dirrm %%T%%/webapps/manager
-@dirrm %%T%%/webapps/host-manager/images
-@dirrm %%T%%/webapps/host-manager/WEB-INF
-@dirrm %%T%%/webapps/host-manager/META-INF
-@dirrm %%T%%/webapps/host-manager
-@dirrm %%T%%/webapps/examples/servlets/images
-@dirrm %%T%%/webapps/examples/servlets
-@dirrm %%T%%/webapps/examples/jsp/xml
-@dirrm %%T%%/webapps/examples/jsp/tagplugin
-@dirrm %%T%%/webapps/examples/jsp/snp
-@dirrm %%T%%/webapps/examples/jsp/simpletag
-@dirrm %%T%%/webapps/examples/jsp/sessions
-@dirrm %%T%%/webapps/examples/jsp/security/protected
-@dirrm %%T%%/webapps/examples/jsp/security
-@dirrm %%T%%/webapps/examples/jsp/plugin/applet
-@dirrm %%T%%/webapps/examples/jsp/plugin
-@dirrm %%T%%/webapps/examples/jsp/num
-@dirrm %%T%%/webapps/examples/jsp/jsptoserv
-@dirrm %%T%%/webapps/examples/jsp/jsp2/tagfiles
-@dirrm %%T%%/webapps/examples/jsp/jsp2/simpletag
-@dirrm %%T%%/webapps/examples/jsp/jsp2/misc
-@dirrm %%T%%/webapps/examples/jsp/jsp2/jspx
-@dirrm %%T%%/webapps/examples/jsp/jsp2/jspattribute
-@dirrm %%T%%/webapps/examples/jsp/jsp2/el
-@dirrm %%T%%/webapps/examples/jsp/jsp2
-@dirrm %%T%%/webapps/examples/jsp/include
-@dirrm %%T%%/webapps/examples/jsp/images
-@dirrm %%T%%/webapps/examples/jsp/forward
-@dirrm %%T%%/webapps/examples/jsp/error
-@dirrm %%T%%/webapps/examples/jsp/dates
-@dirrm %%T%%/webapps/examples/jsp/colors
-@dirrm %%T%%/webapps/examples/jsp/checkbox
-@dirrm %%T%%/webapps/examples/jsp/chat
-@dirrm %%T%%/webapps/examples/jsp/cal
-@dirrm %%T%%/webapps/examples/jsp
-@dirrm %%T%%/webapps/examples/WEB-INF/tags
-@dirrm %%T%%/webapps/examples/WEB-INF/lib
-@dirrm %%T%%/webapps/examples/WEB-INF/jsp2
-@dirrm %%T%%/webapps/examples/WEB-INF/jsp/applet
-@dirrm %%T%%/webapps/examples/WEB-INF/jsp
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/validators
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/util
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/sessions
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/num
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/listeners
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/jsp2/examples/el
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/jsp2/examples
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/jsp2
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/filters
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/examples
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/error
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/dates
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/compressionFilters
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/colors
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/checkbox
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/chat
-@dirrm %%T%%/webapps/examples/WEB-INF/classes/cal
-@dirrm %%T%%/webapps/examples/WEB-INF/classes
-@dirrm %%T%%/webapps/examples/WEB-INF
-@dirrm %%T%%/webapps/examples
-@dirrm %%T%%/webapps/docs/tribes
-@dirrm %%T%%/webapps/docs/images
-@dirrm %%T%%/webapps/docs/funcspecs
-@dirrm %%T%%/webapps/docs/config
-@dirrm %%T%%/webapps/docs/architecture/startup
-@dirrm %%T%%/webapps/docs/architecture/requestProcess
-@dirrm %%T%%/webapps/docs/architecture
-@dirrm %%T%%/webapps/docs/appdev/sample/web/images
-@dirrm %%T%%/webapps/docs/appdev/sample/web/WEB-INF
-@dirrm %%T%%/webapps/docs/appdev/sample/web
-@dirrm %%T%%/webapps/docs/appdev/sample/src/mypackage
-@dirrm %%T%%/webapps/docs/appdev/sample/src
-@dirrm %%T%%/webapps/docs/appdev/sample/docs
-@dirrm %%T%%/webapps/docs/appdev/sample
-@dirrm %%T%%/webapps/docs/appdev
-@dirrm %%T%%/webapps/docs/api
-@dirrm %%T%%/webapps/docs/WEB-INF
-@dirrm %%T%%/webapps/docs
-@dirrm %%T%%/webapps/ROOT/WEB-INF
-@dirrm %%T%%/webapps/ROOT
-@dirrm %%T%%/webapps
-@dirrm %%T%%/temp
-@dirrmtry %%T%%/logs
-@dirrm %%T%%/lib
-@dirrmtry %%T%%/endorsed
-@dirrmtry %%T%%/conf
-@dirrm %%T%%/bin
-@dirrmtry %%T%%
-@unexec [ ! -d %D/%%T%% ] || echo If permanently deleting this package, %D/%%T%% must be removed manually