Update to 9.4.24
PR: 242394 Approved by: maintainer timeout
This commit is contained in:
parent
79d2d0b07e
commit
97e700a63c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524512
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jetty
|
||||
PORTVERSION= 9.4.20
|
||||
PORTVERSION= 9.4.24
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${PORTVERSION}.${JDVDATE}/
|
||||
PKGNAMESUFFIX= 9
|
||||
@ -18,7 +18,7 @@ RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
CONFLICTS= jetty-8.*
|
||||
|
||||
JDVDATE= v20190813
|
||||
JDVDATE= v20191120
|
||||
USE_JAVA= yes
|
||||
NO_ARCH= yes
|
||||
USES= shebangfix
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565922143
|
||||
SHA256 (jetty-distribution-9.4.20.v20190813.tar.gz) = 258999e71bdfc8768db88f0253c2f53c282ae2dc0294723f91a3243be8ddcea2
|
||||
SIZE (jetty-distribution-9.4.20.v20190813.tar.gz) = 19400796
|
||||
TIMESTAMP = 1575332713
|
||||
SHA256 (jetty-distribution-9.4.24.v20191120.tar.gz) = a469b837fe08c68c79a46148b02da2850457bd0fe7b0d03b6f5d78ea1eca5b1c
|
||||
SIZE (jetty-distribution-9.4.24.v20191120.tar.gz) = 19225075
|
||||
|
@ -32,6 +32,7 @@ sbin/%%APP_NAME%%.sh
|
||||
%%APP_HOME%%/etc/jetty-jmx-remote.xml
|
||||
%%APP_HOME%%/etc/jetty-jmx.xml
|
||||
%%APP_HOME%%/etc/jetty-lowresources.xml
|
||||
%%APP_HOME%%/etc/jetty-openid.xml
|
||||
%%APP_HOME%%/etc/jetty-plus.xml
|
||||
%%APP_HOME%%/etc/jetty-proxy-protocol-ssl.xml
|
||||
%%APP_HOME%%/etc/jetty-proxy-protocol.xml
|
||||
@ -83,72 +84,74 @@ sbin/%%APP_NAME%%.sh
|
||||
%%APP_HOME%%/etc/spnego.properties
|
||||
%%APP_HOME%%/etc/webdefault.xml
|
||||
%%APP_HOME%%/lib/alpn-api-1.1.3.v20160715.jar
|
||||
%%APP_HOME%%/lib/annotations/asm-7.1.jar
|
||||
%%APP_HOME%%/lib/annotations/asm-analysis-7.1.jar
|
||||
%%APP_HOME%%/lib/annotations/asm-commons-7.1.jar
|
||||
%%APP_HOME%%/lib/annotations/asm-tree-7.1.jar
|
||||
%%APP_HOME%%/lib/annotations/asm-7.2.jar
|
||||
%%APP_HOME%%/lib/annotations/asm-analysis-7.2.jar
|
||||
%%APP_HOME%%/lib/annotations/asm-commons-7.2.jar
|
||||
%%APP_HOME%%/lib/annotations/asm-tree-7.2.jar
|
||||
%%APP_HOME%%/lib/annotations/javax.annotation-api-1.3.jar
|
||||
%%APP_HOME%%/lib/apache-jsp/org.eclipse.jdt.ecj-3.17.0.jar
|
||||
%%APP_HOME%%/lib/apache-jsp/org.eclipse.jetty.apache-jsp-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/apache-jsp/org.eclipse.jetty.apache-jsp-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-el-8.5.40.jar
|
||||
%%APP_HOME%%/lib/apache-jsp/org.mortbay.jasper.apache-jsp-8.5.40.jar
|
||||
%%APP_HOME%%/lib/apache-jstl/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar
|
||||
%%APP_HOME%%/lib/apache-jstl/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar
|
||||
%%APP_HOME%%/lib/ext/.donotdelete
|
||||
%%APP_HOME%%/lib/fcgi/fcgi-client-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/fcgi/fcgi-server-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/http2/http2-common-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/http2/http2-hpack-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/http2/http2-server-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/infinispan-common-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/infinispan-embedded-query-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/infinispan-remote-query-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/fcgi/fcgi-client-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/fcgi/fcgi-server-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/http2/http2-common-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/http2/http2-hpack-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/http2/http2-server-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/infinispan-common-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/infinispan-embedded-query-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/infinispan-remote-query-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jaspi/javax.security.auth.message-1.0.0.v201108011116.jar
|
||||
%%APP_HOME%%/lib/jetty-alpn-conscrypt-server-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-alpn-java-server-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-alpn-openjdk8-server-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-alpn-server-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-annotations-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-cdi-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-client-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-continuation-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-deploy-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-gcloud-session-manager-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-hazelcast-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-http-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-io-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-jaas-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-jaspi-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-jmx-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-jndi-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-memcached-sessions-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-nosql-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-plus-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-proxy-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-quickstart-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-rewrite-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-alpn-conscrypt-server-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-alpn-java-server-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-alpn-openjdk8-server-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-alpn-server-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-annotations-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-cdi-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-client-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-continuation-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-deploy-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-gcloud-session-manager-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-hazelcast-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-http-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-io-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-jaas-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-jaspi-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-jmx-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-jndi-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-memcached-sessions-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-nosql-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-openid-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-plus-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-proxy-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-quickstart-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-rewrite-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-schemas-3.1.jar
|
||||
%%APP_HOME%%/lib/jetty-security-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-server-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-servlet-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-servlets-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-unixsocket-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-util-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-webapp-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-xml-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/jetty-security-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-server-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-servlet-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-servlets-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-unixsocket-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-util-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-util-ajax-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-webapp-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/jetty-xml-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/mail/javax.mail.glassfish-1.4.1.v201005082020.jar
|
||||
%%APP_HOME%%/lib/servlet-api-3.1.jar
|
||||
%%APP_HOME%%/lib/setuid/jetty-setuid-java-1.0.3.jar
|
||||
%%APP_HOME%%/lib/spring/jetty-spring-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/spring/jetty-spring-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/transactions/javax.transaction-api-1.3.jar
|
||||
%%APP_HOME%%/lib/websocket/javax-websocket-client-impl-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/websocket/javax-websocket-server-impl-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/websocket/javax-websocket-client-impl-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/websocket/javax-websocket-server-impl-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/websocket/javax.websocket-api-1.0.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-api-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-client-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-common-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-server-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-servlet-9.4.20.v20190813.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-api-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-client-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-common-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-server-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/lib/websocket/websocket-servlet-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%APP_HOME%%/license-eplv10-aslv20.html
|
||||
%%APP_HOME%%/logs/.donotdelete
|
||||
%%APP_HOME%%/modules/.donotdelete
|
||||
@ -181,6 +184,8 @@ sbin/%%APP_NAME%%.sh
|
||||
%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_212.mod
|
||||
%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_221.mod
|
||||
%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_222.mod
|
||||
%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_231.mod
|
||||
%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_232.mod
|
||||
%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_25.mod
|
||||
%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_31.mod
|
||||
%%APP_HOME%%/modules/alpn-impl/alpn-1.8.0_40.mod
|
||||
@ -254,6 +259,7 @@ sbin/%%APP_NAME%%.sh
|
||||
%%APP_HOME%%/modules/jamon/jamon.xml
|
||||
%%APP_HOME%%/modules/jaspi.mod
|
||||
%%APP_HOME%%/modules/jcl-slf4j.mod
|
||||
%%APP_HOME%%/modules/jdbc.mod
|
||||
%%APP_HOME%%/modules/jminix.mod
|
||||
%%APP_HOME%%/modules/jminix/jminix.xml
|
||||
%%APP_HOME%%/modules/jmx-remote.mod
|
||||
@ -288,6 +294,8 @@ sbin/%%APP_NAME%%.sh
|
||||
%%APP_HOME%%/modules/logging-slf4j.mod
|
||||
%%APP_HOME%%/modules/lowresources.mod
|
||||
%%APP_HOME%%/modules/mail.mod
|
||||
%%APP_HOME%%/modules/openid.mod
|
||||
%%APP_HOME%%/modules/openid/openid-baseloginservice.xml
|
||||
%%APP_HOME%%/modules/plus.mod
|
||||
%%APP_HOME%%/modules/proxy-protocol-ssl.mod
|
||||
%%APP_HOME%%/modules/proxy-protocol.mod
|
||||
@ -378,7 +386,7 @@ sbin/%%APP_NAME%%.sh
|
||||
%%WWWDIR%%/demo-base/etc/login.properties
|
||||
%%WWWDIR%%/demo-base/etc/realm.properties
|
||||
%%WWWDIR%%/demo-base/etc/test-realm.xml
|
||||
%%WWWDIR%%/demo-base/lib/ext/test-mock-resources-9.4.20.v20190813.jar
|
||||
%%WWWDIR%%/demo-base/lib/ext/test-mock-resources-%%PORTVERSION%%.%%JDVDATE%%.jar
|
||||
%%WWWDIR%%/demo-base/start.d/annotations.ini
|
||||
%%WWWDIR%%/demo-base/start.d/client.ini
|
||||
%%WWWDIR%%/demo-base/start.d/continuation.ini
|
||||
@ -400,252 +408,252 @@ sbin/%%APP_NAME%%.sh
|
||||
%%WWWDIR%%/demo-base/webapps/ROOT/index.html
|
||||
%%WWWDIR%%/demo-base/webapps/ROOT/jetty.css
|
||||
%%WWWDIR%%/demo-base/webapps/async-rest.war
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/_enabling_websocket.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/advanced-contributing.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/advanced-debugging.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/advanced-embedding.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/advanced-extras.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/alpn-chapter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/annotations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ant-and-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/architecture.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/automatic-webapp-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/balancer-servlet.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/bugs.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/cgi-servlet.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/cloudfoundry.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/coding-standards.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-connectors.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-contexts.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-fastcgi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-form-size.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-jetty-request-logs.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-jsp.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-logging-modules.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-logging.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-security-secure-passwords.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-security.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-file-system.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-gcloud.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-hazelcast.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-infinispan.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-jdbc.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-memory.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-sessions-mongo.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-specific-webapp-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-ssl.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-virtual-hosts.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/configuring-webapps.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/continuations-patterns.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/continuations-using.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/continuations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/contributing-documentation.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/contributing-patches.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/contributing-source-build.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/creating-custom-protocol.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/cross-origin-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/docbook.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/font-awesome/font-awesome-ie7.min.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/font-awesome/font-awesome.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/font-awesome/font-awesome.css.map
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/font-awesome/font-awesome.min.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/darkula.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/default.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/foundation.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/github.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/googlecode.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/css/highlighter/zenburn.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/custom-error-pages.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/custom-modules.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/debug-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/debugging-with-eclipse.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/debugging-with-intellij.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/default-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/default-logging-with-stderrlog.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/deployment-architecture.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/dos-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/elastic-beanstalk.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/embedded-examples.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/embedding-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/enable-remote-debugging.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/error-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/example-logging-logback-centralized.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fastcgi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fedora.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/FontAwesome.otf
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.eot
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.ttf
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.woff
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/fonts/fontawesome-webfont.woff2
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/framework-jetty-osgi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/framework-metro.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/framework-weld.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/frameworks.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/gzip-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/header-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/high-load.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/hot-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-api.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-authentication.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-cookie.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-proxy.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client-transport.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http-client.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2-configuring-haproxy.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2-configuring-push.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2-configuring.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2-enabling.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/http2.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/Jetty_Configuration_File_Relationships.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/Jetty_DeployManager_AppLifeCycle-1.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/Jetty_DeployManager_DefaultAppLifeCycleBindings.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/Jetty_DeployManager_DeploymentManager_Roles.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/SessionsHierarchy.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-handlers.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-nested-handlers.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-patterns.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-servlet-handler.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/basic-architecture-web-application.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/caution.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/caution.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/certificate-chain.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/debug-eclipse-1.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/debug-eclipse-2.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/debug-eclipse-3.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/draft-ribbon.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/favicon.ico
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/important.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/important.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/intellij_debug_view.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/intellij_new_remote_config.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/intellij_select_debug.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/intellij_set_breakpoint.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jconsole1.jpg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jconsole2.jpg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jconsole3.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-avatar.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-header-logo.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-high-level-architecture.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-logo-shadow.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-logo-shadow.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty-logo.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jetty.gif
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jmc1.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jmc2.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/jmc3.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/modules-9.3-simplified.dot
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/modules-9.3-simplified.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/note.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/note.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/tip.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/tip.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/warning.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/warning.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/images/windows-service-jetty.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/index.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/introduction.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ipaccess-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jaas-support.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jelastic.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-1xx-responses.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-admin-guide.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-classloading.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-config-guide.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-dev-guide.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-dump-tool.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-env-xml.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-handlers.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-javaee.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-jconsole.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-jmx-annotations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-jspc-maven-plugin.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-maven-plugin.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-maven-scanning.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-ref-guide.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-ssl-distribution.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-web-xml-config.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-adapter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-annotations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-events.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-listener.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-send-message.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-api-session.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-client-api.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-websocket-server-api.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-xml-config.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jetty-xml-usage.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jmx-chapter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jndi-configuration.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jndi-datasource-examples.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jndi-embedded.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/jndi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/js/highlight.pack.js
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/limit-load.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/maven-and-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/moved-context-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/optimizing.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/override-web-xml.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/platforms.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/preventing-memory-leaks.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/proxy-servlet.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/qos-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quick-start-configure.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quick-start-getting-started.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quick-start.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-common-config.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-config-what.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-deploying-webapps.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-jetty-coordinates.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-running-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/quickstart-webapp.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ref-temporary-directories.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/reference-section.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/release-testing.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/releasing-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/resource-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/rewrite-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/runner.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/security-reporting.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/security-reports.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/serving-aliased-files.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/serving-webapp-from-particular-port.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/session-configuration-housekeeper.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/session-configuration-memcachedsessiondatastore.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/session-configuration-sessioncache.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/session-management.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/sessions-details.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/sessions-usecases.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/setting-form-size.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/setting-port80-access.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/shutdown-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/spnego-support.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/start-jar.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-base-and-home.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-classpath.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-jpms.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-modules.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-unix-service.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-windows-service.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup-xml-config.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/startup.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/static-content-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/statistics-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/troubleshooting-locked-files-on-windows.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/troubleshooting-slow-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/troubleshooting.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ubuntu.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/upgrading-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/using-annotations-embedded.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/using-annotations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/using-jetty-jndi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/watchservice.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/webdefault-xml.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/websocket-intro.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/websocket-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/what-jetty-version.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/9.4.20.v20190813/ws-intro-api.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/_enabling_websocket.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/advanced-contributing.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/advanced-debugging.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/advanced-embedding.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/advanced-extras.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/alpn-chapter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/annotations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ant-and-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/architecture.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/automatic-webapp-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/balancer-servlet.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/bugs.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/cgi-servlet.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/cloudfoundry.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/coding-standards.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-connectors.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-contexts.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-fastcgi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-form-size.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-jetty-request-logs.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-jsp.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-logging-modules.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-logging.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-security-secure-passwords.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-security.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-file-system.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-gcloud.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-hazelcast.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-infinispan.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-jdbc.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-memory.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-sessions-mongo.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-specific-webapp-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-ssl.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-virtual-hosts.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/configuring-webapps.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/continuations-patterns.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/continuations-using.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/continuations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/contributing-documentation.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/contributing-patches.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/contributing-source-build.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/creating-custom-protocol.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/cross-origin-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/docbook.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/font-awesome/font-awesome-ie7.min.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/font-awesome/font-awesome.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/font-awesome/font-awesome.css.map
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/font-awesome/font-awesome.min.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/darkula.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/default.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/foundation.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/github.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/googlecode.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/css/highlighter/zenburn.css
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/custom-error-pages.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/custom-modules.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/debug-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/debugging-with-eclipse.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/debugging-with-intellij.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/default-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/default-logging-with-stderrlog.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/deployment-architecture.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/dos-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/elastic-beanstalk.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/embedded-examples.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/embedding-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/enable-remote-debugging.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/error-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/example-logging-logback-centralized.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fastcgi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fedora.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/FontAwesome.otf
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.eot
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.ttf
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.woff
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/fonts/fontawesome-webfont.woff2
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/framework-jetty-osgi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/framework-metro.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/framework-weld.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/frameworks.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/gzip-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/header-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/high-load.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/hot-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-api.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-authentication.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-cookie.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-proxy.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client-transport.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http-client.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2-configuring-haproxy.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2-configuring-push.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2-configuring.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2-enabling.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/http2.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/Jetty_Configuration_File_Relationships.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/Jetty_DeployManager_AppLifeCycle-1.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/Jetty_DeployManager_DefaultAppLifeCycleBindings.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/Jetty_DeployManager_DeploymentManager_Roles.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/SessionsHierarchy.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-handlers.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-nested-handlers.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-patterns.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-servlet-handler.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/basic-architecture-web-application.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/caution.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/caution.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/certificate-chain.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/debug-eclipse-1.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/debug-eclipse-2.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/debug-eclipse-3.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/draft-ribbon.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/favicon.ico
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/important.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/important.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/intellij_debug_view.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/intellij_new_remote_config.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/intellij_select_debug.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/intellij_set_breakpoint.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jconsole1.jpg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jconsole2.jpg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jconsole3.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-avatar.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-header-logo.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-high-level-architecture.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-logo-shadow.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-logo-shadow.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty-logo.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jetty.gif
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jmc1.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jmc2.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/jmc3.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/modules-9.3-simplified.dot
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/modules-9.3-simplified.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/note.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/note.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/tip.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/tip.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/warning.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/warning.svg
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/images/windows-service-jetty.png
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/index.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/introduction.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ipaccess-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jaas-support.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jelastic.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-1xx-responses.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-admin-guide.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-classloading.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-config-guide.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-dev-guide.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-dump-tool.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-env-xml.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-handlers.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-javaee.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-jconsole.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-jmx-annotations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-jspc-maven-plugin.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-maven-plugin.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-maven-scanning.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-ref-guide.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-ssl-distribution.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-web-xml-config.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-adapter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-annotations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-events.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-listener.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-send-message.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-api-session.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-client-api.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-websocket-server-api.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-xml-config.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jetty-xml-usage.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jmx-chapter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jndi-configuration.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jndi-datasource-examples.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jndi-embedded.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/jndi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/js/highlight.pack.js
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/limit-load.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/maven-and-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/moved-context-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/optimizing.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/override-web-xml.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/platforms.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/preventing-memory-leaks.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/proxy-servlet.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/qos-filter.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start-configure.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start-getting-started.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quick-start.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-common-config.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-config-what.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-deploying-webapps.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-jetty-coordinates.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-running-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/quickstart-webapp.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ref-temporary-directories.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/reference-section.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/release-testing.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/releasing-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/resource-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/rewrite-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/runner.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/security-reporting.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/security-reports.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/serving-aliased-files.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/serving-webapp-from-particular-port.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/session-configuration-housekeeper.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/session-configuration-memcachedsessiondatastore.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/session-configuration-sessioncache.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/session-management.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/sessions-details.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/sessions-usecases.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/setting-form-size.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/setting-port80-access.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/shutdown-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/spnego-support.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/start-jar.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-base-and-home.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-classpath.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-jpms.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-modules.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-unix-service.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-windows-service.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup-xml-config.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/startup.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/static-content-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/statistics-handler.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/troubleshooting-locked-files-on-windows.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/troubleshooting-slow-deployment.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/troubleshooting.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ubuntu.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/upgrading-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/using-annotations-embedded.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/using-annotations.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/using-jetty-jndi.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/watchservice.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/webdefault-xml.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/websocket-intro.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/websocket-jetty.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/what-jetty-version.html
|
||||
%%WWWDIR%%/demo-base/webapps/doc/%%PORTVERSION%%.%%JDVDATE%%/ws-intro-api.html
|
||||
%%WWWDIR%%/demo-base/webapps/example-moved.xml
|
||||
%%WWWDIR%%/demo-base/webapps/javadoc-proxy.war
|
||||
%%WWWDIR%%/demo-base/webapps/test-jaas.war
|
||||
|
Loading…
Reference in New Issue
Block a user