├── README.md
└── tomcat
├── instances
└── ignore.txt
├── script
├── instance.sh
└── setEnv.sh
├── template
├── LICENSE
├── NOTICE
├── RELEASE-NOTES
├── RUNNING.txt
├── conf
│ ├── catalina.policy
│ ├── catalina.properties
│ ├── context.xml
│ ├── jaspic-providers.xml
│ ├── jaspic-providers.xsd
│ ├── logging.properties
│ ├── server.xml
│ ├── server.xml.template
│ ├── tomcat-users.xml
│ ├── tomcat-users.xsd
│ └── web.xml
├── temp
│ └── safeToDelete.tmp
└── webapps
│ ├── ROOT
│ ├── RELEASE-NOTES.txt
│ ├── WEB-INF
│ │ └── web.xml
│ ├── asf-logo-wide.svg
│ ├── bg-button.png
│ ├── bg-middle.png
│ ├── bg-nav-item.png
│ ├── bg-nav.png
│ ├── bg-upper.png
│ ├── favicon.ico
│ ├── index.jsp
│ ├── tomcat-power.gif
│ ├── tomcat.css
│ ├── tomcat.gif
│ ├── tomcat.png
│ └── tomcat.svg
│ ├── docs
│ ├── BUILDING.txt
│ ├── RELEASE-NOTES.txt
│ ├── RUNNING.txt
│ ├── WEB-INF
│ │ └── web.xml
│ ├── aio.html
│ ├── api
│ │ └── index.html
│ ├── appdev
│ │ ├── build.xml.txt
│ │ ├── deployment.html
│ │ ├── index.html
│ │ ├── installation.html
│ │ ├── introduction.html
│ │ ├── processes.html
│ │ ├── sample
│ │ │ ├── build.xml
│ │ │ ├── docs
│ │ │ │ └── README.txt
│ │ │ ├── index.html
│ │ │ ├── sample.war
│ │ │ ├── src
│ │ │ │ └── mypackage
│ │ │ │ │ └── Hello.java
│ │ │ └── web
│ │ │ │ ├── WEB-INF
│ │ │ │ └── web.xml
│ │ │ │ ├── hello.jsp
│ │ │ │ ├── images
│ │ │ │ └── tomcat.gif
│ │ │ │ └── index.html
│ │ ├── source.html
│ │ └── web.xml.txt
│ ├── apr.html
│ ├── architecture
│ │ ├── index.html
│ │ ├── overview.html
│ │ ├── requestProcess.html
│ │ ├── requestProcess
│ │ │ ├── authentication-process.png
│ │ │ └── request-process.png
│ │ ├── startup.html
│ │ └── startup
│ │ │ ├── serverStartup.pdf
│ │ │ └── serverStartup.txt
│ ├── balancer-howto.html
│ ├── building.html
│ ├── cgi-howto.html
│ ├── changelog.html
│ ├── class-loader-howto.html
│ ├── cluster-howto.html
│ ├── comments.html
│ ├── config
│ │ ├── ajp.html
│ │ ├── automatic-deployment.html
│ │ ├── cluster-channel.html
│ │ ├── cluster-deployer.html
│ │ ├── cluster-interceptor.html
│ │ ├── cluster-listener.html
│ │ ├── cluster-manager.html
│ │ ├── cluster-membership.html
│ │ ├── cluster-receiver.html
│ │ ├── cluster-sender.html
│ │ ├── cluster-valve.html
│ │ ├── cluster.html
│ │ ├── context.html
│ │ ├── cookie-processor.html
│ │ ├── credentialhandler.html
│ │ ├── engine.html
│ │ ├── executor.html
│ │ ├── filter.html
│ │ ├── globalresources.html
│ │ ├── host.html
│ │ ├── http.html
│ │ ├── http2.html
│ │ ├── index.html
│ │ ├── jar-scan-filter.html
│ │ ├── jar-scanner.html
│ │ ├── jaspic.html
│ │ ├── listeners.html
│ │ ├── loader.html
│ │ ├── manager.html
│ │ ├── realm.html
│ │ ├── resources.html
│ │ ├── server.html
│ │ ├── service.html
│ │ ├── sessionidgenerator.html
│ │ ├── systemprops.html
│ │ └── valve.html
│ ├── connectors.html
│ ├── default-servlet.html
│ ├── deployer-howto.html
│ ├── developers.html
│ ├── elapi
│ │ └── index.html
│ ├── extras.html
│ ├── funcspecs
│ │ ├── fs-admin-apps.html
│ │ ├── fs-admin-objects.html
│ │ ├── fs-admin-opers.html
│ │ ├── fs-default.html
│ │ ├── fs-jdbc-realm.html
│ │ ├── fs-jndi-realm.html
│ │ ├── fs-memory-realm.html
│ │ ├── index.html
│ │ └── mbean-names.html
│ ├── html-manager-howto.html
│ ├── images
│ │ ├── add.gif
│ │ ├── asf-logo.svg
│ │ ├── code.gif
│ │ ├── cors-flowchart.png
│ │ ├── design.gif
│ │ ├── docs-stylesheet.css
│ │ ├── docs.gif
│ │ ├── fix.gif
│ │ ├── fonts
│ │ │ ├── OpenSans400.woff
│ │ │ ├── OpenSans400italic.woff
│ │ │ ├── OpenSans600.woff
│ │ │ ├── OpenSans600italic.woff
│ │ │ ├── OpenSans700.woff
│ │ │ ├── OpenSans700italic.woff
│ │ │ └── fonts.css
│ │ ├── printer.gif
│ │ ├── tomcat.gif
│ │ ├── tomcat.png
│ │ ├── tomcat.svg
│ │ ├── update.gif
│ │ └── void.gif
│ ├── index.html
│ ├── introduction.html
│ ├── jasper-howto.html
│ ├── jdbc-pool.html
│ ├── jndi-datasource-examples-howto.html
│ ├── jndi-resources-howto.html
│ ├── jspapi
│ │ └── index.html
│ ├── logging.html
│ ├── manager-howto.html
│ ├── maven-jars.html
│ ├── mbeans-descriptors-howto.html
│ ├── monitoring.html
│ ├── proxy-howto.html
│ ├── realm-howto.html
│ ├── rewrite.html
│ ├── security-howto.html
│ ├── security-manager-howto.html
│ ├── servletapi
│ │ └── index.html
│ ├── setup.html
│ ├── ssi-howto.html
│ ├── ssl-howto.html
│ ├── tribes
│ │ ├── developers.html
│ │ ├── faq.html
│ │ ├── interceptors.html
│ │ ├── introduction.html
│ │ ├── membership.html
│ │ ├── setup.html
│ │ ├── status.html
│ │ └── transport.html
│ ├── virtual-hosting-howto.html
│ ├── web-socket-howto.html
│ ├── websocketapi
│ │ └── index.html
│ ├── windows-auth-howto.html
│ └── windows-service-howto.html
│ ├── examples
│ ├── WEB-INF
│ │ ├── classes
│ │ │ ├── CookieExample.class
│ │ │ ├── CookieExample.java
│ │ │ ├── HelloWorldExample.class
│ │ │ ├── HelloWorldExample.java
│ │ │ ├── LocalStrings.properties
│ │ │ ├── LocalStrings_en.properties
│ │ │ ├── LocalStrings_es.properties
│ │ │ ├── LocalStrings_fr.properties
│ │ │ ├── LocalStrings_pt.properties
│ │ │ ├── RequestHeaderExample.class
│ │ │ ├── RequestHeaderExample.java
│ │ │ ├── RequestInfoExample.class
│ │ │ ├── RequestInfoExample.java
│ │ │ ├── RequestParamExample.class
│ │ │ ├── RequestParamExample.java
│ │ │ ├── ServletToJsp.class
│ │ │ ├── ServletToJsp.java
│ │ │ ├── SessionExample.class
│ │ │ ├── SessionExample.java
│ │ │ ├── async
│ │ │ │ ├── Async0$1.class
│ │ │ │ ├── Async0.class
│ │ │ │ ├── Async0.java
│ │ │ │ ├── Async1$1.class
│ │ │ │ ├── Async1.class
│ │ │ │ ├── Async1.java
│ │ │ │ ├── Async2$1.class
│ │ │ │ ├── Async2.class
│ │ │ │ ├── Async2.java
│ │ │ │ ├── Async3.class
│ │ │ │ ├── Async3.java
│ │ │ │ ├── AsyncStockServlet.class
│ │ │ │ ├── AsyncStockServlet.java
│ │ │ │ ├── Stockticker$Stock.class
│ │ │ │ ├── Stockticker$TickListener.class
│ │ │ │ ├── Stockticker.class
│ │ │ │ └── Stockticker.java
│ │ │ ├── cal
│ │ │ │ ├── Entries.class
│ │ │ │ ├── Entries.java
│ │ │ │ ├── Entry.class
│ │ │ │ ├── Entry.java
│ │ │ │ ├── JspCalendar.class
│ │ │ │ ├── JspCalendar.java
│ │ │ │ ├── TableBean.class
│ │ │ │ └── TableBean.java
│ │ │ ├── checkbox
│ │ │ │ ├── CheckTest.class
│ │ │ │ └── CheckTest.java
│ │ │ ├── colors
│ │ │ │ ├── ColorGameBean.class
│ │ │ │ └── ColorGameBean.java
│ │ │ ├── compressionFilters
│ │ │ │ ├── CompressionFilter.class
│ │ │ │ ├── CompressionFilter.java
│ │ │ │ ├── CompressionFilterTestServlet.class
│ │ │ │ ├── CompressionFilterTestServlet.java
│ │ │ │ ├── CompressionResponseStream.class
│ │ │ │ ├── CompressionResponseStream.java
│ │ │ │ ├── CompressionServletResponseWrapper.class
│ │ │ │ └── CompressionServletResponseWrapper.java
│ │ │ ├── dates
│ │ │ │ ├── JspCalendar.class
│ │ │ │ └── JspCalendar.java
│ │ │ ├── error
│ │ │ │ ├── Smart.class
│ │ │ │ └── Smart.java
│ │ │ ├── examples
│ │ │ │ ├── ExampleTagBase.class
│ │ │ │ ├── ExampleTagBase.java
│ │ │ │ ├── FooTag.class
│ │ │ │ ├── FooTag.java
│ │ │ │ ├── FooTagExtraInfo.class
│ │ │ │ ├── FooTagExtraInfo.java
│ │ │ │ ├── LogTag.class
│ │ │ │ ├── LogTag.java
│ │ │ │ ├── ShowSource.class
│ │ │ │ ├── ShowSource.java
│ │ │ │ ├── ValuesTag.class
│ │ │ │ └── ValuesTag.java
│ │ │ ├── filters
│ │ │ │ ├── ExampleFilter.class
│ │ │ │ └── ExampleFilter.java
│ │ │ ├── http2
│ │ │ │ ├── SimpleImagePush.class
│ │ │ │ └── SimpleImagePush.java
│ │ │ ├── jsp2
│ │ │ │ └── examples
│ │ │ │ │ ├── BookBean.class
│ │ │ │ │ ├── BookBean.java
│ │ │ │ │ ├── FooBean.class
│ │ │ │ │ ├── FooBean.java
│ │ │ │ │ ├── ValuesBean.class
│ │ │ │ │ ├── ValuesBean.java
│ │ │ │ │ ├── el
│ │ │ │ │ ├── Functions.class
│ │ │ │ │ └── Functions.java
│ │ │ │ │ └── simpletag
│ │ │ │ │ ├── EchoAttributesTag.class
│ │ │ │ │ ├── EchoAttributesTag.java
│ │ │ │ │ ├── FindBookSimpleTag.class
│ │ │ │ │ ├── FindBookSimpleTag.java
│ │ │ │ │ ├── HelloWorldSimpleTag.class
│ │ │ │ │ ├── HelloWorldSimpleTag.java
│ │ │ │ │ ├── RepeatSimpleTag.class
│ │ │ │ │ ├── RepeatSimpleTag.java
│ │ │ │ │ ├── ShuffleSimpleTag.class
│ │ │ │ │ ├── ShuffleSimpleTag.java
│ │ │ │ │ ├── TileSimpleTag.class
│ │ │ │ │ └── TileSimpleTag.java
│ │ │ ├── listeners
│ │ │ │ ├── ContextListener.class
│ │ │ │ ├── ContextListener.java
│ │ │ │ ├── SessionListener.class
│ │ │ │ └── SessionListener.java
│ │ │ ├── nonblocking
│ │ │ │ ├── ByteCounter$1.class
│ │ │ │ ├── ByteCounter$CounterListener.class
│ │ │ │ ├── ByteCounter.class
│ │ │ │ ├── ByteCounter.java
│ │ │ │ ├── NumberWriter$1.class
│ │ │ │ ├── NumberWriter$NumberWriterListener.class
│ │ │ │ ├── NumberWriter.class
│ │ │ │ └── NumberWriter.java
│ │ │ ├── num
│ │ │ │ ├── NumberGuessBean.class
│ │ │ │ └── NumberGuessBean.java
│ │ │ ├── sessions
│ │ │ │ ├── DummyCart.class
│ │ │ │ └── DummyCart.java
│ │ │ ├── util
│ │ │ │ ├── CookieFilter.class
│ │ │ │ ├── CookieFilter.java
│ │ │ │ ├── HTMLFilter.class
│ │ │ │ └── HTMLFilter.java
│ │ │ ├── validators
│ │ │ │ ├── DebugValidator.class
│ │ │ │ └── DebugValidator.java
│ │ │ └── websocket
│ │ │ │ ├── ExamplesConfig.class
│ │ │ │ ├── ExamplesConfig.java
│ │ │ │ ├── chat
│ │ │ │ ├── ChatAnnotation.class
│ │ │ │ └── ChatAnnotation.java
│ │ │ │ ├── drawboard
│ │ │ │ ├── Client$1.class
│ │ │ │ ├── Client.class
│ │ │ │ ├── Client.java
│ │ │ │ ├── DrawMessage$ParseException.class
│ │ │ │ ├── DrawMessage.class
│ │ │ │ ├── DrawMessage.java
│ │ │ │ ├── DrawboardContextListener.class
│ │ │ │ ├── DrawboardContextListener.java
│ │ │ │ ├── DrawboardEndpoint$1.class
│ │ │ │ ├── DrawboardEndpoint$2.class
│ │ │ │ ├── DrawboardEndpoint$3$1.class
│ │ │ │ ├── DrawboardEndpoint$3.class
│ │ │ │ ├── DrawboardEndpoint.class
│ │ │ │ ├── DrawboardEndpoint.java
│ │ │ │ ├── Room$1$1.class
│ │ │ │ ├── Room$1.class
│ │ │ │ ├── Room$2.class
│ │ │ │ ├── Room$MessageType.class
│ │ │ │ ├── Room$Player.class
│ │ │ │ ├── Room.class
│ │ │ │ ├── Room.java
│ │ │ │ └── wsmessages
│ │ │ │ │ ├── AbstractWebsocketMessage.class
│ │ │ │ │ ├── AbstractWebsocketMessage.java
│ │ │ │ │ ├── BinaryWebsocketMessage.class
│ │ │ │ │ ├── BinaryWebsocketMessage.java
│ │ │ │ │ ├── CloseWebsocketMessage.class
│ │ │ │ │ ├── CloseWebsocketMessage.java
│ │ │ │ │ ├── StringWebsocketMessage.class
│ │ │ │ │ └── StringWebsocketMessage.java
│ │ │ │ ├── echo
│ │ │ │ ├── EchoAnnotation.class
│ │ │ │ ├── EchoAnnotation.java
│ │ │ │ ├── EchoAsyncAnnotation$1.class
│ │ │ │ ├── EchoAsyncAnnotation$CompletedFuture.class
│ │ │ │ ├── EchoAsyncAnnotation.class
│ │ │ │ ├── EchoAsyncAnnotation.java
│ │ │ │ ├── EchoEndpoint$1.class
│ │ │ │ ├── EchoEndpoint$EchoMessageHandlerBinary.class
│ │ │ │ ├── EchoEndpoint$EchoMessageHandlerText.class
│ │ │ │ ├── EchoEndpoint.class
│ │ │ │ ├── EchoEndpoint.java
│ │ │ │ ├── EchoStreamAnnotation.class
│ │ │ │ ├── EchoStreamAnnotation.java
│ │ │ │ └── servers.json
│ │ │ │ └── snake
│ │ │ │ ├── Direction.class
│ │ │ │ ├── Direction.java
│ │ │ │ ├── Location$1.class
│ │ │ │ ├── Location.class
│ │ │ │ ├── Location.java
│ │ │ │ ├── Snake.class
│ │ │ │ ├── Snake.java
│ │ │ │ ├── SnakeAnnotation.class
│ │ │ │ ├── SnakeAnnotation.java
│ │ │ │ ├── SnakeTimer$1.class
│ │ │ │ ├── SnakeTimer.class
│ │ │ │ └── SnakeTimer.java
│ │ ├── jsp
│ │ │ ├── applet
│ │ │ │ └── Clock2.java
│ │ │ ├── debug-taglib.tld
│ │ │ └── example-taglib.tld
│ │ ├── jsp2
│ │ │ └── jsp2-example-taglib.tld
│ │ ├── lib
│ │ │ ├── taglibs-standard-impl-1.2.5.jar
│ │ │ └── taglibs-standard-spec-1.2.5.jar
│ │ ├── tags
│ │ │ ├── displayProducts.tag
│ │ │ ├── helloWorld.tag
│ │ │ └── panel.tag
│ │ └── web.xml
│ ├── index.html
│ ├── jsp
│ │ ├── async
│ │ │ ├── async1.jsp
│ │ │ ├── async1.jsp.html
│ │ │ ├── async3.jsp
│ │ │ ├── async3.jsp.html
│ │ │ ├── index.jsp
│ │ │ └── index.jsp.html
│ │ ├── cal
│ │ │ ├── Entries.java.html
│ │ │ ├── Entry.java.html
│ │ │ ├── JspCalendar.java.html
│ │ │ ├── TableBean.java.html
│ │ │ ├── cal1.jsp
│ │ │ ├── cal1.jsp.html
│ │ │ ├── cal2.jsp
│ │ │ ├── cal2.jsp.html
│ │ │ ├── calendar.html
│ │ │ └── login.html
│ │ ├── checkbox
│ │ │ ├── CheckTest.html
│ │ │ ├── check.html
│ │ │ ├── checkresult.jsp
│ │ │ ├── checkresult.jsp.html
│ │ │ └── cresult.html
│ │ ├── colors
│ │ │ ├── ColorGameBean.html
│ │ │ ├── clr.html
│ │ │ ├── colors.html
│ │ │ ├── colrs.jsp
│ │ │ └── colrs.jsp.html
│ │ ├── dates
│ │ │ ├── date.html
│ │ │ ├── date.jsp
│ │ │ └── date.jsp.html
│ │ ├── error
│ │ │ ├── er.html
│ │ │ ├── err.jsp
│ │ │ ├── err.jsp.html
│ │ │ ├── error.html
│ │ │ ├── errorpge.jsp
│ │ │ └── errorpge.jsp.html
│ │ ├── forward
│ │ │ ├── forward.jsp
│ │ │ ├── forward.jsp.html
│ │ │ ├── fwd.html
│ │ │ ├── one.jsp
│ │ │ ├── one.jsp.html
│ │ │ └── two.html
│ │ ├── images
│ │ │ ├── code.gif
│ │ │ ├── execute.gif
│ │ │ ├── read.gif
│ │ │ └── return.gif
│ │ ├── include
│ │ │ ├── foo.html
│ │ │ ├── foo.jsp
│ │ │ ├── foo.jsp.html
│ │ │ ├── inc.html
│ │ │ ├── include.jsp
│ │ │ └── include.jsp.html
│ │ ├── index.html
│ │ ├── jsp2
│ │ │ ├── el
│ │ │ │ ├── Functions.java.html
│ │ │ │ ├── ValuesBean.java.html
│ │ │ │ ├── ValuesTag.java.html
│ │ │ │ ├── basic-arithmetic.html
│ │ │ │ ├── basic-arithmetic.jsp
│ │ │ │ ├── basic-arithmetic.jsp.html
│ │ │ │ ├── basic-comparisons.html
│ │ │ │ ├── basic-comparisons.jsp
│ │ │ │ ├── basic-comparisons.jsp.html
│ │ │ │ ├── composite.html
│ │ │ │ ├── composite.jsp
│ │ │ │ ├── composite.jsp.html
│ │ │ │ ├── functions.html
│ │ │ │ ├── functions.jsp
│ │ │ │ ├── functions.jsp.html
│ │ │ │ ├── implicit-objects.html
│ │ │ │ ├── implicit-objects.jsp
│ │ │ │ └── implicit-objects.jsp.html
│ │ │ ├── jspattribute
│ │ │ │ ├── FooBean.java.html
│ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ ├── ShuffleSimpleTag.java.html
│ │ │ │ ├── TileSimpleTag.java.html
│ │ │ │ ├── jspattribute.html
│ │ │ │ ├── jspattribute.jsp
│ │ │ │ ├── jspattribute.jsp.html
│ │ │ │ ├── shuffle.html
│ │ │ │ ├── shuffle.jsp
│ │ │ │ └── shuffle.jsp.html
│ │ │ ├── jspx
│ │ │ │ ├── basic.html
│ │ │ │ ├── basic.jspx
│ │ │ │ ├── basic.jspx.html
│ │ │ │ ├── svgexample.html
│ │ │ │ ├── textRotate.html
│ │ │ │ ├── textRotate.jpg
│ │ │ │ ├── textRotate.jspx
│ │ │ │ └── textRotate.jspx.html
│ │ │ ├── misc
│ │ │ │ ├── EchoAttributesTag.java.html
│ │ │ │ ├── coda.jspf
│ │ │ │ ├── coda.jspf.html
│ │ │ │ ├── config.html
│ │ │ │ ├── config.jsp
│ │ │ │ ├── config.jsp.html
│ │ │ │ ├── dynamicattrs.html
│ │ │ │ ├── dynamicattrs.jsp
│ │ │ │ ├── dynamicattrs.jsp.html
│ │ │ │ ├── prelude.jspf
│ │ │ │ └── prelude.jspf.html
│ │ │ ├── simpletag
│ │ │ │ ├── BookBean.java.html
│ │ │ │ ├── FindBookSimpleTag.java.html
│ │ │ │ ├── Functions.java.html
│ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ ├── RepeatSimpleTag.java.html
│ │ │ │ ├── book.html
│ │ │ │ ├── book.jsp
│ │ │ │ ├── book.jsp.html
│ │ │ │ ├── hello.html
│ │ │ │ ├── hello.jsp
│ │ │ │ ├── hello.jsp.html
│ │ │ │ ├── repeat.html
│ │ │ │ ├── repeat.jsp
│ │ │ │ └── repeat.jsp.html
│ │ │ └── tagfiles
│ │ │ │ ├── displayProducts.tag.html
│ │ │ │ ├── hello.html
│ │ │ │ ├── hello.jsp
│ │ │ │ ├── hello.jsp.html
│ │ │ │ ├── helloWorld.tag.html
│ │ │ │ ├── panel.html
│ │ │ │ ├── panel.jsp
│ │ │ │ ├── panel.jsp.html
│ │ │ │ ├── panel.tag.html
│ │ │ │ ├── products.html
│ │ │ │ ├── products.jsp
│ │ │ │ └── products.jsp.html
│ │ ├── jsptoserv
│ │ │ ├── ServletToJsp.java.html
│ │ │ ├── hello.jsp
│ │ │ ├── hello.jsp.html
│ │ │ ├── jsptoservlet.jsp
│ │ │ ├── jsptoservlet.jsp.html
│ │ │ └── jts.html
│ │ ├── num
│ │ │ ├── numguess.html
│ │ │ ├── numguess.jsp
│ │ │ └── numguess.jsp.html
│ │ ├── plugin
│ │ │ ├── applet
│ │ │ │ ├── Clock2.class
│ │ │ │ └── Clock2.java
│ │ │ ├── plugin.html
│ │ │ ├── plugin.jsp
│ │ │ └── plugin.jsp.html
│ │ ├── security
│ │ │ └── protected
│ │ │ │ ├── error.jsp
│ │ │ │ ├── error.jsp.html
│ │ │ │ ├── index.jsp
│ │ │ │ ├── index.jsp.html
│ │ │ │ ├── login.jsp
│ │ │ │ └── login.jsp.html
│ │ ├── sessions
│ │ │ ├── DummyCart.html
│ │ │ ├── carts.html
│ │ │ ├── carts.jsp
│ │ │ ├── carts.jsp.html
│ │ │ └── crt.html
│ │ ├── simpletag
│ │ │ ├── foo.html
│ │ │ ├── foo.jsp
│ │ │ └── foo.jsp.html
│ │ ├── snp
│ │ │ ├── snoop.html
│ │ │ ├── snoop.jsp
│ │ │ └── snoop.jsp.html
│ │ ├── source.jsp
│ │ ├── source.jsp.html
│ │ ├── tagplugin
│ │ │ ├── choose.html
│ │ │ ├── choose.jsp
│ │ │ ├── choose.jsp.html
│ │ │ ├── foreach.html
│ │ │ ├── foreach.jsp
│ │ │ ├── foreach.jsp.html
│ │ │ ├── howto.html
│ │ │ ├── if.html
│ │ │ ├── if.jsp
│ │ │ ├── if.jsp.html
│ │ │ └── notes.html
│ │ └── xml
│ │ │ ├── xml.html
│ │ │ ├── xml.jsp
│ │ │ └── xml.jsp.html
│ ├── servlets
│ │ ├── cookies.html
│ │ ├── helloworld.html
│ │ ├── images
│ │ │ ├── code.gif
│ │ │ ├── execute.gif
│ │ │ └── return.gif
│ │ ├── index.html
│ │ ├── nonblocking
│ │ │ └── bytecounter.html
│ │ ├── reqheaders.html
│ │ ├── reqinfo.html
│ │ ├── reqparams.html
│ │ └── sessions.html
│ └── websocket
│ │ ├── chat.xhtml
│ │ ├── drawboard.xhtml
│ │ ├── echo.xhtml
│ │ ├── index.xhtml
│ │ └── snake.xhtml
│ ├── host-manager
│ ├── META-INF
│ │ └── context.xml
│ ├── WEB-INF
│ │ ├── jsp
│ │ │ ├── 401.jsp
│ │ │ ├── 403.jsp
│ │ │ └── 404.jsp
│ │ └── web.xml
│ ├── images
│ │ ├── add.gif
│ │ ├── asf-logo.svg
│ │ ├── code.gif
│ │ ├── design.gif
│ │ ├── docs.gif
│ │ ├── fix.gif
│ │ ├── tomcat.gif
│ │ ├── update.gif
│ │ └── void.gif
│ ├── index.jsp
│ └── manager.xml
│ └── manager
│ ├── META-INF
│ └── context.xml
│ ├── WEB-INF
│ ├── jsp
│ │ ├── 401.jsp
│ │ ├── 403.jsp
│ │ ├── 404.jsp
│ │ ├── connectorCiphers.jsp
│ │ ├── sessionDetail.jsp
│ │ └── sessionsList.jsp
│ └── web.xml
│ ├── images
│ ├── add.gif
│ ├── asf-logo.svg
│ ├── code.gif
│ ├── design.gif
│ ├── docs.gif
│ ├── fix.gif
│ ├── tomcat.gif
│ ├── update.gif
│ └── void.gif
│ ├── index.jsp
│ ├── status.xsd
│ └── xform.xsl
└── tomcat-8.5.15
├── LICENSE
├── NOTICE
├── RELEASE-NOTES
├── RUNNING.txt
├── bin
├── bootstrap.jar
├── catalina-tasks.xml
├── catalina.bat
├── catalina.sh
├── commons-daemon-native.tar.gz
├── commons-daemon.jar
├── configtest.bat
├── configtest.sh
├── daemon.sh
├── digest.bat
├── digest.sh
├── setclasspath.bat
├── setclasspath.sh
├── shutdown.bat
├── shutdown.sh
├── startup.bat
├── startup.sh
├── tomcat-juli.jar
├── tomcat-native.tar.gz
├── tool-wrapper.bat
├── tool-wrapper.sh
├── version.bat
└── version.sh
└── lib
├── annotations-api.jar
├── catalina-ant.jar
├── catalina-ha.jar
├── catalina-storeconfig.jar
├── catalina-tribes.jar
├── catalina.jar
├── ecj-4.6.3.jar
├── el-api.jar
├── jasper-el.jar
├── jasper.jar
├── jaspic-api.jar
├── jsp-api.jar
├── servlet-api.jar
├── tomcat-api.jar
├── tomcat-coyote.jar
├── tomcat-dbcp.jar
├── tomcat-i18n-es.jar
├── tomcat-i18n-fr.jar
├── tomcat-i18n-ja.jar
├── tomcat-jdbc.jar
├── tomcat-jni.jar
├── tomcat-util-scan.jar
├── tomcat-util.jar
├── tomcat-websocket.jar
└── websocket-api.jar
/tomcat/instances/ignore.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/instances/ignore.txt
--------------------------------------------------------------------------------
/tomcat/script/setEnv.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | export WEBAPP_DIR=/Users/sungang/Documents/work/webserver/tomcat/apache-tomcat-7.0.57/webapps
4 |
--------------------------------------------------------------------------------
/tomcat/template/conf/context.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 |
22 |
23 | WEB-INF/web.xml
24 | ${catalina.base}/conf/web.xml
25 |
26 |
27 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/conf/jaspic-providers.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/tomcat/template/temp/safeToDelete.tmp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/temp/safeToDelete.tmp
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/WEB-INF/web.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
24 |
25 | Welcome to Tomcat
26 |
27 | Welcome to Tomcat
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/bg-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/ROOT/bg-button.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/bg-middle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/ROOT/bg-middle.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/bg-nav-item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/ROOT/bg-nav-item.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/bg-nav.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/ROOT/bg-nav.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/bg-upper.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/ROOT/bg-upper.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/ROOT/favicon.ico
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/tomcat-power.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/ROOT/tomcat-power.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/ROOT/tomcat.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/ROOT/tomcat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/ROOT/tomcat.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/WEB-INF/web.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
24 |
25 | Tomcat Documentation
26 |
27 | Tomcat Documentation.
28 |
29 |
30 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/api/index.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
21 | API docs
22 |
23 |
24 |
25 |
26 | Tomcat's internal javadoc is not installed by default. Download and install
27 | the "fulldocs" package to get it.
28 |
29 | You can also access the javadoc online in the Tomcat
30 |
31 | documentation bundle.
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/appdev/sample/docs/README.txt:
--------------------------------------------------------------------------------
1 | Licensed to the Apache Software Foundation (ASF) under one or more
2 | contributor license agreements. See the NOTICE file distributed with
3 | this work for additional information regarding copyright ownership.
4 | The ASF licenses this file to You under the Apache License, Version 2.0
5 | (the "License"); you may not use this file except in compliance with
6 | the License. You may obtain a copy of the License at
7 |
8 | http://www.apache.org/licenses/LICENSE-2.0
9 |
10 | Unless required by applicable law or agreed to in writing, software
11 | distributed under the License is distributed on an "AS IS" BASIS,
12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | See the License for the specific language governing permissions and
14 | limitations under the License.
15 |
16 | This is a dummy README file for the sample
17 | web application.
18 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/appdev/sample/sample.war:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/appdev/sample/sample.war
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/appdev/sample/web/hello.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@ page session="false" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
18 |
19 |
20 |
21 |
22 | Sample Application JSP Page
23 |
24 |
25 |
26 |
27 |

28 |
29 | Sample Application JSP Page
30 | This is the output of a JSP page that is part of the Hello, World
31 | application.
32 |
33 |
34 | <%= new String("Hello!") %>
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/appdev/sample/web/images/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/appdev/sample/web/images/tomcat.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/architecture/requestProcess/authentication-process.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/architecture/requestProcess/authentication-process.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/architecture/requestProcess/request-process.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/architecture/requestProcess/request-process.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/architecture/startup/serverStartup.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/architecture/startup/serverStartup.pdf
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/elapi/index.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
21 | API docs
22 |
23 |
24 |
25 |
26 | The EL Javadoc is not installed by default. Download and install
27 | the "fulldocs" package to get it.
28 |
29 | You can also access the javadoc online in the Tomcat
30 |
31 | documentation bundle.
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/add.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/add.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/code.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/cors-flowchart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/cors-flowchart.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/design.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/design.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/docs.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/docs.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/fix.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/fix.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/fonts/OpenSans400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/fonts/OpenSans400.woff
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/fonts/OpenSans400italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/fonts/OpenSans400italic.woff
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/fonts/OpenSans600.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/fonts/OpenSans600.woff
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/fonts/OpenSans600italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/fonts/OpenSans600italic.woff
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/fonts/OpenSans700.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/fonts/OpenSans700.woff
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/fonts/OpenSans700italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/fonts/OpenSans700italic.woff
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/printer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/printer.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/tomcat.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/tomcat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/tomcat.png
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/update.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/update.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/images/void.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/docs/images/void.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/jspapi/index.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
21 | API docs
22 |
23 |
24 |
25 |
26 | The JSP Javadoc is not installed by default. Download and install
27 | the "fulldocs" package to get it.
28 |
29 | You can also access the javadoc online in the Tomcat
30 |
31 | documentation bundle.
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/servletapi/index.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
21 | API docs
22 |
23 |
24 |
25 |
26 | The Servlet Javadoc is not installed by default. Download and install
27 | the "fulldocs" package to get it.
28 |
29 | You can also access the javadoc online in the Tomcat
30 |
31 | documentation bundle.
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/docs/websocketapi/index.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
21 | API docs
22 |
23 |
24 |
25 |
26 | The WebSocket Javadoc is not installed by default. Download and install
27 | the "fulldocs" package to get it.
28 |
29 | You can also access the javadoc online in the Tomcat
30 |
31 | documentation bundle.
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/CookieExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/CookieExample.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/HelloWorldExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/HelloWorldExample.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/RequestHeaderExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/RequestHeaderExample.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/RequestInfoExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/RequestInfoExample.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/RequestParamExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/RequestParamExample.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/ServletToJsp.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/ServletToJsp.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/SessionExample.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/SessionExample.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Async0$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Async0$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Async0.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Async0.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Async1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Async1$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Async1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Async1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Async2$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Async2$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Async2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Async2.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Async3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Async3.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Async3.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package async;
18 |
19 | import java.io.IOException;
20 |
21 | import javax.servlet.AsyncContext;
22 | import javax.servlet.ServletException;
23 | import javax.servlet.http.HttpServlet;
24 | import javax.servlet.http.HttpServletRequest;
25 | import javax.servlet.http.HttpServletResponse;
26 |
27 | public class Async3 extends HttpServlet {
28 |
29 | private static final long serialVersionUID = 1L;
30 |
31 | @Override
32 | protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
33 | final AsyncContext actx = req.startAsync();
34 | actx.setTimeout(30*1000);
35 | actx.dispatch("/jsp/async/async3.jsp");
36 | }
37 |
38 |
39 | }
40 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Stockticker$Stock.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Stockticker$TickListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Stockticker$TickListener.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/async/Stockticker.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/async/Stockticker.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/cal/Entries.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/cal/Entries.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/cal/Entry.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/cal/Entry.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/cal/JspCalendar.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/cal/JspCalendar.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/cal/TableBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/cal/TableBean.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 | package checkbox;
19 |
20 | public class CheckTest {
21 |
22 | String b[] = new String[] { "1", "2", "3", "4" };
23 |
24 | public String[] getFruit() {
25 | return b;
26 | }
27 |
28 | public void setFruit(String [] b) {
29 | this.b = b;
30 | }
31 | }
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/dates/JspCalendar.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/dates/JspCalendar.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/error/Smart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/error/Smart.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/error/Smart.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package error;
18 |
19 | public class Smart {
20 |
21 | String name = "JSP";
22 |
23 | public String getName() {
24 | return name;
25 | }
26 |
27 | public void setName(String name) {
28 | this.name = name;
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/examples/FooTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/examples/FooTag.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package examples;
18 |
19 | import javax.servlet.jsp.tagext.TagData;
20 | import javax.servlet.jsp.tagext.TagExtraInfo;
21 | import javax.servlet.jsp.tagext.VariableInfo;
22 |
23 | public class FooTagExtraInfo extends TagExtraInfo {
24 | @Override
25 | public VariableInfo[] getVariableInfo(TagData data) {
26 | return new VariableInfo[]
27 | {
28 | new VariableInfo("member",
29 | "String",
30 | true,
31 | VariableInfo.NESTED)
32 | };
33 | }
34 | }
35 |
36 |
37 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/examples/LogTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/examples/LogTag.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/examples/ShowSource.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/examples/ShowSource.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/examples/ValuesTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/examples/ValuesTag.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 |
19 | package jsp2.examples;
20 |
21 | public class BookBean {
22 | private final String title;
23 | private final String author;
24 | private final String isbn;
25 |
26 | public BookBean( String title, String author, String isbn ) {
27 | this.title = title;
28 | this.author = author;
29 | this.isbn = isbn;
30 | }
31 |
32 | public String getTitle() {
33 | return this.title;
34 | }
35 |
36 | public String getAuthor() {
37 | return this.author;
38 | }
39 |
40 | public String getIsbn() {
41 | return this.isbn;
42 | }
43 |
44 | }
45 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 |
19 | package jsp2.examples;
20 |
21 | public class FooBean {
22 | private String bar;
23 |
24 | public FooBean() {
25 | bar = "Initial value";
26 | }
27 |
28 | public String getBar() {
29 | return this.bar;
30 | }
31 |
32 | public void setBar(String bar) {
33 | this.bar = bar;
34 | }
35 |
36 | }
37 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 |
19 | package jsp2.examples.simpletag;
20 |
21 | import java.io.IOException;
22 |
23 | import javax.servlet.jsp.JspException;
24 | import javax.servlet.jsp.tagext.SimpleTagSupport;
25 |
26 | /**
27 | * SimpleTag handler that prints "Hello, world!"
28 | */
29 | public class HelloWorldSimpleTag extends SimpleTagSupport {
30 | @Override
31 | public void doTag() throws JspException, IOException {
32 | getJspContext().getOut().write( "Hello, world!" );
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/listeners/ContextListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/listeners/ContextListener.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/listeners/SessionListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/listeners/SessionListener.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$CounterListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter$CounterListener.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/ByteCounter.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$NumberWriterListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter$NumberWriterListener.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/nonblocking/NumberWriter.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/sessions/DummyCart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/sessions/DummyCart.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/util/CookieFilter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/util/CookieFilter.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/util/HTMLFilter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/util/HTMLFilter.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/validators/DebugValidator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/validators/DebugValidator.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Client$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Client$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage$ParseException.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage$ParseException.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package websocket.drawboard;
18 |
19 | import javax.servlet.ServletContextEvent;
20 | import javax.servlet.ServletContextListener;
21 |
22 | public final class DrawboardContextListener implements ServletContextListener {
23 |
24 | @Override
25 | public void contextInitialized(ServletContextEvent sce) {
26 | // NO-OP
27 | }
28 |
29 | @Override
30 | public void contextDestroyed(ServletContextEvent sce) {
31 | // Shutdown our room.
32 | Room room = DrawboardEndpoint.getRoom(false);
33 | if (room != null) {
34 | room.shutdown();
35 | }
36 | }
37 | }
38 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$2.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$2.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$MessageType.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$MessageType.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$Player.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$Player.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package websocket.drawboard.wsmessages;
18 |
19 | /**
20 | * Abstract base class for Websocket Messages (binary or string)
21 | * that can be buffered.
22 | */
23 | public abstract class AbstractWebsocketMessage {
24 |
25 | }
26 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package websocket.drawboard.wsmessages;
18 |
19 | import java.nio.ByteBuffer;
20 |
21 | /**
22 | * Represents a binary websocket message.
23 | */
24 | public final class BinaryWebsocketMessage extends AbstractWebsocketMessage {
25 | private final ByteBuffer bytes;
26 |
27 | public BinaryWebsocketMessage(ByteBuffer bytes) {
28 | this.bytes = bytes;
29 | }
30 |
31 | public ByteBuffer getBytes() {
32 | return bytes;
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package websocket.drawboard.wsmessages;
18 |
19 | /**
20 | * Represents a "close" message that closes the session.
21 | */
22 | public class CloseWebsocketMessage extends AbstractWebsocketMessage {
23 |
24 | }
25 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package websocket.drawboard.wsmessages;
18 |
19 | /**
20 | * Represents a string websocket message.
21 | *
22 | */
23 | public final class StringWebsocketMessage extends AbstractWebsocketMessage {
24 | private final String string;
25 |
26 | public StringWebsocketMessage(String string) {
27 | this.string = string;
28 | }
29 |
30 | public String getString() {
31 | return string;
32 | }
33 |
34 | }
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$CompletedFuture.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation$CompletedFuture.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerBinary.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerBinary.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerText.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint$EchoMessageHandlerText.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/EchoStreamAnnotation.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/echo/servers.json:
--------------------------------------------------------------------------------
1 | {
2 | "options": {"failByDrop": false},
3 | "outdir": "./reports/servers",
4 |
5 | "servers": [
6 | {"agent": "Basic",
7 | "url": "ws://localhost:8080/examples/websocket/echoAnnotation",
8 | "options": {"version": 18}},
9 | {"agent": "Stream",
10 | "url": "ws://localhost:8080/examples/websocket/echoStreamAnnotation",
11 | "options": {"version": 18}},
12 | {"agent": "Async",
13 | "url": "ws://localhost:8080/examples/websocket/echoAsyncAnnotation",
14 | "options": {"version": 18}}
15 | ],
16 |
17 | "cases": ["*"],
18 | "exclude-cases": [],
19 | "exclude-agent-cases": {}
20 | }
21 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/Direction.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 | package websocket.snake;
18 |
19 | public enum Direction {
20 | NONE, NORTH, SOUTH, EAST, WEST
21 | }
22 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/Location.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/Location.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer$1.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/tags/helloWorld.tag:
--------------------------------------------------------------------------------
1 |
17 | Hello, world!
18 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/WEB-INF/tags/panel.tag:
--------------------------------------------------------------------------------
1 |
17 | <%@ attribute name="color" %>
18 | <%@ attribute name="bgcolor" %>
19 | <%@ attribute name="title" %>
20 |
21 |
22 | ${title} |
23 |
24 |
25 |
26 |
27 | |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/index.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 | Apache Tomcat Examples
20 |
21 |
22 |
23 |
Apache Tomcat Examples
24 |
25 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/async/async1.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@page session="false" import="java.util.Date,java.text.SimpleDateFormat"%>
18 | Output from async1.jsp
19 | Type is <%=request.getDispatcherType()%>
20 | <%
21 | System.out.println("Inside Async 1");
22 | if (request.isAsyncStarted()) {
23 | request.getAsyncContext().complete();
24 | }
25 | Date date = new Date(System.currentTimeMillis());
26 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss Z");
27 | %>
28 | Completed async request at <%=sdf.format(date)%>
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/async/async1.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@page session="false" import="java.util.Date,java.text.SimpleDateFormat"%>
18 | Output from async1.jsp
19 | Type is <%=request.getDispatcherType()%>
20 | <%
21 | System.out.println("Inside Async 1");
22 | if (request.isAsyncStarted()) {
23 | request.getAsyncContext().complete();
24 | }
25 | Date date = new Date(System.currentTimeMillis());
26 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss Z");
27 | %>
28 | Completed async request at <%=sdf.format(date)%>
29 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/async/async3.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@page session="false" import="java.util.Date,java.text.SimpleDateFormat"%>
18 | Output from async3.jsp
19 | Type is <%=request.getDispatcherType()%>
20 | <%
21 | Date date = new Date(System.currentTimeMillis());
22 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss Z");
23 | %>
24 |
25 | Completed async 3 request at <%=sdf.format(date)%>
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/async/async3.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@page session="false" import="java.util.Date,java.text.SimpleDateFormat"%>
18 | Output from async3.jsp
19 | Type is <%=request.getDispatcherType()%>
20 | <%
21 | Date date = new Date(System.currentTimeMillis());
22 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss Z");
23 | %>
24 |
25 | Completed async 3 request at <%=sdf.format(date)%>
26 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/checkbox/check.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 |
22 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/checkbox/cresult.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 | Untitled Document
21 |
22 |
23 |
24 |
25 | 

26 |
27 |
29 |
30 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/colors/clr.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 | Untitled Document
21 |
22 |
23 |
24 |
25 | 

26 |
27 |
29 |
30 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/dates/date.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 | Untitled Document
21 |
22 |
23 |
24 |
25 | 

26 |
27 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/error/er.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 | Untitled Document
21 |
22 |
23 |
24 |
25 | 

26 |
27 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/error/error.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 | This example uses errorpage directive
22 |
23 | Select my favourite car.
24 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/error/errorpge.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 |
20 |
21 | <%@ page isErrorPage="true" %>
22 | The exception <%= exception.getMessage() %> tells me you
23 | made a wrong choice.
24 |
25 |
26 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/error/errorpge.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <html>
18 |
19 | <body bgcolor="red">
20 |
21 | <%@ page isErrorPage="true" %>
22 | <h1> The exception <%= exception.getMessage() %> tells me you
23 | made a wrong choice.
24 | </body>
25 | </html>
26 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/forward/forward.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 | <%
19 | double freeMem = Runtime.getRuntime().freeMemory();
20 | double totlMem = Runtime.getRuntime().totalMemory();
21 | double percent = freeMem/totlMem;
22 | if (percent < 0.5) {
23 | %>
24 |
25 |
26 |
27 | <% } else { %>
28 |
29 |
30 |
31 | <% } %>
32 |
33 |
34 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/forward/forward.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <html>
18 | <%
19 | double freeMem = Runtime.getRuntime().freeMemory();
20 | double totlMem = Runtime.getRuntime().totalMemory();
21 | double percent = freeMem/totlMem;
22 | if (percent < 0.5) {
23 | %>
24 |
25 | <jsp:forward page="one.jsp"/>
26 |
27 | <% } else { %>
28 |
29 | <jsp:forward page="two.html"/>
30 |
31 | <% } %>
32 |
33 | </html>
34 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/forward/fwd.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | Untitled Document
20 |
21 |
22 |
23 |
24 |


25 |
26 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/forward/one.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 |
20 |
21 |
22 | VM Memory usage < 50%.
23 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/forward/one.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <html>
18 |
19 | <body bgcolor="white">
20 | <font color="red">
21 |
22 | VM Memory usage < 50%.
23 | </html>
24 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/forward/two.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 |
22 | VM Memory usage > 50%.
23 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/jsp/images/code.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/images/execute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/jsp/images/execute.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/images/read.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/jsp/images/read.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/images/return.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/jsp/images/return.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/include/foo.html:
--------------------------------------------------------------------------------
1 |
17 | To get the current time in ms
18 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/include/foo.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 |
17 | --%><%= System.currentTimeMillis() %>
18 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/include/foo.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 |
17 | --%><%= System.currentTimeMillis() %>
18 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/include/inc.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | Untitled Document
20 |
21 |
22 |
23 |
24 | 

25 |
26 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/include/include.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 |
20 |
21 |
22 |
23 | <%@ page buffer="5kb" autoFlush="false" %>
24 |
25 | In place evaluation of another JSP which gives you the current time: <%@ include file="foo.jsp" %>
26 |
27 |
by including the output of another JSP:
28 | :-)
29 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/include/include.jsp.html:
--------------------------------------------------------------------------------
1 |
Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <html>
18 |
19 | <body bgcolor="white">
20 |
21 | <font color="red">
22 |
23 | <%@ page buffer="5kb" autoFlush="false" %>
24 |
25 | <p>In place evaluation of another JSP which gives you the current time: <%@ include file="foo.jsp" %>
26 |
27 | <p> <jsp:include page="foo.html" flush="true"/> by including the output of another JSP: <jsp:include page="foo.jsp" flush="true"/>
28 | :-)
29 |
30 | </html>
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/el/basic-arithmetic.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 | 

25 |
26 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/el/basic-comparisons.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 | 

25 |
26 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/el/composite.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 | 

25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/el/functions.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 | 

25 |
26 |
28 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/el/implicit-objects.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 | 
26 |
27 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/jspattribute/FooBean.java.html:
--------------------------------------------------------------------------------
1 | Source Code/*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 |
19 | package jsp2.examples;
20 |
21 | public class FooBean {
22 | private String bar;
23 |
24 | public FooBean() {
25 | bar = "Initial value";
26 | }
27 |
28 | public String getBar() {
29 | return this.bar;
30 | }
31 |
32 | public void setBar(String bar) {
33 | this.bar = bar;
34 | }
35 |
36 | }
37 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/jspattribute/HelloWorldSimpleTag.java.html:
--------------------------------------------------------------------------------
1 | Source Code/*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 |
19 | package jsp2.examples.simpletag;
20 |
21 | import java.io.IOException;
22 |
23 | import javax.servlet.jsp.JspException;
24 | import javax.servlet.jsp.tagext.SimpleTagSupport;
25 |
26 | /**
27 | * SimpleTag handler that prints "Hello, world!"
28 | */
29 | public class HelloWorldSimpleTag extends SimpleTagSupport {
30 | @Override
31 | public void doTag() throws JspException, IOException {
32 | getJspContext().getOut().write( "Hello, world!" );
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/jspx/basic.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 | View Source Code
22 |
23 |
24 |
25 | 

27 |
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/jspx/textRotate.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 | View Source Code
22 |
23 |
24 |
25 |

27 |
28 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/jspx/textRotate.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/jsp/jsp2/jspx/textRotate.jpg
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/misc/coda.jspf:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 | This banner included with <include-coda>
20 |
21 |
22 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/misc/coda.jspf.html:
--------------------------------------------------------------------------------
1 | Source Code<!--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | -->
17 | <hr>
18 | <center>
19 | This banner included with <include-coda>
20 | </center>
21 | <hr>
22 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/misc/dynamicattrs.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 | 
26 |
27 |
29 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/misc/prelude.jspf:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 | This banner included with <include-prelude>
20 |
21 |
22 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/misc/prelude.jspf.html:
--------------------------------------------------------------------------------
1 | Source Code<!--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | -->
17 | <hr>
18 | <center>
19 | This banner included with <include-prelude>
20 | </center>
21 | <hr>
22 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/simpletag/HelloWorldSimpleTag.java.html:
--------------------------------------------------------------------------------
1 | Source Code/*
2 | * Licensed to the Apache Software Foundation (ASF) under one or more
3 | * contributor license agreements. See the NOTICE file distributed with
4 | * this work for additional information regarding copyright ownership.
5 | * The ASF licenses this file to You under the Apache License, Version 2.0
6 | * (the "License"); you may not use this file except in compliance with
7 | * the License. You may obtain a copy of the License at
8 | *
9 | * http://www.apache.org/licenses/LICENSE-2.0
10 | *
11 | * Unless required by applicable law or agreed to in writing, software
12 | * distributed under the License is distributed on an "AS IS" BASIS,
13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | * See the License for the specific language governing permissions and
15 | * limitations under the License.
16 | */
17 |
18 |
19 | package jsp2.examples.simpletag;
20 |
21 | import java.io.IOException;
22 |
23 | import javax.servlet.jsp.JspException;
24 | import javax.servlet.jsp.tagext.SimpleTagSupport;
25 |
26 | /**
27 | * SimpleTag handler that prints "Hello, world!"
28 | */
29 | public class HelloWorldSimpleTag extends SimpleTagSupport {
30 | @Override
31 | public void doTag() throws JspException, IOException {
32 | getJspContext().getOut().write( "Hello, world!" );
33 | }
34 | }
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/simpletag/hello.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 | 
26 |
27 |
29 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/simpletag/hello.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@ taglib prefix="mytag" uri="/WEB-INF/jsp2/jsp2-example-taglib.tld" %>
18 |
19 |
20 | JSP 2.0 Examples - Hello World SimpleTag Handler
21 |
22 |
23 | JSP 2.0 Examples - Hello World SimpleTag Handler
24 |
25 | This tag handler simply echos "Hello, World!" It's an example of
26 | a very basic SimpleTag handler with no body.
27 |
28 | Result:
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/simpletag/hello.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@ taglib prefix="mytag" uri="/WEB-INF/jsp2/jsp2-example-taglib.tld" %>
18 | <html>
19 | <head>
20 | <title>JSP 2.0 Examples - Hello World SimpleTag Handler</title>
21 | </head>
22 | <body>
23 | <h1>JSP 2.0 Examples - Hello World SimpleTag Handler</h1>
24 | <hr>
25 | <p>This tag handler simply echos "Hello, World!" It's an example of
26 | a very basic SimpleTag handler with no body.</p>
27 | <br>
28 | <b><u>Result:</u></b>
29 | <mytag:helloWorld/>
30 | </body>
31 | </html>
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/simpletag/repeat.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 | 
26 |
27 |
29 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/tagfiles/hello.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 | 
26 |
27 |
29 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/tagfiles/hello.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
18 |
19 |
20 | JSP 2.0 Examples - Hello World Using a Tag File
21 |
22 |
23 | JSP 2.0 Examples - Hello World Using a Tag File
24 |
25 | This JSP page invokes a custom tag that simply echos "Hello, World!"
26 | The custom tag is generated from a tag file in the /WEB-INF/tags
27 | directory.
28 | Notice that we did not need to write a TLD for this tag. We just
29 | created /WEB-INF/tags/helloWorld.tag, imported it using the taglib
30 | directive, and used it!
31 |
32 | Result:
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/tagfiles/helloWorld.tag.html:
--------------------------------------------------------------------------------
1 | Source Code<!--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | -->
17 | Hello, world!
18 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/tagfiles/panel.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 | 
26 |
27 |
29 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/tagfiles/panel.tag.html:
--------------------------------------------------------------------------------
1 | Source Code<!--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | -->
17 | <%@ attribute name="color" %>
18 | <%@ attribute name="bgcolor" %>
19 | <%@ attribute name="title" %>
20 | <table border="1" bgcolor="${color}">
21 | <tr>
22 | <td><b>${title}</b></td>
23 | </tr>
24 | <tr>
25 | <td bgcolor="${bgcolor}">
26 | <jsp:doBody/>
27 | </td>
28 | </tr>
29 | </table>
30 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsp2/tagfiles/products.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 | 
26 |
27 |
29 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsptoserv/hello.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 |
20 |
21 | I have been invoked by
22 | <% out.print (request.getAttribute("servletName").toString()); %>
23 | Servlet.
24 |
25 |
26 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsptoserv/hello.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <html>
18 | <body bgcolor="white">
19 |
20 | <h1>
21 | I have been invoked by
22 | <% out.print (request.getAttribute("servletName").toString()); %>
23 | Servlet.
24 | </h1>
25 |
26 | </html>
27 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <html>
18 | <body bgcolor="white">
19 |
20 | <!-- Forward to a servlet -->
21 | <jsp:forward page="/servletToJsp" />
22 |
23 | </html>
24 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/jsptoserv/jts.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 |
21 | Untitled Document
22 |
25 |
26 |
27 |
28 |
Execute
29 |
Return
30 |
31 | Source Code for JSP calling servlet
32 |
33 | Source Code for Servlet calling JSP
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/num/numguess.html:
--------------------------------------------------------------------------------
1 |
2 |
22 |
23 | Untitled Document
24 |
25 |
26 |
27 |
28 | 

29 |
30 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/plugin/applet/Clock2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/jsp/plugin/applet/Clock2.class
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/plugin/plugin.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | Untitled Document
20 |
21 |
22 |
23 |
24 | 

25 |
26 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/plugin/plugin.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 | Plugin example
19 |
20 | Current time is :
21 |
22 |
23 | Plugin tag OBJECT or EMBED not supported by browser.
24 |
25 |
26 |
27 |
28 |
29 | The above applet is loaded using the Java Plugin from a jsp page using the
30 | plugin tag.
31 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/plugin/plugin.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <html>
18 | <title> Plugin example </title>
19 | <body bgcolor="white">
20 | <h3> Current time is : </h3>
21 | <jsp:plugin type="applet" code="Clock2.class" codebase="applet" jreversion="1.2" width="160" height="150" >
22 | <jsp:fallback>
23 | Plugin tag OBJECT or EMBED not supported by browser.
24 | </jsp:fallback>
25 | </jsp:plugin>
26 | <p>
27 | <h4>
28 | <font color=red>
29 | The above applet is loaded using the Java Plugin from a jsp page using the
30 | plugin tag.
31 | </font>
32 | </h4>
33 | </body>
34 | </html>
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/security/protected/error.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 | Error Page For Examples
20 |
21 |
22 | Invalid username and/or password, please try
23 | again.
24 |
25 |
26 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/security/protected/error.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <html>
18 | <head>
19 | <title>Error Page For Examples</title>
20 | </head>
21 | <body bgcolor="white">
22 | Invalid username and/or password, please try
23 | <a href='<%= response.encodeURL("index.jsp") %>'>again</a>.
24 | </body>
25 | </html>
26 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/security/protected/login.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 | Login Page for Examples
20 |
21 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/sessions/carts.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 |
20 |
21 | <%
22 | cart.processRequest();
23 | %>
24 |
25 |
26 |
27 |
You have the following items in your cart:
28 |
29 | <%
30 | String[] items = cart.getItems();
31 | for (int i=0; i
33 | - <% out.print(util.HTMLFilter.filter(items[i])); %>
34 | <%
35 | }
36 | %>
37 |
38 |
39 |
40 |
41 |
42 | <%@ include file ="carts.html" %>
43 |
44 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/sessions/crt.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 | Untitled Document
21 |
22 |
23 |
24 |
25 | 

26 |
27 |
29 |
30 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/simpletag/foo.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 | Untitled Document
20 |
21 |
22 |
23 |
24 | 

25 |
26 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/simpletag/foo.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 |
18 |
19 | <%@ taglib uri="http://tomcat.apache.org/example-taglib" prefix="eg"%>
20 |
21 | Radio stations that rock:
22 |
23 |
24 |
25 | - <%= member %>
26 |
27 |
28 |
29 |
30 | Did you see me on the stderr window?
31 |
32 |
33 |
34 | Did you see me on the browser window as well?
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/simpletag/foo.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <html>
18 | <body>
19 | <%@ taglib uri="http://tomcat.apache.org/example-taglib" prefix="eg"%>
20 |
21 | Radio stations that rock:
22 |
23 | <ul>
24 | <eg:foo att1="98.5" att2="92.3" att3="107.7">
25 | <li><%= member %></li>
26 | </eg:foo>
27 | </ul>
28 |
29 | <eg:log>
30 | Did you see me on the stderr window?
31 | </eg:log>
32 |
33 | <eg:log toBrowser="true">
34 | Did you see me on the browser window as well?
35 | </eg:log>
36 |
37 | </body>
38 | </html>
39 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/snp/snoop.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 | Untitled Document
21 |
22 |
23 |
24 |
25 | 

26 |
27 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/source.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@ taglib uri="http://tomcat.apache.org/example-taglib"
18 | prefix="eg" %>
19 |
20 |
21 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/source.jsp.html:
--------------------------------------------------------------------------------
1 | Source Code<%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@ taglib uri="http://tomcat.apache.org/example-taglib"
18 | prefix="eg" %>
19 |
20 | <eg:ShowSource jspFile="<%= util.HTMLFilter.filter(request.getQueryString()) %>"/>
21 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/tagplugin/choose.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/tagplugin/foreach.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/tagplugin/if.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 | View Source Code
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/jsp/xml/xml.html:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 | Untitled Document
21 |
22 |
23 |
24 |
25 | 

26 |
27 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/servlets/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/servlets/images/code.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/servlets/images/execute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/servlets/images/execute.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/servlets/images/return.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/examples/servlets/images/return.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/servlets/nonblocking/bytecounter.html:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 | Servlet 3.1 non-blocking IO examples: Byte counter
20 |
21 |
22 | Byte counter
23 | Select a file and/or enter some data using the form below and then submit
24 | it. The server will read the request body using non-blocking IO and then
25 | respond with the total length of the request body in bytes.
26 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/examples/websocket/index.xhtml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
20 | Apache Tomcat WebSocket Examples
21 |
22 |
23 | Apache Tomcat WebSocket Examples
24 |
31 |
32 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/META-INF/context.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
21 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/images/add.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/host-manager/images/add.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/host-manager/images/code.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/images/design.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/host-manager/images/design.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/images/docs.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/host-manager/images/docs.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/images/fix.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/host-manager/images/fix.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/images/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/host-manager/images/tomcat.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/images/update.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/host-manager/images/update.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/images/void.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/host-manager/images/void.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/index.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@ page session="false" trimDirectiveWhitespaces="true" %>
18 | <% response.sendRedirect(request.getContextPath() + "/html"); %>
--------------------------------------------------------------------------------
/tomcat/template/webapps/host-manager/manager.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
23 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/META-INF/context.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
19 |
21 |
22 |
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/images/add.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/manager/images/add.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/images/code.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/manager/images/code.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/images/design.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/manager/images/design.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/images/docs.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/manager/images/docs.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/images/fix.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/manager/images/fix.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/images/tomcat.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/manager/images/tomcat.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/images/update.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/manager/images/update.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/images/void.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/template/webapps/manager/images/void.gif
--------------------------------------------------------------------------------
/tomcat/template/webapps/manager/index.jsp:
--------------------------------------------------------------------------------
1 | <%--
2 | Licensed to the Apache Software Foundation (ASF) under one or more
3 | contributor license agreements. See the NOTICE file distributed with
4 | this work for additional information regarding copyright ownership.
5 | The ASF licenses this file to You under the Apache License, Version 2.0
6 | (the "License"); you may not use this file except in compliance with
7 | the License. You may obtain a copy of the License at
8 |
9 | http://www.apache.org/licenses/LICENSE-2.0
10 |
11 | Unless required by applicable law or agreed to in writing, software
12 | distributed under the License is distributed on an "AS IS" BASIS,
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | See the License for the specific language governing permissions and
15 | limitations under the License.
16 | --%>
17 | <%@ page session="false" trimDirectiveWhitespaces="true" %>
18 | <% response.sendRedirect(request.getContextPath() + "/html"); %>
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/bin/bootstrap.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/bin/bootstrap.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/bin/commons-daemon-native.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/bin/commons-daemon-native.tar.gz
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/bin/commons-daemon.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/bin/commons-daemon.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/bin/tomcat-juli.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/bin/tomcat-juli.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/bin/tomcat-native.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/bin/tomcat-native.tar.gz
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/annotations-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/annotations-api.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/catalina-ant.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/catalina-ant.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/catalina-ha.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/catalina-ha.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/catalina-storeconfig.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/catalina-storeconfig.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/catalina-tribes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/catalina-tribes.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/catalina.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/catalina.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/ecj-4.6.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/ecj-4.6.3.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/el-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/el-api.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/jasper-el.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/jasper-el.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/jasper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/jasper.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/jaspic-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/jaspic-api.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/jsp-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/jsp-api.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/servlet-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/servlet-api.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-api.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-coyote.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-coyote.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-dbcp.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-dbcp.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-i18n-es.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-i18n-es.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-i18n-fr.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-i18n-fr.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-i18n-ja.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-i18n-ja.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-jdbc.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-jdbc.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-jni.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-jni.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-util-scan.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-util-scan.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-util.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-util.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/tomcat-websocket.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/tomcat-websocket.jar
--------------------------------------------------------------------------------
/tomcat/tomcat-8.5.15/lib/websocket-api.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/aillamsun/tomcat-many-instance/0eca202f17468048df123fb3d7baf7644b796cd9/tomcat/tomcat-8.5.15/lib/websocket-api.jar
--------------------------------------------------------------------------------