[csw-devel] SF.net SVN: gar:[17233] csw/mgar/pkg/tomcat5/trunk

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Mon Feb 27 16:27:13 CET 2012


Revision: 17233
          http://gar.svn.sourceforge.net/gar/?rev=17233&view=rev
Author:   janholzh
Date:     2012-02-27 15:27:13 +0000 (Mon, 27 Feb 2012)
Log Message:
-----------
tomcat5/trunk: update to 5.5.35 fix some problems

Modified Paths:
--------------
    csw/mgar/pkg/tomcat5/trunk/Makefile
    csw/mgar/pkg/tomcat5/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/tomcat5/trunk/files/LICENSE
    csw/mgar/pkg/tomcat5/trunk/files/cswusergroup

Removed Paths:
-------------
    csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.depend
    csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.gspec
    csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.prototype
    csw/mgar/pkg/tomcat5/trunk/files/checkinstall
    csw/mgar/pkg/tomcat5/trunk/files/i.smfno
    csw/mgar/pkg/tomcat5/trunk/files/i.smfyes
    csw/mgar/pkg/tomcat5/trunk/files/postinstall
    csw/mgar/pkg/tomcat5/trunk/files/preinstall
    csw/mgar/pkg/tomcat5/trunk/files/preremove
    csw/mgar/pkg/tomcat5/trunk/files/prototype
    csw/mgar/pkg/tomcat5/trunk/files/space
    csw/mgar/pkg/tomcat5/trunk/files/svc-tomcat5
    csw/mgar/pkg/tomcat5/trunk/files/tomcat5
    csw/mgar/pkg/tomcat5/trunk/files/tomcat5.xml

Modified: csw/mgar/pkg/tomcat5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tomcat5/trunk/Makefile	2012-02-27 15:22:16 UTC (rev 17232)
+++ csw/mgar/pkg/tomcat5/trunk/Makefile	2012-02-27 15:27:13 UTC (rev 17233)
@@ -1,29 +1,90 @@
 NAME      = tomcat5
-VERSION   = 5.5.27
-GARTYPE = v1
+VERSION   = 5.5.35
 CATEGORIES   = server
+GARTYPE = v2
 
 DESCRIPTION  =  Apache Jakarta Tomcat 5.5 Servlet/JSP Container
 define BLURB
 Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.
 endef
 
-UPSTREAM_MASTER_SITES  =  http://mir2.ovh.net/ftp.apache.org/dist/jakarta/tomcat-5/
+VENDOR_URL = http://tomcat.apache.org/
 MASTER_SITES  =  http://mir2.ovh.net/ftp.apache.org/dist/jakarta/tomcat-5/v$(VERSION)/bin/
+UPSTREAM_MASTER_SITES  =  http://mir2.ovh.net/ftp.apache.org/dist/jakarta/tomcat-5/v$(VERSION)/bin/
 DISTFILES     = apache-tomcat-$(VERSION).tar.gz
 PKGDIST       = apache-tomcat-$(VERSION).tar.gz
-DISTFILES    += CSWtomcat5.gspec CSWtomcat5.prototype CSWtomcat5.depend preremove postinstall preinstall checkinstall space i.smfno i.smfyes svc-tomcat5 tomcat5.xml tomcat5 cswtomcat5
-# DISTFILES    += $(call admfiles, CSWtomcat5, depend )
+DISTFILES    += cswusergroup
+DISTFILES    += cswtomcat5
+DISTFILES    += LICENSE
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = v(\d+(?:\.\d+)*)
 
+PACKAGES = CSWtomcat5
+CATALOGNAME = tomcat5
+LICENSE = LICENSE
+ARCHALL = 1
+
 CONFIGURE_SCRIPTS = none
 BUILD_SCRIPTS     = none
 TEST_SCRIPTS	  = none
 INSTALL_SCRIPTS   = tomcat
 prefix            = /
 
+INITSMF = /etc/opt/csw/init.d/csw$(NAME)
+USERGROUP = /etc/opt/csw/pkg/$(NAME)/cswusergroup
+
+#PRESERVECONF = /etc/opt/csw/$(NAME)/conf/.*
+PRESERVECONF = /etc/opt/csw/$(NAME)/conf/catalina.policy
+PRESERVECONF += /etc/opt/csw/$(NAME)/conf/catalina.properties
+PRESERVECONF += /etc/opt/csw/$(NAME)/conf/Catalina/localhost/host-manager.xml
+PRESERVECONF += /etc/opt/csw/$(NAME)/conf/Catalina/localhost/manager.xml
+PRESERVECONF += /etc/opt/csw/$(NAME)/conf/context.xml
+PRESERVECONF += /etc/opt/csw/$(NAME)/conf/logging.properties
+PRESERVECONF += /etc/opt/csw/$(NAME)/conf/server-minimal.xml
+PRESERVECONF += /etc/opt/csw/$(NAME)/conf/server.xml
+PRESERVECONF += /etc/opt/csw/$(NAME)/conf/tomcat-users.xml
+PRESERVECONF += /etc/opt/csw/$(NAME)/conf/web.xml
+
+CLASSES=none cswusergroup cswpreserveconf
+
+PROTOTYPE_MODIFIERS     = varuser etcperm
+PROTOTYPE_FILES_varuser = /var/opt/csw/$(NAME)/.*
+PROTOTYPE_USER_varuser  = tomcat
+PROTOTYPE_GROUP_varuser = tomcat
+PROTOTYPE_FILES_etcperm = /etc/opt/csw/$(NAME)/conf/.*\.CSW
+PROTOTYPE_PERMS_etcperm = 0640
+PROTOTYPE_USER_etcperm  = tomcat
+PROTOTYPE_GROUP_etcperm = tomcat
+
+MIGRATE_SOURCE_DIR = /opt/csw/etc/$(NAME)/conf
+MIGRATE_DEST_DIR = /etc/opt/csw/$(NAME)/conf
+MIGRATE_FILES  = catalina.policy
+MIGRATE_FILES += catalina.properties
+MIGRATE_FILES += context.xml
+MIGRATE_FILES += logging.properties
+MIGRATE_FILES += server.xml
+MIGRATE_FILES += server-minimal.xml
+MIGRATE_FILES += tomcat-users.xml
+MIGRATE_FILES += web.xml
+MIGRATE_FILES += Catalina/localhost/host-manager.xml
+MIGRATE_FILES += Catalina/localhost/manager.xml
+
+# Reviewed and fine to override
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/RUNNING.txt
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/server/webapps/manager/manager-howto.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/webapps/tomcat-docs/virtual-hosting-howto.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/webapps/tomcat-docs/manager-howto.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/webapps/tomcat-docs/ssl-howto.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/webapps/tomcat-docs/printer/ssl-howto.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/webapps/tomcat-docs/printer/manager-howto.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/webapps/tomcat-docs/printer/virtual-hosting-howto.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/processes.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/local|root/opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer/processes.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/share|root/opt/csw/share/tomcat5/webapps/tomcat-docs/building.html
+CHECKPKG_OVERRIDES_CSWtomcat5 += file-with-bad-content|/usr/share|root/opt/csw/share/tomcat5/webapps/tomcat-docs/printer/building.html
+
+
 include gar/category.mk
 
 configure-none:
@@ -37,39 +98,27 @@
 
 post-extract:
 	( mv $(WORKDIR)/apache-tomcat-$(VERSION) $(WORKDIR)/$(DISTNAME) )
-	( OLDDIR=`pwd` && cd $(WORKDIR)/$(DISTNAME)/conf && for i in `gfind . -type f` ; do mv $$i $$i.CSW ; done && cd $$OLDDIR )
-	( for i in temp work logs conf ; do  gfind $(WORKDIR)/$(DISTNAME)/$$i -type d -exec chmod 0750 {} \;  ; gfind $(WORKDIR)/$(DISTNAME)/$$i -type f -exec chmod 0640 {} \; ; done )
+	( for i in temp work logs conf ; do  find $(WORKDIR)/$(DISTNAME)/$$i -type d -exec chmod 0750 {} \;  ; find $(WORKDIR)/$(DISTNAME)/$$i -type f -exec chmod 0640 {} \; ; done )
 	@$(MAKECOOKIE)
 
 install-tomcat:
-	( mkdir -p $(DESTDIR)/etc/init.d )
-	( mkdir -p $(DESTDIR)/etc/opt/csw )
-	( mkdir -p $(DESTDIR)/etc/rc0.d )
-	( mkdir -p $(DESTDIR)/etc/rc1.d )
-	( mkdir -p $(DESTDIR)/etc/rc2.d )
-	( mkdir -p $(DESTDIR)/etc/rc3.d )
-	( mkdir -p $(DESTDIR)/etc/rcS.d )
+	( mkdir -p $(DESTDIR)/etc/opt/csw/init.d )
+	( mkdir -p $(DESTDIR)/etc/opt/csw/pkg/$(NAME) )
+	( mkdir -p $(DESTDIR)/etc/opt/csw/$(NAME) )
 	( mkdir -p $(DESTDIR)/opt/csw/etc/$(NAME) )
 	( mkdir -p $(DESTDIR)/var/opt/csw/$(NAME) )
 	( mkdir -p $(DESTDIR)/opt/csw/share )
-	( mkdir -p $(DESTDIR)/etc/opt/csw )
-	( cp -fr $(WORKDIR)/$(DISTNAME) $(DESTDIR)/opt/csw/share/$(NAME) )
-	( cp -fr $(FILEDIR)/$(NAME) $(DESTDIR)/etc/opt/csw/$(NAME) )
-	( cp -fr $(FILEDIR)/csw$(NAME) $(DESTDIR)/etc/init.d )
-	( mv     $(DESTDIR)/opt/csw/share/$(NAME)/conf $(DESTDIR)/opt/csw/etc/$(NAME)/conf )
+	( cp -fr $(WORKDIR)/apache-tomcat-$(VERSION) $(DESTDIR)/opt/csw/share/$(NAME) )
+	( cp -fr $(FILEDIR)/csw$(NAME) $(DESTDIR)/etc/opt/csw/init.d )
+	( mv     $(DESTDIR)/opt/csw/share/$(NAME)/conf $(DESTDIR)/etc/opt/csw/$(NAME)/conf )
 	( mv     $(DESTDIR)/opt/csw/share/$(NAME)/logs $(DESTDIR)/var/opt/csw/$(NAME) )
 	( mv     $(DESTDIR)/opt/csw/share/$(NAME)/work $(DESTDIR)/var/opt/csw/$(NAME) )
 	( mv     $(DESTDIR)/opt/csw/share/$(NAME)/temp $(DESTDIR)/var/opt/csw/$(NAME) )
-	( ln -s /opt/csw/etc/$(NAME)/conf $(DESTDIR)/opt/csw/share/$(NAME)/conf )
-	( ln -s /var/opt/csw/$(NAME)/logs $(DESTDIR)/opt/csw/share/$(NAME)/logs )
-	( ln -s /var/opt/csw/$(NAME)/work $(DESTDIR)/opt/csw/share/$(NAME)/work )
-	( ln -s /var/opt/csw/$(NAME)/temp $(DESTDIR)/opt/csw/share/$(NAME)/temp )
-	( ln -s /etc/init.d/cswtomcat5 $(DESTDIR)/etc/rc0.d/K17$(NAME) )
-	( ln -s /etc/init.d/cswtomcat5 $(DESTDIR)/etc/rc1.d/K17$(NAME) )
-	( ln -s /etc/init.d/cswtomcat5 $(DESTDIR)/etc/rc2.d/K17$(NAME) )
-	( ln -s /etc/init.d/cswtomcat5 $(DESTDIR)/etc/rc3.d/S51$(NAME) )
-	( ln -s /etc/init.d/cswtomcat5 $(DESTDIR)/etc/rcS.d/K17$(NAME) )
+	( rm $(DESTDIR)/var/opt/csw/tomcat5/temp/bugzilla37035-safeToDelete.tmp )
+	( ln -s ../../../../etc/opt/csw/$(NAME)/conf $(DESTDIR)/opt/csw/share/$(NAME)/conf )
+	( ln -s ../../../../var/opt/csw/$(NAME)/logs $(DESTDIR)/opt/csw/share/$(NAME)/logs )
+	( ln -s ../../../../var/opt/csw/$(NAME)/work $(DESTDIR)/opt/csw/share/$(NAME)/work )
+	( ln -s ../../../../var/opt/csw/$(NAME)/temp $(DESTDIR)/opt/csw/share/$(NAME)/temp )
+	( ginstall -m 644 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/pkg/$(NAME) )
 	@$(MAKECOOKIE)
 
-
-

Modified: csw/mgar/pkg/tomcat5/trunk/checksums
===================================================================
--- csw/mgar/pkg/tomcat5/trunk/checksums	2012-02-27 15:22:16 UTC (rev 17232)
+++ csw/mgar/pkg/tomcat5/trunk/checksums	2012-02-27 15:27:13 UTC (rev 17233)
@@ -1,15 +1 @@
-e576fed8ce66c32ee5295d5f7727b138  download/apache-tomcat-5.5.27.tar.gz
-667668ee36cd4ab82088f41a665fb1f8  download/CSWtomcat5.gspec
-664162fb61a1ab62833ffe1d864e1e76  download/CSWtomcat5.prototype
-d41d8cd98f00b204e9800998ecf8427e  download/CSWtomcat5.depend
-4d3609552db45727f5aa154abf557062  download/preremove
-b49a483a4363081fb971ced893bef6f4  download/postinstall
-c051aef03d0b2f6815d743b0a5992619  download/preinstall
-55fa93cd473f0b6870e3ea0be02e86b6  download/checkinstall
-f49c3339aa897df97abf1baf54582fb8  download/space
-ac049cbace6046e38bed18d106110b4f  download/i.smfno
-eb170cecb32d74f8db84a7b2b13862e8  download/i.smfyes
-4d15302b2d9c21036c0905bba39d9c34  download/svc-tomcat5
-62b2ee7bf9927e870d1801696832f312  download/tomcat5.xml
-36aca64104055dc1797c8f0f25350d5c  download/tomcat5
-cf659ddddcd7c12b1e6c759a7fba3282  download/cswtomcat5
+1791951e1f2e03be9911e28c6145e177  apache-tomcat-5.5.35.tar.gz

Deleted: csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.depend
===================================================================
Deleted: csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.gspec
===================================================================
--- csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.gspec	2012-02-27 15:22:16 UTC (rev 17232)
+++ csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.gspec	2012-02-27 15:27:13 UTC (rev 17233)
@@ -1,5 +0,0 @@
-%var            bitname tomcat5
-%var            pkgname CSWtomcat5
-%var            arch all
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC}/LICENSE

Deleted: csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.prototype
===================================================================
--- csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.prototype	2012-02-27 15:22:16 UTC (rev 17232)
+++ csw/mgar/pkg/tomcat5/trunk/files/CSWtomcat5.prototype	2012-02-27 15:27:13 UTC (rev 17233)
@@ -1,1043 +0,0 @@
-d none /etc/opt/csw 0755 root bin
-f none /etc/opt/csw/tomcat5 0644 root bin
-f smfno /etc/init.d/cswtomcat5 0755 root bin
-l smfno /etc/rc0.d/K17cswtomcat5=/etc/init.d/cswtomcat5
-l smfno /etc/rc1.d/K17cswtomcat5=/etc/init.d/cswtomcat5
-l smfno /etc/rc2.d/K17cswtomcat5=/etc/init.d/cswtomcat5
-l smfno /etc/rc3.d/S51cswtomcat5=/etc/init.d/cswtomcat5
-l smfno /etc/rcS.d/K17cswtomcat5=/etc/init.d/cswtomcat5
-d smfyes /opt/csw/var/svc 0755 root bin
-d smfyes /opt/csw/var/svc/manifest 0755 root bin
-d smfyes /opt/csw/var/svc/manifest/network 0755 root bin
-f smfyes /opt/csw/var/svc/manifest/network/tomcat5.xml=tomcat5.xml 0644 root bin
-d smfyes /opt/csw/lib/svc 0755 root bin
-d smfyes /opt/csw/lib/svc/method 0755 root bin
-f smfyes /opt/csw/lib/svc/method/svc-tomcat5=svc-tomcat5 0755 root bin
-d none /opt/csw/etc/tomcat5 0755 root tomcat
-d none /opt/csw/etc/tomcat5/conf 0750 tomcat tomcat
-d none /opt/csw/etc/tomcat5/conf/Catalina 0750 tomcat tomcat
-d none /opt/csw/etc/tomcat5/conf/Catalina/localhost 0750 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/Catalina/localhost/host-manager.xml.CSW 0640 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/Catalina/localhost/manager.xml.CSW 0640 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/catalina.policy.CSW 0640 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/catalina.properties.CSW 0640 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/context.xml.CSW 0640 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/logging.properties.CSW 0640 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/server-minimal.xml.CSW 0640 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/server.xml.CSW 0640 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/tomcat-users.xml.CSW 0640 tomcat tomcat
-f none /opt/csw/etc/tomcat5/conf/web.xml.CSW 0640 tomcat tomcat
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/tomcat5 0755 root bin
-f none /opt/csw/share/tomcat5/LICENSE 0644 root bin
-f none /opt/csw/share/tomcat5/NOTICE 0644 root bin
-f none /opt/csw/share/tomcat5/RELEASE-NOTES 0644 root bin
-f none /opt/csw/share/tomcat5/RUNNING.txt 0644 root bin
-d none /opt/csw/share/tomcat5/bin 0755 root bin
-f none /opt/csw/share/tomcat5/bin/bootstrap.jar 0644 root bin
-f none /opt/csw/share/tomcat5/bin/catalina-tasks.xml 0644 root bin
-f none /opt/csw/share/tomcat5/bin/catalina.bat 0644 root bin
-f none /opt/csw/share/tomcat5/bin/catalina.sh 0755 root bin
-f none /opt/csw/share/tomcat5/bin/commons-daemon.jar 0644 root bin
-f none /opt/csw/share/tomcat5/bin/commons-logging-api-1.1.1.jar 0644 root bin
-f none /opt/csw/share/tomcat5/bin/cpappend.bat 0644 root bin
-f none /opt/csw/share/tomcat5/bin/digest.bat 0644 root bin
-f none /opt/csw/share/tomcat5/bin/digest.sh 0755 root bin
-f none /opt/csw/share/tomcat5/bin/jkstatus-tasks.xml 0644 root bin
-f none /opt/csw/share/tomcat5/bin/jmxaccessor-tasks.xml 0644 root bin
-f none /opt/csw/share/tomcat5/bin/jsvc.tar.gz 0644 root bin
-f none /opt/csw/share/tomcat5/bin/service.bat 0644 root bin
-f none /opt/csw/share/tomcat5/bin/setclasspath.bat 0644 root bin
-f none /opt/csw/share/tomcat5/bin/setclasspath.sh 0755 root bin
-f none /opt/csw/share/tomcat5/bin/shutdown.bat 0644 root bin
-f none /opt/csw/share/tomcat5/bin/shutdown.sh 0755 root bin
-f none /opt/csw/share/tomcat5/bin/startup.bat 0644 root bin
-f none /opt/csw/share/tomcat5/bin/startup.sh 0755 root bin
-f none /opt/csw/share/tomcat5/bin/tomcat-juli.jar 0644 root bin
-f none /opt/csw/share/tomcat5/bin/tomcat-native.tar.gz 0644 root bin
-f none /opt/csw/share/tomcat5/bin/tomcat5.exe 0644 root bin
-f none /opt/csw/share/tomcat5/bin/tomcat5w.exe 0644 root bin
-f none /opt/csw/share/tomcat5/bin/tool-wrapper.bat 0644 root bin
-f none /opt/csw/share/tomcat5/bin/tool-wrapper.sh 0755 root bin
-f none /opt/csw/share/tomcat5/bin/version.bat 0644 root bin
-f none /opt/csw/share/tomcat5/bin/version.sh 0644 root bin
-d none /opt/csw/share/tomcat5/common 0755 root bin
-d none /opt/csw/share/tomcat5/common/classes 0755 root bin
-d none /opt/csw/share/tomcat5/common/endorsed 0755 root bin
-d none /opt/csw/share/tomcat5/common/i18n 0755 root bin
-f none /opt/csw/share/tomcat5/common/i18n/tomcat-i18n-en.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/i18n/tomcat-i18n-es.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/i18n/tomcat-i18n-fr.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/i18n/tomcat-i18n-ja.jar 0644 root bin
-d none /opt/csw/share/tomcat5/common/lib 0755 root bin
-f none /opt/csw/share/tomcat5/common/lib/commons-el.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/lib/jasper-compiler-jdt.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/lib/jasper-compiler.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/lib/jasper-runtime.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/lib/jsp-api.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/lib/naming-factory-dbcp.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/lib/naming-factory.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/lib/naming-resources.jar 0644 root bin
-f none /opt/csw/share/tomcat5/common/lib/servlet-api.jar 0644 root bin
-s none /opt/csw/share/tomcat5/conf=/opt/csw/etc/tomcat5/conf
-s none /opt/csw/share/tomcat5/logs=/var/opt/csw/tomcat5/logs
-d none /opt/csw/share/tomcat5/server 0755 root bin
-d none /opt/csw/share/tomcat5/server/classes 0755 root bin
-d none /opt/csw/share/tomcat5/server/lib 0755 root bin
-f none /opt/csw/share/tomcat5/server/lib/catalina-ant-jmx.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/catalina-ant.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/catalina-cluster.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/catalina-optional.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/catalina-storeconfig.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/catalina.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/commons-modeler-2.0.1.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/servlets-cgi.renametojar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/servlets-default.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/servlets-invoker.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/servlets-ssi.renametojar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/servlets-webdav.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/tomcat-ajp.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/tomcat-apr.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/tomcat-coyote.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/tomcat-http.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/tomcat-jkstatus-ant.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/lib/tomcat-util.jar 0644 root bin
-d none /opt/csw/share/tomcat5/server/webapps 0755 root bin
-d none /opt/csw/share/tomcat5/server/webapps/host-manager 0755 root bin
-d none /opt/csw/share/tomcat5/server/webapps/host-manager/WEB-INF 0755 root bin
-d none /opt/csw/share/tomcat5/server/webapps/host-manager/WEB-INF/lib 0755 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/WEB-INF/lib/catalina-host-manager.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/WEB-INF/web.xml 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/host-manager.xml 0644 root bin
-d none /opt/csw/share/tomcat5/server/webapps/host-manager/images 0755 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/images/add.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/images/asf-logo.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/images/code.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/images/design.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/images/docs.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/images/fix.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/images/tomcat.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/images/update.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/images/void.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/host-manager/manager.xml 0644 root bin
-d none /opt/csw/share/tomcat5/server/webapps/manager 0755 root bin
-d none /opt/csw/share/tomcat5/server/webapps/manager/WEB-INF 0755 root bin
-d none /opt/csw/share/tomcat5/server/webapps/manager/WEB-INF/lib 0755 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/WEB-INF/lib/catalina-manager.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/WEB-INF/lib/commons-fileupload-1.2.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/WEB-INF/lib/commons-io-1.4.jar 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/WEB-INF/web.xml 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/html-manager-howto.html 0644 root bin
-d none /opt/csw/share/tomcat5/server/webapps/manager/images 0755 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/images/add.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/images/asf-logo.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/images/code.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/images/design.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/images/docs.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/images/fix.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/images/tomcat.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/images/update.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/images/void.gif 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/manager-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/manager.xml 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/status.xsd 0644 root bin
-f none /opt/csw/share/tomcat5/server/webapps/manager/xform.xsl 0644 root bin
-d none /opt/csw/share/tomcat5/shared 0755 root bin
-d none /opt/csw/share/tomcat5/shared/classes 0755 root bin
-d none /opt/csw/share/tomcat5/shared/lib 0755 root bin
-s none /opt/csw/share/tomcat5/temp=/var/opt/csw/tomcat5/temp
-d none /opt/csw/share/tomcat5/webapps 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/ROOT 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/ROOT/RELEASE-NOTES.txt 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/ROOT/WEB-INF 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/ROOT/WEB-INF/lib 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/ROOT/WEB-INF/lib/catalina-root.jar 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/ROOT/WEB-INF/web.xml 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/ROOT/admin 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/ROOT/admin/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/ROOT/asf-logo-wide.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/ROOT/favicon.ico 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/ROOT/index.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/ROOT/tomcat-power.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/ROOT/tomcat.gif 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/balancer 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/balancer/META-INF 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/balancer/META-INF/context.xml 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/balancer/WEB-INF 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/balancer/WEB-INF/config 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/balancer/WEB-INF/config/rules.xml 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/balancer/WEB-INF/lib 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/balancer/WEB-INF/lib/catalina-balancer.jar 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/balancer/WEB-INF/web.xml 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/balancer/images 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/cal 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/cal/Entries.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/cal/Entries.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/cal/Entry.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/cal/Entry.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/cal/JspCalendar.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/cal/JspCalendar.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/cal/TableBean.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/cal/TableBean.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/checkbox 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/checkbox/CheckTest.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/checkbox/CheckTest.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/colors 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/colors/ColorGameBean.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/colors/ColorGameBean.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/compressionFilters 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionFilter.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/dates 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/dates/JspCalendar.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/dates/JspCalendar.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/error 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/error/Smart.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/error/Smart.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/ExampleTagBase.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/ExampleTagBase.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/FooTag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/FooTag.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/FooTagExtraInfo.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/FooTagExtraInfo.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/LogTag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/LogTag.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/ShowSource.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/examples/ShowSource.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/filters 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/filters/ExampleFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/filters/ExampleFilter.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/filters/RequestDumperFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/filters/RequestDumperFilter.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/BookBean.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/BookBean.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/FooBean.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/FooBean.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/el 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/el/Functions.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/el/Functions.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/listeners 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/listeners/ContextListener.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/listeners/ContextListener.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/listeners/SessionListener.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/listeners/SessionListener.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/num 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/num/NumberGuessBean.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/num/NumberGuessBean.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/cal 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/cal/cal1_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/cal/cal2_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/checkbox 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/checkbox/checkresult_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/colors 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/colors/colrs_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/dates 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/dates/date_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/error 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/error/err_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/error/errorpge_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/forward 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/forward/forward_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/forward/one_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/include 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/include/foo_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/include/include_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el/basic_002darithmetic_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el/basic_002dcomparisons_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el/functions_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/el/implicit_002dobjects_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspattribute 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspattribute/jspattribute_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspattribute/shuffle_jsp$Helper.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspattribute/shuffle_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspx 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspx/basic_jspx$Helper.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspx/basic_jspx.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/jspx/textRotate_jspx.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/misc 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/misc/config_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/misc/dynamicattrs_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag/book_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag/hello_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag/repeat_jsp$Helper.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/simpletag/repeat_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/hello_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/panel_jsp$Helper.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/panel_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/products_jsp$Helper.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsp2/tagfiles/products_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsptoserv 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsptoserv/hello_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/jsptoserv/jsptoservlet_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/num 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/num/numguess_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/plugin 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/plugin/plugin_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security/protected_ 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security/protected_/error_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security/protected_/index_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/security/protected_/login_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/sessions 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/sessions/carts_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/simpletag 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/simpletag/foo_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/snp 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/snp/snoop_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/source_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web/displayProducts_tag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web/helloWorld_tag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web/panel_tag.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tag/web/xhtmlbasic_tag.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tagplugin 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tagplugin/choose_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tagplugin/foreach_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/tagplugin/if_jsp.class 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/xml 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/org/apache/jsp/xml/xml_jsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/servletToJsp.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/servletToJsp.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/sessions 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/sessions/DummyCart.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/sessions/DummyCart.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/util 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/util/HTMLFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/util/HTMLFilter.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/validators 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/validators/DebugValidator.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/classes/validators/DebugValidator.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/jsp 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/jsp/applet 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/jsp/applet/Clock2.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/jsp/debug-taglib.tld 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/jsp/example-taglib.tld 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/jsp2 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/jsp2/jsp2-example-taglib.tld 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/lib 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/lib/jstl.jar 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/lib/standard.jar 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/tags 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/tags/displayProducts.tag 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/tags/helloWorld.tag 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/tags/panel.tag 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/tags/xhtmlbasic.tag 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/WEB-INF/web.xml 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/cal 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/Entries.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/Entry.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/JspCalendar.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/TableBean.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/cal1.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/cal1.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/cal2.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/cal2.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/calendar.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/cal/login.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/checkbox 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/checkbox/CheckTest.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/checkbox/check.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/checkbox/checkresult.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/checkbox/checkresult.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/checkbox/cresult.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/colors 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/colors/ColorGameBean.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/colors/clr.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/colors/colors.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/colors/colrs.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/colors/colrs.jsp.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/dates 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/dates/date.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/dates/date.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/dates/date.jsp.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/error 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/error/er.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/error/err.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/error/err.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/error/error.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/error/errorpge.jsp 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/forward 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/forward/forward.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/forward/forward.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/forward/fwd.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/forward/one.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/forward/two.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/images 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/images/code.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/images/execute.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/images/read.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/images/return.gif 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/include 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/include/foo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/include/foo.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/include/inc.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/include/include.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/include/include.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/index.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/Functions.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/basic-arithmetic.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/basic-arithmetic.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/basic-arithmetic.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/basic-comparisons.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/basic-comparisons.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/basic-comparisons.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/functions.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/functions.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/functions.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/implicit-objects.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/implicit-objects.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/el/implicit-objects.jsp.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/FooBean.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/HelloWorldSimpleTag.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/ShuffleSimpleTag.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/TileSimpleTag.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/jspattribute.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/jspattribute.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/jspattribute.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/shuffle.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/shuffle.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspattribute/shuffle.jsp.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspx 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspx/basic.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspx/basic.jspx 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspx/basic.jspx.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspx/svgexample.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspx/textRotate.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspx/textRotate.jpg 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspx/textRotate.jspx 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/jspx/textRotate.jspx.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/EchoAttributesTag.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/coda.jspf 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/coda.jspf.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/config.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/config.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/config.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/dynamicattrs.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/dynamicattrs.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/dynamicattrs.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/prelude.jspf 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/misc/prelude.jspf.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/BookBean.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/FindBookSimpleTag.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/Functions.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/HelloWorldSimpleTag.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/RepeatSimpleTag.java.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/book.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/book.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/book.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/hello.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/hello.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/hello.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/repeat.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/repeat.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/simpletag/repeat.jsp.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/displayProducts.tag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/hello.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/hello.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/hello.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/helloWorld.tag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/panel.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/panel.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/panel.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/panel.tag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/products.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/products.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/products.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsp2/tagfiles/xhtmlbasic.tag.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/jsptoserv 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsptoserv/hello.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsptoserv/jsptoservlet.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsptoserv/jsptoservlet.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsptoserv/jts.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/jsptoserv/servletToJsp.java.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/num 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/num/numguess.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/num/numguess.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/num/numguess.jsp.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/plugin 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/plugin/applet 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/plugin/applet/Clock2.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/plugin/applet/Clock2.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/plugin/plugin.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/plugin/plugin.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/plugin/plugin.jsp.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/security 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/security/protected 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/security/protected/error.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/security/protected/index.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/security/protected/login.jsp 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/sessions 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/sessions/DummyCart.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/sessions/carts.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/sessions/carts.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/sessions/carts.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/sessions/crt.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/simpletag 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/simpletag/foo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/simpletag/foo.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/simpletag/foo.jsp.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/snp 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/snp/snoop.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/snp/snoop.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/snp/snoop.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/source.jsp 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/choose.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/choose.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/choose.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/foreach.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/foreach.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/foreach.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/if.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/if.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/if.jsp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/tagplugin/notes.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/jsp-examples/xml 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/xml/xml.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/xml/xml.jsp 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/jsp-examples/xml/xml.jsp.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/servlets-examples 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/CookieExample.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/CookieExample.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/HelloWorldExample.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/HelloWorldExample.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/LocalStrings.properties 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/LocalStrings_en.properties 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/LocalStrings_es.properties 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/LocalStrings_fr.properties 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/LocalStrings_pt.properties 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/RequestHeaderExample.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/RequestHeaderExample.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/RequestInfoExample.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/RequestInfoExample.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/RequestParamExample.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/RequestParamExample.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/SessionExample.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/SessionExample.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/compressionFilters 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionFilter.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/filters 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/filters/ExampleFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/filters/ExampleFilter.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/filters/RequestDumperFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/filters/RequestDumperFilter.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/filters/SetCharacterEncodingFilter.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/listeners 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/listeners/ContextListener.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/listeners/ContextListener.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/listeners/SessionListener.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/listeners/SessionListener.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/util 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/util/HTMLFilter.class 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/classes/util/HTMLFilter.java 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/WEB-INF/web.xml 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/cookies.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/helloworld.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/servlets-examples/images 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/images/code.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/images/execute.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/images/return.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/reqheaders.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/reqinfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/reqparams.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/servlets-examples/sessions.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/RELEASE-NOTES.txt 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/WEB-INF 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/WEB-INF/web.xml 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/build.xml.txt 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/deployment.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/installation.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/introduction.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer/build.xml.txt 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer/deployment.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer/installation.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer/introduction.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer/processes.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer/source.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/printer/web.xml.txt 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/processes.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/build.xml 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/docs 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/docs/README.txt 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/sample.war 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/src 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/src/mypackage 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/src/mypackage/Hello.java 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/web 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/web/WEB-INF 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/web/WEB-INF/web.xml 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/web/hello.jsp 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/web/images 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/web/images/tomcat.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/sample/web/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/source.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/appdev/web.xml.txt 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/apr.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/overview.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/printer 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/printer/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/printer/overview.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/printer/requestProcess.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/printer/startup.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/requestProcess 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/requestProcess.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/requestProcess/requestProcess.pdf 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/requestProcess/roseModel.mdl 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/startup 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/startup.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/startup/serverStartup.pdf 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/architecture/startup/serverStartup.txt 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/balancer-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/build.xml 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/building.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/docs 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/docs/api 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/docs/api/index.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/fs-admin-apps.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/fs-admin-objects.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/fs-admin-opers.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/fs-default.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/fs-invoker.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/fs-jdbc-realm.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/fs-jndi-realm.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/fs-memory-realm.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/mbean-names.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/fs-admin-apps.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/fs-admin-objects.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/fs-admin-opers.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/fs-default.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/fs-invoker.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/fs-jdbc-realm.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/fs-jndi-realm.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/fs-memory-realm.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/catalina/funcspecs/printer/mbean-names.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/cgi-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/changelog.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/class-loader-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/cluster-howto.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/config 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/ajp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/context.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/engine.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/globalresources.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/host.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/http.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/loader.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/manager.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/ajp.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/context.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/engine.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/globalresources.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/host.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/http.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/loader.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/manager.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/realm.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/resources.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/server.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/service.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/systemprops.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/printer/valve.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/realm.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/resources.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/server.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/service.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/systemprops.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/config/valve.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/connectors.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/default-servlet.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/deployer-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/developers.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/html-manager-howto.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/images 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/add.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/asf-logo.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/code.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/design.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/docs.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/fix.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/printer.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/tomcat.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/update.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/images/void.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/introduction.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jasper 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jasper-howto.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jasper/docs 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jasper/docs/api 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jasper/docs/api/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jndi-datasource-examples-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jndi-resources-howto.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/allclasses-frame.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/allclasses-noframe.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/constant-values.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/deprecated-list.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/help-doc.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/index-all.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/index.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/ErrorData.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/HttpJspPage.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspContext.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspEngineInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspException.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspFactory.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspPage.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspTagException.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/JspWriter.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/PageContext.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/SkipPageException.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/ErrorData.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/HttpJspPage.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspContext.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspEngineInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspException.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspFactory.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspPage.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspTagException.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/JspWriter.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/PageContext.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/class-use/SkipPageException.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/ELException.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/ELParseException.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/Expression.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/ExpressionEvaluator.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/FunctionMapper.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/VariableResolver.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/ELException.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/ELParseException.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/Expression.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/ExpressionEvaluator.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/FunctionMapper.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/class-use/VariableResolver.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/package-frame.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/package-summary.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/package-tree.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/el/package-use.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/package-frame.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/package-summary.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/package-tree.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/package-use.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/BodyContent.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/BodyTag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/BodyTagSupport.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/DynamicAttributes.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/FunctionInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/IterationTag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/JspFragment.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/JspTag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/PageData.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/SimpleTag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/SimpleTagSupport.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/Tag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagAdapter.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagAttributeInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagData.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagExtraInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagFileInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagLibraryInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagLibraryValidator.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagSupport.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TagVariableInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/TryCatchFinally.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/ValidationMessage.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/VariableInfo.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/BodyContent.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/BodyTag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/BodyTagSupport.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/DynamicAttributes.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/FunctionInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/IterationTag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/JspFragment.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/JspTag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/PageData.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/SimpleTag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/SimpleTagSupport.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/Tag.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagAdapter.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagAttributeInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagData.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagExtraInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagFileInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagLibraryInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagLibraryValidator.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagSupport.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TagVariableInfo.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/TryCatchFinally.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/ValidationMessage.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/class-use/VariableInfo.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files/BodyTagProtocol.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files/IterationTagProtocol.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files/TagProtocol.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/doc-files/VariableInfo-1.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/package-frame.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/package-summary.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/package-tree.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/javax/servlet/jsp/tagext/package-use.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/overview-frame.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/overview-summary.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/overview-tree.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/package-list 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/packages.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/resources 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/resources/inherit.gif 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/serialized-form.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/jspapi/stylesheet.css 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/logging.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/manager-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/mbeans-descriptor-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/monitoring.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/apr.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/balancer-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/building.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/cgi-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/changelog.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/class-loader-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/cluster-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/connectors.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/default-servlet.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/deployer-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/developers.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/html-manager-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/index.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/introduction.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/jasper-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/jndi-datasource-examples-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/jndi-resources-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/logging.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/manager-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/mbeans-descriptor-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/monitoring.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/proxy-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/realm-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/security-manager-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/setup.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/ssi-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/ssl-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/status.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/virtual-hosting-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/printer/windows-service-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/proxy-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/realm-howto.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/security-manager-howto.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/allclasses-frame.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/allclasses-noframe.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/constant-values.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/deprecated-list.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/help-doc.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/index-all.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/index.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax 0755 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/Filter.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/FilterChain.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/FilterConfig.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/GenericServlet.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/RequestDispatcher.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/Servlet.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletConfig.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletContext.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextAttributeEvent.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextAttributeListener.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextEvent.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletContextListener.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletException.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletInputStream.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletOutputStream.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequest.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestAttributeEvent.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestAttributeListener.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestEvent.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestListener.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletRequestWrapper.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletResponse.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/ServletResponseWrapper.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/SingleThreadModel.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/UnavailableException.html 0644 root bin
-d none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use 0755 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/Filter.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/FilterChain.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/FilterConfig.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/GenericServlet.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/RequestDispatcher.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/Servlet.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletConfig.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContext.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextAttributeEvent.html 0644 root bin
-f none /opt/csw/share/tomcat5/webapps/tomcat-docs/servletapi/javax/servlet/class-use/ServletContextAttributeListener.html 0644 root bin

@@ Diff output truncated at 100000 characters. @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list