Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 359347A1C0 for ; Mon, 10 Apr 2017 10:43:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CF70F855D3; Mon, 10 Apr 2017 10:43:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5ECC184D89 for ; Mon, 10 Apr 2017 10:43:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8I6pSCsjEzgj for ; Mon, 10 Apr 2017 10:43:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AA89B84D78 for ; Mon, 10 Apr 2017 10:43:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A130FFBE4; Mon, 10 Apr 2017 10:43:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149182100237240" MIME-Version: 1.0 Date: Mon, 10 Apr 2017 10:43:22 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/apache-tomcat85 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170410104322.A130FFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149182100237240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Apr 10 10:43:22 UTC 2017 Added Files: pkgsrc/www/apache-tomcat85: DESCR INSTALL MESSAGE Makefile PLIST distinfo pkgsrc/www/apache-tomcat85/files: tomcat.sh pkgsrc/www/apache-tomcat85/files/smf: manifest.xml Log Message: Import apache-tomcat-8.5.13 as www/apache-tomcat85. Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process. Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. Apache Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project. Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. This package tracks 8.5.x release branch. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/apache-tomcat85/DESCR \ pkgsrc/www/apache-tomcat85/INSTALL pkgsrc/www/apache-tomcat85/MESSAGE \ pkgsrc/www/apache-tomcat85/Makefile pkgsrc/www/apache-tomcat85/PLIST \ pkgsrc/www/apache-tomcat85/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/apache-tomcat85/files/tomcat.sh cvs rdiff -u -r0 -r1.1 pkgsrc/www/apache-tomcat85/files/smf/manifest.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149182100237240 Content-Disposition: inline Content-Length: 47646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/apache-tomcat85/DESCR diff -u /dev/null pkgsrc/www/apache-tomcat85/DESCR:1.1 --- /dev/null Mon Apr 10 10:43:22 2017 +++ pkgsrc/www/apache-tomcat85/DESCR Mon Apr 10 10:43:22 2017 @@ -0,0 +1,13 @@ +Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages +technologies. The Java Servlet and JavaServer Pages specifications are +developed under the Java Community Process. + +Apache Tomcat is developed in an open and participatory environment and +released under the Apache Software License. Apache Tomcat is intended to +be a collaboration of the best-of-breed developers from around the world. +We invite you to participate in this open development project. + +Apache Tomcat powers numerous large-scale, mission-critical web applications +across a diverse range of industries and organizations. + +This package tracks 8.5.x release branch. Index: pkgsrc/www/apache-tomcat85/INSTALL diff -u /dev/null pkgsrc/www/apache-tomcat85/INSTALL:1.1 --- /dev/null Mon Apr 10 10:43:22 2017 +++ pkgsrc/www/apache-tomcat85/INSTALL Mon Apr 10 10:43:22 2017 @@ -0,0 +1,9 @@ +#!@SH@ +# +# $NetBSD: INSTALL,v 1.1 2017/04/10 10:43:22 ryoon Exp $ + +case "${STAGE}" in +POST-INSTALL) + ${CHOWN} -R @TOMCAT_USER@:@TOMCAT_GROUP@ ${PKG_PREFIX}/share/tomcat/webapps + ;; +esac Index: pkgsrc/www/apache-tomcat85/MESSAGE diff -u /dev/null pkgsrc/www/apache-tomcat85/MESSAGE:1.1 --- /dev/null Mon Apr 10 10:43:22 2017 +++ pkgsrc/www/apache-tomcat85/MESSAGE Mon Apr 10 10:43:22 2017 @@ -0,0 +1,8 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2017/04/10 10:43:22 ryoon Exp $ + +The ${PREFIX}/share/tomcat/webapps directory will be mercilessly mangled +in updates, so pick a different directory for your own local appBase +(in ${PREFIX}/share/tomcat/conf/server.xml). You have been warned. :) + +=========================================================================== Index: pkgsrc/www/apache-tomcat85/Makefile diff -u /dev/null pkgsrc/www/apache-tomcat85/Makefile:1.1 --- /dev/null Mon Apr 10 10:43:22 2017 +++ pkgsrc/www/apache-tomcat85/Makefile Mon Apr 10 10:43:22 2017 @@ -0,0 +1,98 @@ +# $NetBSD: Makefile,v 1.1 2017/04/10 10:43:22 ryoon Exp $ +# + +DISTNAME= apache-tomcat-${TOMCAT_VER} +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_APACHE:=tomcat/tomcat-8/v${TOMCAT_VER}/bin/} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://tomcat.apache.org/ +COMMENT= Implementation of Java Servlet and JavaServer Pages technologies +LICENSE= apache-2.0 + +CONFLICTS+= jakarta-tomcat55-[0-9]* +CONFLICTS+= jakarta-tomcat-[0-9]* + +NO_BUILD= yes +USE_LANGUAGES= # none +USE_JAVA= run +USE_JAVA2= 7 +USE_TOOLS+= pax + +.include "../../mk/bsd.prefs.mk" + +TOMCAT_VER= 8.5.13 +TOMCAT_HOME= ${PREFIX}/share/tomcat +EGDIR= ${PREFIX}/share/examples/tomcat +DOCDIR= ${PREFIX}/share/doc/tomcat +RCD_SCRIPTS= tomcat +SMF_NAME= tomcat +TOMCAT_USER?= tomcat +TOMCAT_GROUP?= tomcat +PKG_GROUPS= ${TOMCAT_GROUP} +PKG_USERS= ${TOMCAT_USER}:${TOMCAT_GROUP} +PKG_GROUPS_VARS+= TOMCAT_GROUP +PKG_USERS_VARS+= TOMCAT_USER +PKG_HOME.tomcat= ${TOMCAT_HOME} +PKG_SHELL.tomcat= ${SH} +PKG_SYSCONFDIR.tomcat= ${TOMCAT_HOME}/conf +OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR.tomcat} ${TOMCAT_USER} ${TOMCAT_GROUP} 0755 +FILES_SUBST+= JAVA_HOME=${PKG_JAVA_HOME} TOMCAT_HOME=${TOMCAT_HOME} \ + TOMCAT_USER=${TOMCAT_USER} TOMCAT_GROUP=${TOMCAT_GROUP} + +PRIVATE_EGFILES= server.xml tomcat-users.xml +PUBLIC_EGFILES= catalina.policy catalina.properties \ + context.xml logging.properties web.xml +DOCFILES= LICENSE NOTICE RELEASE-NOTES RUNNING.txt +WORK_DIRS= work temp logs + +.for f in ${PRIVATE_EGFILES} +CONF_FILES_PERMS+= ${EGDIR}/${f} ${PKG_SYSCONFDIR.tomcat}/${f} \ + ${TOMCAT_USER} ${TOMCAT_GROUP} 0640 +.endfor + +.for f in ${PUBLIC_EGFILES} +CONF_FILES_PERMS+= ${EGDIR}/${f} ${PKG_SYSCONFDIR.tomcat}/${f} \ + ${TOMCAT_USER} ${TOMCAT_GROUP} 0644 +.endfor + +.for d in ${WORK_DIRS} +OWN_DIRS_PERMS+= ${TOMCAT_HOME}/${d} ${TOMCAT_USER} ${TOMCAT_GROUP} 0755 +.endfor + +INSTALLATION_DIRS+= ${TOMCAT_HOME} ${EGDIR} ${DOCDIR} + +do-install: +.for d in ${WORK_DIRS} + ${RM} -rf ${WRKSRC}/${d} +.endfor + +.for f in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}/${f} + ${RM} -f ${WRKSRC}/${f} +.endfor + +.for f in ${PRIVATE_EGFILES} + ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${DESTDIR}${EGDIR}/${f} + ${RM} -f ${WRKSRC}/conf/${f} +.endfor + +.for f in ${PUBLIC_EGFILES} + ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${DESTDIR}${EGDIR}/${f} + ${RM} -f ${WRKSRC}/conf/${f} +.endfor + + ${FIND} ${WRKSRC} -name \*.exe -type f -print | ${XARGS} ${RM} -f + ${FIND} ${WRKSRC} -name \*.bat -type f -print | ${XARGS} ${RM} -f + + cd ${WRKSRC} && ${PAX} -rw -pm . ${DESTDIR}${TOMCAT_HOME} + + ${FIND} ${DESTDIR}${TOMCAT_HOME} -type d -print | \ + ${XARGS} ${CHMOD} ${PKGDIRMODE} + ${FIND} ${DESTDIR}${TOMCAT_HOME} -type f -print | \ + ${XARGS} ${CHMOD} ${SHAREMODE} + ${FIND} ${DESTDIR}${TOMCAT_HOME} -type f -name \*.sh -print | \ + ${XARGS} ${CHMOD} ${BINMODE} + +.include "../../mk/java-vm.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/apache-tomcat85/PLIST diff -u /dev/null pkgsrc/www/apache-tomcat85/PLIST:1.1 --- /dev/null Mon Apr 10 10:43:22 2017 +++ pkgsrc/www/apache-tomcat85/PLIST Mon Apr 10 10:43:22 2017 @@ -0,0 +1,628 @@ +@comment $NetBSD: PLIST,v 1.1 2017/04/10 10:43:22 ryoon Exp $ +share/doc/tomcat/LICENSE +share/doc/tomcat/NOTICE +share/doc/tomcat/RELEASE-NOTES +share/doc/tomcat/RUNNING.txt +share/examples/tomcat/catalina.policy +share/examples/tomcat/catalina.properties +share/examples/tomcat/context.xml +share/examples/tomcat/logging.properties +share/examples/tomcat/server.xml +share/examples/tomcat/tomcat-users.xml +share/examples/tomcat/web.xml +share/tomcat/bin/bootstrap.jar +share/tomcat/bin/catalina-tasks.xml +share/tomcat/bin/catalina.sh +share/tomcat/bin/commons-daemon-native.tar.gz +share/tomcat/bin/commons-daemon.jar +share/tomcat/bin/configtest.sh +share/tomcat/bin/daemon.sh +share/tomcat/bin/digest.sh +share/tomcat/bin/setclasspath.sh +share/tomcat/bin/shutdown.sh +share/tomcat/bin/startup.sh +share/tomcat/bin/tomcat-juli.jar +share/tomcat/bin/tomcat-native.tar.gz +share/tomcat/bin/tool-wrapper.sh +share/tomcat/bin/version.sh +share/tomcat/conf/jaspic-providers.xml +share/tomcat/conf/jaspic-providers.xsd +share/tomcat/conf/tomcat-users.xsd +share/tomcat/lib/annotations-api.jar +share/tomcat/lib/catalina-ant.jar +share/tomcat/lib/catalina-ha.jar +share/tomcat/lib/catalina-storeconfig.jar +share/tomcat/lib/catalina-tribes.jar +share/tomcat/lib/catalina.jar +share/tomcat/lib/ecj-4.6.1.jar +share/tomcat/lib/el-api.jar +share/tomcat/lib/jasper-el.jar +share/tomcat/lib/jasper.jar +share/tomcat/lib/jaspic-api.jar +share/tomcat/lib/jsp-api.jar +share/tomcat/lib/servlet-api.jar +share/tomcat/lib/tomcat-api.jar +share/tomcat/lib/tomcat-coyote.jar +share/tomcat/lib/tomcat-dbcp.jar +share/tomcat/lib/tomcat-i18n-es.jar +share/tomcat/lib/tomcat-i18n-fr.jar +share/tomcat/lib/tomcat-i18n-ja.jar +share/tomcat/lib/tomcat-jdbc.jar +share/tomcat/lib/tomcat-jni.jar +share/tomcat/lib/tomcat-util-scan.jar +share/tomcat/lib/tomcat-util.jar +share/tomcat/lib/tomcat-websocket.jar +share/tomcat/lib/websocket-api.jar +share/tomcat/webapps/ROOT/RELEASE-NOTES.txt +share/tomcat/webapps/ROOT/WEB-INF/web.xml +share/tomcat/webapps/ROOT/asf-logo-wide.svg +share/tomcat/webapps/ROOT/bg-button.png +share/tomcat/webapps/ROOT/bg-middle.png +share/tomcat/webapps/ROOT/bg-nav-item.png +share/tomcat/webapps/ROOT/bg-nav.png +share/tomcat/webapps/ROOT/bg-upper.png +share/tomcat/webapps/ROOT/favicon.ico +share/tomcat/webapps/ROOT/index.jsp +share/tomcat/webapps/ROOT/tomcat-power.gif +share/tomcat/webapps/ROOT/tomcat.css +share/tomcat/webapps/ROOT/tomcat.gif +share/tomcat/webapps/ROOT/tomcat.png +share/tomcat/webapps/ROOT/tomcat.svg +share/tomcat/webapps/docs/BUILDING.txt +share/tomcat/webapps/docs/RELEASE-NOTES.txt +share/tomcat/webapps/docs/RUNNING.txt +share/tomcat/webapps/docs/WEB-INF/web.xml +share/tomcat/webapps/docs/aio.html +share/tomcat/webapps/docs/api/index.html +share/tomcat/webapps/docs/appdev/build.xml.txt +share/tomcat/webapps/docs/appdev/deployment.html +share/tomcat/webapps/docs/appdev/index.html +share/tomcat/webapps/docs/appdev/installation.html +share/tomcat/webapps/docs/appdev/introduction.html +share/tomcat/webapps/docs/appdev/processes.html +share/tomcat/webapps/docs/appdev/sample/build.xml +share/tomcat/webapps/docs/appdev/sample/docs/README.txt +share/tomcat/webapps/docs/appdev/sample/index.html +share/tomcat/webapps/docs/appdev/sample/sample.war +share/tomcat/webapps/docs/appdev/sample/src/mypackage/Hello.java +share/tomcat/webapps/docs/appdev/sample/web/WEB-INF/web.xml +share/tomcat/webapps/docs/appdev/sample/web/hello.jsp +share/tomcat/webapps/docs/appdev/sample/web/images/tomcat.gif +share/tomcat/webapps/docs/appdev/sample/web/index.html +share/tomcat/webapps/docs/appdev/source.html +share/tomcat/webapps/docs/appdev/web.xml.txt +share/tomcat/webapps/docs/apr.html +share/tomcat/webapps/docs/architecture/index.html +share/tomcat/webapps/docs/architecture/overview.html +share/tomcat/webapps/docs/architecture/requestProcess.html +share/tomcat/webapps/docs/architecture/requestProcess/authentication-process.png +share/tomcat/webapps/docs/architecture/requestProcess/request-process.png +share/tomcat/webapps/docs/architecture/startup.html +share/tomcat/webapps/docs/architecture/startup/serverStartup.pdf +share/tomcat/webapps/docs/architecture/startup/serverStartup.txt +share/tomcat/webapps/docs/balancer-howto.html +share/tomcat/webapps/docs/building.html +share/tomcat/webapps/docs/cgi-howto.html +share/tomcat/webapps/docs/changelog.html +share/tomcat/webapps/docs/class-loader-howto.html +share/tomcat/webapps/docs/cluster-howto.html +share/tomcat/webapps/docs/comments.html +share/tomcat/webapps/docs/config/ajp.html +share/tomcat/webapps/docs/config/automatic-deployment.html +share/tomcat/webapps/docs/config/cluster-channel.html +share/tomcat/webapps/docs/config/cluster-deployer.html +share/tomcat/webapps/docs/config/cluster-interceptor.html +share/tomcat/webapps/docs/config/cluster-listener.html +share/tomcat/webapps/docs/config/cluster-manager.html +share/tomcat/webapps/docs/config/cluster-membership.html +share/tomcat/webapps/docs/config/cluster-receiver.html +share/tomcat/webapps/docs/config/cluster-sender.html +share/tomcat/webapps/docs/config/cluster-valve.html +share/tomcat/webapps/docs/config/cluster.html +share/tomcat/webapps/docs/config/context.html +share/tomcat/webapps/docs/config/cookie-processor.html +share/tomcat/webapps/docs/config/credentialhandler.html +share/tomcat/webapps/docs/config/engine.html +share/tomcat/webapps/docs/config/executor.html +share/tomcat/webapps/docs/config/filter.html +share/tomcat/webapps/docs/config/globalresources.html +share/tomcat/webapps/docs/config/host.html +share/tomcat/webapps/docs/config/http.html +share/tomcat/webapps/docs/config/http2.html +share/tomcat/webapps/docs/config/index.html +share/tomcat/webapps/docs/config/jar-scan-filter.html +share/tomcat/webapps/docs/config/jar-scanner.html +share/tomcat/webapps/docs/config/jaspic.html +share/tomcat/webapps/docs/config/listeners.html +share/tomcat/webapps/docs/config/loader.html +share/tomcat/webapps/docs/config/manager.html +share/tomcat/webapps/docs/config/realm.html +share/tomcat/webapps/docs/config/resources.html +share/tomcat/webapps/docs/config/server.html +share/tomcat/webapps/docs/config/service.html +share/tomcat/webapps/docs/config/sessionidgenerator.html +share/tomcat/webapps/docs/config/systemprops.html +share/tomcat/webapps/docs/config/valve.html +share/tomcat/webapps/docs/connectors.html +share/tomcat/webapps/docs/default-servlet.html +share/tomcat/webapps/docs/deployer-howto.html +share/tomcat/webapps/docs/developers.html +share/tomcat/webapps/docs/elapi/index.html +share/tomcat/webapps/docs/extras.html +share/tomcat/webapps/docs/funcspecs/fs-admin-apps.html +share/tomcat/webapps/docs/funcspecs/fs-admin-objects.html +share/tomcat/webapps/docs/funcspecs/fs-admin-opers.html +share/tomcat/webapps/docs/funcspecs/fs-default.html +share/tomcat/webapps/docs/funcspecs/fs-jdbc-realm.html +share/tomcat/webapps/docs/funcspecs/fs-jndi-realm.html +share/tomcat/webapps/docs/funcspecs/fs-memory-realm.html +share/tomcat/webapps/docs/funcspecs/index.html +share/tomcat/webapps/docs/funcspecs/mbean-names.html +share/tomcat/webapps/docs/html-manager-howto.html +share/tomcat/webapps/docs/images/add.gif +share/tomcat/webapps/docs/images/asf-logo.svg +share/tomcat/webapps/docs/images/code.gif +share/tomcat/webapps/docs/images/cors-flowchart.png +share/tomcat/webapps/docs/images/design.gif +share/tomcat/webapps/docs/images/docs-stylesheet.css +share/tomcat/webapps/docs/images/docs.gif +share/tomcat/webapps/docs/images/fix.gif +share/tomcat/webapps/docs/images/fonts/OpenSans400.woff +share/tomcat/webapps/docs/images/fonts/OpenSans400italic.woff +share/tomcat/webapps/docs/images/fonts/OpenSans600.woff +share/tomcat/webapps/docs/images/fonts/OpenSans600italic.woff +share/tomcat/webapps/docs/images/fonts/OpenSans700.woff +share/tomcat/webapps/docs/images/fonts/OpenSans700italic.woff +share/tomcat/webapps/docs/images/fonts/fonts.css +share/tomcat/webapps/docs/images/printer.gif +share/tomcat/webapps/docs/images/tomcat.gif +share/tomcat/webapps/docs/images/tomcat.png +share/tomcat/webapps/docs/images/tomcat.svg +share/tomcat/webapps/docs/images/update.gif +share/tomcat/webapps/docs/images/void.gif +share/tomcat/webapps/docs/index.html +share/tomcat/webapps/docs/introduction.html +share/tomcat/webapps/docs/jasper-howto.html +share/tomcat/webapps/docs/jdbc-pool.html +share/tomcat/webapps/docs/jndi-datasource-examples-howto.html +share/tomcat/webapps/docs/jndi-resources-howto.html +share/tomcat/webapps/docs/jspapi/index.html +share/tomcat/webapps/docs/logging.html +share/tomcat/webapps/docs/manager-howto.html +share/tomcat/webapps/docs/maven-jars.html +share/tomcat/webapps/docs/mbeans-descriptors-howto.html +share/tomcat/webapps/docs/monitoring.html +share/tomcat/webapps/docs/proxy-howto.html +share/tomcat/webapps/docs/realm-howto.html +share/tomcat/webapps/docs/rewrite.html +share/tomcat/webapps/docs/security-howto.html +share/tomcat/webapps/docs/security-manager-howto.html +share/tomcat/webapps/docs/servletapi/index.html +share/tomcat/webapps/docs/setup.html +share/tomcat/webapps/docs/ssi-howto.html +share/tomcat/webapps/docs/ssl-howto.html +share/tomcat/webapps/docs/tribes/developers.html +share/tomcat/webapps/docs/tribes/faq.html +share/tomcat/webapps/docs/tribes/interceptors.html +share/tomcat/webapps/docs/tribes/introduction.html +share/tomcat/webapps/docs/tribes/membership.html +share/tomcat/webapps/docs/tribes/setup.html +share/tomcat/webapps/docs/tribes/status.html +share/tomcat/webapps/docs/tribes/transport.html +share/tomcat/webapps/docs/virtual-hosting-howto.html +share/tomcat/webapps/docs/web-socket-howto.html +share/tomcat/webapps/docs/websocketapi/index.html +share/tomcat/webapps/docs/windows-auth-howto.html +share/tomcat/webapps/docs/windows-service-howto.html +share/tomcat/webapps/examples/WEB-INF/classes/CookieExample.class +share/tomcat/webapps/examples/WEB-INF/classes/CookieExample.java +share/tomcat/webapps/examples/WEB-INF/classes/HelloWorldExample.class +share/tomcat/webapps/examples/WEB-INF/classes/HelloWorldExample.java +share/tomcat/webapps/examples/WEB-INF/classes/LocalStrings.properties +share/tomcat/webapps/examples/WEB-INF/classes/LocalStrings_en.properties +share/tomcat/webapps/examples/WEB-INF/classes/LocalStrings_es.properties +share/tomcat/webapps/examples/WEB-INF/classes/LocalStrings_fr.properties +share/tomcat/webapps/examples/WEB-INF/classes/LocalStrings_pt.properties +share/tomcat/webapps/examples/WEB-INF/classes/RequestHeaderExample.class +share/tomcat/webapps/examples/WEB-INF/classes/RequestHeaderExample.java +share/tomcat/webapps/examples/WEB-INF/classes/RequestInfoExample.class +share/tomcat/webapps/examples/WEB-INF/classes/RequestInfoExample.java +share/tomcat/webapps/examples/WEB-INF/classes/RequestParamExample.class +share/tomcat/webapps/examples/WEB-INF/classes/RequestParamExample.java +share/tomcat/webapps/examples/WEB-INF/classes/ServletToJsp.class +share/tomcat/webapps/examples/WEB-INF/classes/ServletToJsp.java +share/tomcat/webapps/examples/WEB-INF/classes/SessionExample.class +share/tomcat/webapps/examples/WEB-INF/classes/SessionExample.java +share/tomcat/webapps/examples/WEB-INF/classes/async/Async0$1.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Async0.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Async0.java +share/tomcat/webapps/examples/WEB-INF/classes/async/Async1$1.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Async1.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Async1.java +share/tomcat/webapps/examples/WEB-INF/classes/async/Async2$1.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Async2.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Async2.java +share/tomcat/webapps/examples/WEB-INF/classes/async/Async3.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Async3.java +share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class +share/tomcat/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java +share/tomcat/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Stockticker$TickListener.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Stockticker.class +share/tomcat/webapps/examples/WEB-INF/classes/async/Stockticker.java +share/tomcat/webapps/examples/WEB-INF/classes/cal/Entries.class +share/tomcat/webapps/examples/WEB-INF/classes/cal/Entries.java +share/tomcat/webapps/examples/WEB-INF/classes/cal/Entry.class +share/tomcat/webapps/examples/WEB-INF/classes/cal/Entry.java +share/tomcat/webapps/examples/WEB-INF/classes/cal/JspCalendar.class +share/tomcat/webapps/examples/WEB-INF/classes/cal/JspCalendar.java +share/tomcat/webapps/examples/WEB-INF/classes/cal/TableBean.class +share/tomcat/webapps/examples/WEB-INF/classes/cal/TableBean.java +share/tomcat/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class +share/tomcat/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java +share/tomcat/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class +share/tomcat/webapps/examples/WEB-INF/classes/colors/ColorGameBean.java +share/tomcat/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class +share/tomcat/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java +share/tomcat/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class +share/tomcat/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java +share/tomcat/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class +share/tomcat/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java +share/tomcat/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class +share/tomcat/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java +share/tomcat/webapps/examples/WEB-INF/classes/dates/JspCalendar.class +share/tomcat/webapps/examples/WEB-INF/classes/dates/JspCalendar.java +share/tomcat/webapps/examples/WEB-INF/classes/error/Smart.class +share/tomcat/webapps/examples/WEB-INF/classes/error/Smart.java +share/tomcat/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class +share/tomcat/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.java +share/tomcat/webapps/examples/WEB-INF/classes/examples/FooTag.class +share/tomcat/webapps/examples/WEB-INF/classes/examples/FooTag.java +share/tomcat/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class +share/tomcat/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.java +share/tomcat/webapps/examples/WEB-INF/classes/examples/LogTag.class +share/tomcat/webapps/examples/WEB-INF/classes/examples/LogTag.java +share/tomcat/webapps/examples/WEB-INF/classes/examples/ShowSource.class +share/tomcat/webapps/examples/WEB-INF/classes/examples/ShowSource.java +share/tomcat/webapps/examples/WEB-INF/classes/examples/ValuesTag.class +share/tomcat/webapps/examples/WEB-INF/classes/examples/ValuesTag.java +share/tomcat/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class +share/tomcat/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java +share/tomcat/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.class +share/tomcat/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class +share/tomcat/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.java +share/tomcat/webapps/examples/WEB-INF/classes/listeners/ContextListener.class +share/tomcat/webapps/examples/WEB-INF/classes/listeners/ContextListener.java +share/tomcat/webapps/examples/WEB-INF/classes/listeners/SessionListener.class +share/tomcat/webapps/examples/WEB-INF/classes/listeners/SessionListener.java +share/tomcat/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$1.class +share/tomcat/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$CounterListener.class +share/tomcat/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.class +share/tomcat/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.java +share/tomcat/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$1.class +share/tomcat/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$NumberWriterListener.class +share/tomcat/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.class +share/tomcat/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.java +share/tomcat/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class +share/tomcat/webapps/examples/WEB-INF/classes/num/NumberGuessBean.java +share/tomcat/webapps/examples/WEB-INF/classes/sessions/DummyCart.class +share/tomcat/webapps/examples/WEB-INF/classes/sessions/DummyCart.java +share/tomcat/webapps/examples/WEB-INF/classes/util/CookieFilter.class +share/tomcat/webapps/examples/WEB-INF/classes/util/CookieFilter.java +share/tomcat/webapps/examples/WEB-INF/classes/util/HTMLFilter.class +share/tomcat/webapps/examples/WEB-INF/classes/util/HTMLFilter.java +share/tomcat/webapps/examples/WEB-INF/classes/validators/DebugValidator.class +share/tomcat/webapps/examples/WEB-INF/classes/validators/DebugValidator.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Client$1.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage$ParseException.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$1.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$2.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3$1.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1$1.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$2.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$MessageType.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$Player.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$1.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$CompletedFuture.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$1.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerBinary.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerText.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/echo/servers.json +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/Direction.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/Location.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/Location.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/Snake.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.java +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer$1.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.class +share/tomcat/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.java +share/tomcat/webapps/examples/WEB-INF/jsp/applet/Clock2.java +share/tomcat/webapps/examples/WEB-INF/jsp/debug-taglib.tld +share/tomcat/webapps/examples/WEB-INF/jsp/example-taglib.tld +share/tomcat/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld +share/tomcat/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar +share/tomcat/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar +share/tomcat/webapps/examples/WEB-INF/tags/displayProducts.tag +share/tomcat/webapps/examples/WEB-INF/tags/helloWorld.tag +share/tomcat/webapps/examples/WEB-INF/tags/panel.tag +share/tomcat/webapps/examples/WEB-INF/web.xml +share/tomcat/webapps/examples/index.html +share/tomcat/webapps/examples/jsp/async/async1.jsp +share/tomcat/webapps/examples/jsp/async/async1.jsp.html +share/tomcat/webapps/examples/jsp/async/async3.jsp +share/tomcat/webapps/examples/jsp/async/async3.jsp.html +share/tomcat/webapps/examples/jsp/async/index.jsp +share/tomcat/webapps/examples/jsp/async/index.jsp.html +share/tomcat/webapps/examples/jsp/cal/Entries.java.html +share/tomcat/webapps/examples/jsp/cal/Entry.java.html +share/tomcat/webapps/examples/jsp/cal/JspCalendar.java.html +share/tomcat/webapps/examples/jsp/cal/TableBean.java.html +share/tomcat/webapps/examples/jsp/cal/cal1.jsp +share/tomcat/webapps/examples/jsp/cal/cal1.jsp.html +share/tomcat/webapps/examples/jsp/cal/cal2.jsp +share/tomcat/webapps/examples/jsp/cal/cal2.jsp.html +share/tomcat/webapps/examples/jsp/cal/calendar.html +share/tomcat/webapps/examples/jsp/cal/login.html +share/tomcat/webapps/examples/jsp/checkbox/CheckTest.html +share/tomcat/webapps/examples/jsp/checkbox/check.html +share/tomcat/webapps/examples/jsp/checkbox/checkresult.jsp +share/tomcat/webapps/examples/jsp/checkbox/checkresult.jsp.html +share/tomcat/webapps/examples/jsp/checkbox/cresult.html +share/tomcat/webapps/examples/jsp/colors/ColorGameBean.html +share/tomcat/webapps/examples/jsp/colors/clr.html +share/tomcat/webapps/examples/jsp/colors/colors.html +share/tomcat/webapps/examples/jsp/colors/colrs.jsp +share/tomcat/webapps/examples/jsp/colors/colrs.jsp.html +share/tomcat/webapps/examples/jsp/dates/date.html +share/tomcat/webapps/examples/jsp/dates/date.jsp +share/tomcat/webapps/examples/jsp/dates/date.jsp.html +share/tomcat/webapps/examples/jsp/error/er.html +share/tomcat/webapps/examples/jsp/error/err.jsp +share/tomcat/webapps/examples/jsp/error/err.jsp.html +share/tomcat/webapps/examples/jsp/error/error.html +share/tomcat/webapps/examples/jsp/error/errorpge.jsp +share/tomcat/webapps/examples/jsp/error/errorpge.jsp.html +share/tomcat/webapps/examples/jsp/forward/forward.jsp +share/tomcat/webapps/examples/jsp/forward/forward.jsp.html +share/tomcat/webapps/examples/jsp/forward/fwd.html +share/tomcat/webapps/examples/jsp/forward/one.jsp +share/tomcat/webapps/examples/jsp/forward/one.jsp.html +share/tomcat/webapps/examples/jsp/forward/two.html +share/tomcat/webapps/examples/jsp/images/code.gif +share/tomcat/webapps/examples/jsp/images/execute.gif +share/tomcat/webapps/examples/jsp/images/read.gif +share/tomcat/webapps/examples/jsp/images/return.gif +share/tomcat/webapps/examples/jsp/include/foo.html +share/tomcat/webapps/examples/jsp/include/foo.jsp +share/tomcat/webapps/examples/jsp/include/foo.jsp.html +share/tomcat/webapps/examples/jsp/include/inc.html +share/tomcat/webapps/examples/jsp/include/include.jsp +share/tomcat/webapps/examples/jsp/include/include.jsp.html +share/tomcat/webapps/examples/jsp/index.html +share/tomcat/webapps/examples/jsp/jsp2/el/Functions.java.html +share/tomcat/webapps/examples/jsp/jsp2/el/ValuesBean.java.html +share/tomcat/webapps/examples/jsp/jsp2/el/ValuesTag.java.html +share/tomcat/webapps/examples/jsp/jsp2/el/basic-arithmetic.html +share/tomcat/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp +share/tomcat/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/el/basic-comparisons.html +share/tomcat/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp +share/tomcat/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/el/composite.html +share/tomcat/webapps/examples/jsp/jsp2/el/composite.jsp +share/tomcat/webapps/examples/jsp/jsp2/el/composite.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/el/functions.html +share/tomcat/webapps/examples/jsp/jsp2/el/functions.jsp +share/tomcat/webapps/examples/jsp/jsp2/el/functions.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/el/implicit-objects.html +share/tomcat/webapps/examples/jsp/jsp2/el/implicit-objects.jsp +share/tomcat/webapps/examples/jsp/jsp2/el/implicit-objects.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/FooBean.java.html +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/HelloWorldSimpleTag.java.html +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/ShuffleSimpleTag.java.html +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/TileSimpleTag.java.html +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/jspattribute.html +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/shuffle.html +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp +share/tomcat/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/jspx/basic.html +share/tomcat/webapps/examples/jsp/jsp2/jspx/basic.jspx +share/tomcat/webapps/examples/jsp/jsp2/jspx/basic.jspx.html +share/tomcat/webapps/examples/jsp/jsp2/jspx/svgexample.html +share/tomcat/webapps/examples/jsp/jsp2/jspx/textRotate.html +share/tomcat/webapps/examples/jsp/jsp2/jspx/textRotate.jpg +share/tomcat/webapps/examples/jsp/jsp2/jspx/textRotate.jspx +share/tomcat/webapps/examples/jsp/jsp2/jspx/textRotate.jspx.html +share/tomcat/webapps/examples/jsp/jsp2/misc/EchoAttributesTag.java.html +share/tomcat/webapps/examples/jsp/jsp2/misc/coda.jspf +share/tomcat/webapps/examples/jsp/jsp2/misc/coda.jspf.html +share/tomcat/webapps/examples/jsp/jsp2/misc/config.html +share/tomcat/webapps/examples/jsp/jsp2/misc/config.jsp +share/tomcat/webapps/examples/jsp/jsp2/misc/config.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/misc/dynamicattrs.html +share/tomcat/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp +share/tomcat/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/misc/prelude.jspf +share/tomcat/webapps/examples/jsp/jsp2/misc/prelude.jspf.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/BookBean.java.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/FindBookSimpleTag.java.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/Functions.java.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/HelloWorldSimpleTag.java.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/RepeatSimpleTag.java.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/book.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/book.jsp +share/tomcat/webapps/examples/jsp/jsp2/simpletag/book.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/hello.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/hello.jsp +share/tomcat/webapps/examples/jsp/jsp2/simpletag/hello.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/repeat.html +share/tomcat/webapps/examples/jsp/jsp2/simpletag/repeat.jsp +share/tomcat/webapps/examples/jsp/jsp2/simpletag/repeat.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/displayProducts.tag.html +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/hello.html +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/hello.jsp +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/hello.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/helloWorld.tag.html +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/panel.html +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/panel.jsp +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/panel.jsp.html +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/panel.tag.html +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/products.html +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/products.jsp +share/tomcat/webapps/examples/jsp/jsp2/tagfiles/products.jsp.html +share/tomcat/webapps/examples/jsp/jsptoserv/ServletToJsp.java.html +share/tomcat/webapps/examples/jsp/jsptoserv/hello.jsp +share/tomcat/webapps/examples/jsp/jsptoserv/hello.jsp.html +share/tomcat/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp +share/tomcat/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp.html +share/tomcat/webapps/examples/jsp/jsptoserv/jts.html +share/tomcat/webapps/examples/jsp/num/numguess.html +share/tomcat/webapps/examples/jsp/num/numguess.jsp +share/tomcat/webapps/examples/jsp/num/numguess.jsp.html +share/tomcat/webapps/examples/jsp/plugin/applet/Clock2.class +share/tomcat/webapps/examples/jsp/plugin/applet/Clock2.java +share/tomcat/webapps/examples/jsp/plugin/plugin.html +share/tomcat/webapps/examples/jsp/plugin/plugin.jsp +share/tomcat/webapps/examples/jsp/plugin/plugin.jsp.html +share/tomcat/webapps/examples/jsp/security/protected/error.jsp +share/tomcat/webapps/examples/jsp/security/protected/error.jsp.html +share/tomcat/webapps/examples/jsp/security/protected/index.jsp +share/tomcat/webapps/examples/jsp/security/protected/index.jsp.html +share/tomcat/webapps/examples/jsp/security/protected/login.jsp +share/tomcat/webapps/examples/jsp/security/protected/login.jsp.html +share/tomcat/webapps/examples/jsp/sessions/DummyCart.html +share/tomcat/webapps/examples/jsp/sessions/carts.html +share/tomcat/webapps/examples/jsp/sessions/carts.jsp +share/tomcat/webapps/examples/jsp/sessions/carts.jsp.html +share/tomcat/webapps/examples/jsp/sessions/crt.html +share/tomcat/webapps/examples/jsp/simpletag/foo.html +share/tomcat/webapps/examples/jsp/simpletag/foo.jsp +share/tomcat/webapps/examples/jsp/simpletag/foo.jsp.html +share/tomcat/webapps/examples/jsp/snp/snoop.html +share/tomcat/webapps/examples/jsp/snp/snoop.jsp +share/tomcat/webapps/examples/jsp/snp/snoop.jsp.html +share/tomcat/webapps/examples/jsp/source.jsp +share/tomcat/webapps/examples/jsp/source.jsp.html +share/tomcat/webapps/examples/jsp/tagplugin/choose.html +share/tomcat/webapps/examples/jsp/tagplugin/choose.jsp +share/tomcat/webapps/examples/jsp/tagplugin/choose.jsp.html +share/tomcat/webapps/examples/jsp/tagplugin/foreach.html +share/tomcat/webapps/examples/jsp/tagplugin/foreach.jsp +share/tomcat/webapps/examples/jsp/tagplugin/foreach.jsp.html +share/tomcat/webapps/examples/jsp/tagplugin/howto.html +share/tomcat/webapps/examples/jsp/tagplugin/if.html +share/tomcat/webapps/examples/jsp/tagplugin/if.jsp +share/tomcat/webapps/examples/jsp/tagplugin/if.jsp.html +share/tomcat/webapps/examples/jsp/tagplugin/notes.html +share/tomcat/webapps/examples/jsp/xml/xml.html +share/tomcat/webapps/examples/jsp/xml/xml.jsp +share/tomcat/webapps/examples/jsp/xml/xml.jsp.html +share/tomcat/webapps/examples/servlets/cookies.html +share/tomcat/webapps/examples/servlets/helloworld.html +share/tomcat/webapps/examples/servlets/images/code.gif +share/tomcat/webapps/examples/servlets/images/execute.gif +share/tomcat/webapps/examples/servlets/images/return.gif +share/tomcat/webapps/examples/servlets/index.html +share/tomcat/webapps/examples/servlets/nonblocking/bytecounter.html +share/tomcat/webapps/examples/servlets/reqheaders.html +share/tomcat/webapps/examples/servlets/reqinfo.html +share/tomcat/webapps/examples/servlets/reqparams.html +share/tomcat/webapps/examples/servlets/sessions.html +share/tomcat/webapps/examples/websocket/chat.xhtml +share/tomcat/webapps/examples/websocket/drawboard.xhtml +share/tomcat/webapps/examples/websocket/echo.xhtml +share/tomcat/webapps/examples/websocket/index.xhtml +share/tomcat/webapps/examples/websocket/snake.xhtml +share/tomcat/webapps/host-manager/META-INF/context.xml +share/tomcat/webapps/host-manager/WEB-INF/jsp/401.jsp +share/tomcat/webapps/host-manager/WEB-INF/jsp/403.jsp +share/tomcat/webapps/host-manager/WEB-INF/jsp/404.jsp +share/tomcat/webapps/host-manager/WEB-INF/web.xml +share/tomcat/webapps/host-manager/images/add.gif +share/tomcat/webapps/host-manager/images/asf-logo.svg +share/tomcat/webapps/host-manager/images/code.gif +share/tomcat/webapps/host-manager/images/design.gif +share/tomcat/webapps/host-manager/images/docs.gif +share/tomcat/webapps/host-manager/images/fix.gif +share/tomcat/webapps/host-manager/images/tomcat.gif +share/tomcat/webapps/host-manager/images/update.gif +share/tomcat/webapps/host-manager/images/void.gif +share/tomcat/webapps/host-manager/index.jsp +share/tomcat/webapps/host-manager/manager.xml +share/tomcat/webapps/manager/META-INF/context.xml +share/tomcat/webapps/manager/WEB-INF/jsp/401.jsp +share/tomcat/webapps/manager/WEB-INF/jsp/403.jsp +share/tomcat/webapps/manager/WEB-INF/jsp/404.jsp +share/tomcat/webapps/manager/WEB-INF/jsp/connectorCiphers.jsp +share/tomcat/webapps/manager/WEB-INF/jsp/sessionDetail.jsp +share/tomcat/webapps/manager/WEB-INF/jsp/sessionsList.jsp +share/tomcat/webapps/manager/WEB-INF/web.xml +share/tomcat/webapps/manager/images/add.gif +share/tomcat/webapps/manager/images/asf-logo.svg +share/tomcat/webapps/manager/images/code.gif +share/tomcat/webapps/manager/images/design.gif +share/tomcat/webapps/manager/images/docs.gif +share/tomcat/webapps/manager/images/fix.gif +share/tomcat/webapps/manager/images/tomcat.gif +share/tomcat/webapps/manager/images/update.gif +share/tomcat/webapps/manager/images/void.gif +share/tomcat/webapps/manager/index.jsp +share/tomcat/webapps/manager/status.xsd +share/tomcat/webapps/manager/xform.xsl Index: pkgsrc/www/apache-tomcat85/distinfo diff -u /dev/null pkgsrc/www/apache-tomcat85/distinfo:1.1 --- /dev/null Mon Apr 10 10:43:22 2017 +++ pkgsrc/www/apache-tomcat85/distinfo Mon Apr 10 10:43:22 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/04/10 10:43:22 ryoon Exp $ + +SHA1 (apache-tomcat-8.5.13.tar.gz) = 521a2f487926985211aff9863229eae2af9f3715 +RMD160 (apache-tomcat-8.5.13.tar.gz) = 61c87266256a79a04b2116078b99eaadec172c37 +SHA512 (apache-tomcat-8.5.13.tar.gz) = 24d41f398ef00edaed8b7736ebd82cd7857fc6f7cf299c4a006d38f81d0a45cfa87e8e155c8ff13e8ce23d68bec17e65f423e50db0d221e3beeded317ed6ca46 +Size (apache-tomcat-8.5.13.tar.gz) = 9375265 bytes Index: pkgsrc/www/apache-tomcat85/files/tomcat.sh diff -u /dev/null pkgsrc/www/apache-tomcat85/files/tomcat.sh:1.1 --- /dev/null Mon Apr 10 10:43:22 2017 +++ pkgsrc/www/apache-tomcat85/files/tomcat.sh Mon Apr 10 10:43:22 2017 @@ -0,0 +1,97 @@ +#! @RCD_SCRIPTS_SHELL@ +# +# $NetBSD: tomcat.sh,v 1.1 2017/04/10 10:43:22 ryoon Exp $ +# +# PROVIDE: tomcat +# REQUIRE: DAEMON +# + +if [ -r /etc/rc.subr ] +then + . /etc/rc.subr +fi + +name="tomcat" +rcvar=$name +command="@TOMCAT_HOME@/bin/catalina.sh" +pidfile="@VARBASE@/run/tomcat/catalina.pid" +tomcat_user="@TOMCAT_USER@" +tomcat_group="@TOMCAT_GROUP@" +start_cmd="$command start" +stop_cmd="$command stop" +restart_cmd="$stop_cmd && $start_cmd" +run_cmd="tomcat_run" +version_cmd="tomcat_version" +debug_cmd="tomcat_debug" +extra_commands="run version debug" +start_precmd="tomcat_precmd" + +PREFIX=@PREFIX@ + +if [ -z "${JAVA_HOME}" ] +then + JAVA_HOME="@JAVA_HOME@" + export JAVA_HOME +fi + +CATALINA_HOME=@TOMCAT_HOME@ +TOMCAT_HOME=@TOMCAT_HOME@ +CATALINA_PID=${pidfile} +export CATALINA_HOME +export TOMCAT_HOME +export CATALINA_PID + +if [ -n "${tomcat_classpath}" ] +then + CLASSPATH=${CLASSPATH}:${tomcat_classpath} +fi +export CLASSPATH + +tomcat_precmd() +{ + if [ ! -d @VARBASE@/run/tomcat ]; then + @MKDIR@ @VARBASE@/run/tomcat + @CHMOD@ 0750 @VARBASE@/run/tomcat + @CHOWN@ ${tomcat_user}:${tomcat_group} @VARBASE@/run/tomcat + fi +} + +tomcat_start() +{ + cd $CATALINA_HOME/logs + @SU@ ${tomcat_user} -c "${command} start" +} + +tomcat_stop() +{ + rc_pid=$(check_pidfile $pidfile "${JAVA_HOME}/bin/java") + @SU@ ${tomcat_user} -c "${command} stop" + wait_for_pids $rc_pid +} + + +tomcat_run() +{ + cd ${CATALINA_HOME}/logs + @SU@ ${tomcat_user} -c "${command} run" +} + +tomcat_version() +{ + @SU@ ${tomcat_user} -c "${command} version" +} + +tomcat_debug() +{ + cd ${CATALINA_HOME}/logs + @SU@ ${tomcat_user} -c "${command} debug" +} + +if [ -f /etc/rc.subr ] +then + load_rc_config "$name" + run_rc_command "$1" +else + echo -n ' ${name}' + exec ${command} ${tomcat_flags} ${command_args} +fi Index: pkgsrc/www/apache-tomcat85/files/smf/manifest.xml diff -u /dev/null pkgsrc/www/apache-tomcat85/files/smf/manifest.xml:1.1 --- /dev/null Mon Apr 10 10:43:22 2017 +++ pkgsrc/www/apache-tomcat85/files/smf/manifest.xml Mon Apr 10 10:43:22 2017 @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --_----------=_149182100237240--