在好例子网,分享、交流、成长!
您当前所在位置:首页Config 开发实例Web服务器配置 → apache-tomcat-8.5.69

apache-tomcat-8.5.69

Web服务器配置

下载此实例
  • 开发语言:Config
  • 实例大小:36.41M
  • 下载次数:3
  • 浏览次数:76
  • 发布时间:2023-03-19
  • 实例类别:Web服务器配置
  • 发 布 人:随便不唯一名字
  • 文件格式:.zip
  • 所需积分:2
 相关标签: tomcat Apache PAC 8.5 CA

实例介绍

【实例简介】apache-tomcat-8.5.69

【实例截图】

from clipboard

【核心代码】

.
├── BUILDING.txt
├── CONTRIBUTING.md
├── LICENSE
├── NOTICE
├── README.md
├── RELEASE-NOTES
├── RUNNING.txt
├── bin
│   ├── bootstrap.jar
│   ├── catalina-tasks.xml
│   ├── catalina.bat
│   ├── catalina.sh
│   ├── ciphers.bat
│   ├── ciphers.sh
│   ├── commons-daemon.jar
│   ├── configtest.bat
│   ├── configtest.sh
│   ├── daemon.sh
│   ├── digest.bat
│   ├── digest.sh
│   ├── hs_err_pid14896.log
│   ├── replay_pid14896.log
│   ├── service.bat
│   ├── setclasspath.bat
│   ├── setclasspath.sh
│   ├── shutdown.bat
│   ├── shutdown.sh
│   ├── startup.bat
│   ├── startup.sh
│   ├── tcnative-1.dll
│   ├── tomcat-juli.jar
│   ├── tomcat8.exe
│   ├── tomcat8w.exe
│   ├── tool-wrapper.bat
│   ├── tool-wrapper.sh
│   ├── version.bat
│   └── version.sh
├── conf
│   ├── catalina.policy
│   ├── catalina.properties
│   ├── context.xml
│   ├── jaspic-providers.xml
│   ├── jaspic-providers.xsd
│   ├── logging.properties
│   ├── server.xml
│   ├── tomcat-users.xml
│   ├── tomcat-users.xsd
│   └── web.xml
├── 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-de.jar
│   ├── tomcat-i18n-es.jar
│   ├── tomcat-i18n-fr.jar
│   ├── tomcat-i18n-ja.jar
│   ├── tomcat-i18n-ko.jar
│   ├── tomcat-i18n-ru.jar
│   ├── tomcat-i18n-zh-CN.jar
│   ├── tomcat-jdbc.jar
│   ├── tomcat-jni.jar
│   ├── tomcat-util-scan.jar
│   ├── tomcat-util.jar
│   ├── tomcat-websocket.jar
│   └── websocket-api.jar
├── logs
├── temp
│   └── safeToDelete.tmp
├── webapps
│   ├── ROOT
│   │   ├── RELEASE-NOTES.txt
│   │   ├── WEB-INF
│   │   │   └── web.xml
│   │   ├── asf-logo-wide.svg
│   │   ├── bg-button.png
│   │   ├── bg-middle.png
│   │   ├── bg-nav.png
│   │   ├── bg-upper.png
│   │   ├── favicon.ico
│   │   ├── index.jsp
│   │   ├── tomcat.css
│   │   └── tomcat.svg
│   ├── docs
│   │   ├── BUILDING.txt
│   │   ├── RELEASE-NOTES.txt
│   │   ├── RUNNING.txt
│   │   ├── WEB-INF
│   │   │   └── web.xml
│   │   ├── aio.html
│   │   ├── annotationapi
│   │   │   └── index.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
│   │   │   │   ├── authentication-process.png
│   │   │   │   └── request-process.png
│   │   │   ├── requestProcess.html
│   │   │   ├── startup
│   │   │   │   ├── serverStartup.pdf
│   │   │   │   └── serverStartup.txt
│   │   │   └── startup.html
│   │   ├── 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
│   │   ├── host-manager-howto.html
│   │   ├── html-host-manager-howto.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
│   │   │   ├── tomcat.gif
│   │   │   ├── tomcat.png
│   │   │   ├── update.gif
│   │   │   └── void.gif
│   │   ├── index.html
│   │   ├── introduction.html
│   │   ├── jasper-howto.html
│   │   ├── jaspicapi
│   │   │   └── index.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
│   │   ├── mbeans-descriptors.dtd
│   │   ├── 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
│   │   ├── META-INF
│   │   │   └── context.xml
│   │   ├── WEB-INF
│   │   │   ├── classes
│   │   │   │   ├── CookieExample.class
│   │   │   │   ├── CookieExample.java
│   │   │   │   ├── HelloWorldExample.class
│   │   │   │   ├── HelloWorldExample.java
│   │   │   │   ├── LocalStrings.properties
│   │   │   │   ├── LocalStrings_de.properties
│   │   │   │   ├── LocalStrings_es.properties
│   │   │   │   ├── LocalStrings_fr.properties
│   │   │   │   ├── LocalStrings_ja.properties
│   │   │   │   ├── LocalStrings_ko.properties
│   │   │   │   ├── LocalStrings_pt.properties
│   │   │   │   ├── LocalStrings_ru.properties
│   │   │   │   ├── LocalStrings_zh_CN.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
│   │   │   │   │   ├── AsyncStockContextListener.class
│   │   │   │   │   ├── AsyncStockContextListener.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
│   │   │   │   │   ├── ValuesTag.class
│   │   │   │   │   └── ValuesTag.java
│   │   │   │   ├── filters
│   │   │   │   │   ├── ExampleFilter.class
│   │   │   │   │   └── ExampleFilter.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
│   │   │   │   └── 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
│   │   │   ├── 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
│   │   │   ├── manager.xml
│   │   │   └── web.xml
│   │   ├── css
│   │   │   └── manager.css
│   │   ├── images
│   │   │   ├── asf-logo.svg
│   │   │   └── tomcat.svg
│   │   └── index.jsp
│   ├── manager
│   │   ├── META-INF
│   │   │   └── context.xml
│   │   ├── WEB-INF
│   │   │   ├── jsp
│   │   │   │   ├── 401.jsp
│   │   │   │   ├── 403.jsp
│   │   │   │   ├── 404.jsp
│   │   │   │   ├── connectorCerts.jsp
│   │   │   │   ├── connectorCiphers.jsp
│   │   │   │   ├── connectorTrustedCerts.jsp
│   │   │   │   ├── sessionDetail.jsp
│   │   │   │   └── sessionsList.jsp
│   │   │   └── web.xml
│   │   ├── css
│   │   │   └── manager.css
│   │   ├── images
│   │   │   ├── asf-logo.svg
│   │   │   └── tomcat.svg
│   │   ├── index.jsp
│   │   ├── status.xsd
│   │   └── xform.xsl
│   └── ssmdemo_war
│       ├── META-INF
│       │   ├── MANIFEST.MF
│       │   └── war-tracker
│       ├── WEB-INF
│       │   ├── classes
│       │   │   ├── com
│       │   │   │   └── booy
│       │   │   │       └── ssm
│       │   │   │           └── exam
│       │   │   │               ├── controller
│       │   │   │               │   ├── ACController.class
│       │   │   │               │   ├── BedController.class
│       │   │   │               │   ├── CheckoutController.class
│       │   │   │               │   ├── CsController.class
│       │   │   │               │   ├── DormController.class
│       │   │   │               │   ├── DormselectController.class
│       │   │   │               │   ├── EdoorController.class
│       │   │   │               │   ├── EquipmentController.class
│       │   │   │               │   ├── FaceController.class
│       │   │   │               │   ├── HouseController.class
│       │   │   │               │   ├── MenuController.class
│       │   │   │               │   ├── PlacesController.class
│       │   │   │               │   ├── RoleController.class
│       │   │   │               │   ├── StudentController.class
│       │   │   │               │   ├── SystemController.class
│       │   │   │               │   ├── TeacherController.class
│       │   │   │               │   ├── Time_ruleController.class
│       │   │   │               │   └── UserController.class
│       │   │   │               ├── dao
│       │   │   │               │   ├── AccessControlDAO.class
│       │   │   │               │   ├── BedDao.class
│       │   │   │               │   ├── CheckoutDAO.class
│       │   │   │               │   ├── DormDao.class
│       │   │   │               │   ├── EquipmentDAO.class
│       │   │   │               │   ├── FaceDAO.class
│       │   │   │               │   ├── HouseDAO.class
│       │   │   │               │   ├── MenuDAO.class
│       │   │   │               │   ├── PlacesDAO.class
│       │   │   │               │   ├── PremissionDAO.class
│       │   │   │               │   ├── RoleDAO.class
│       │   │   │               │   ├── StudentDAO.class
│       │   │   │               │   ├── TeacherDAO.class
│       │   │   │               │   ├── Time_ruleDAO.class
│       │   │   │               │   ├── UserDAO.class
│       │   │   │               │   └── mapper
│       │   │   │               │       ├── AccessControlMapper.xml
│       │   │   │               │       ├── BedMapper.xml
│       │   │   │               │       ├── CheckoutMapper.xml
│       │   │   │               │       ├── DormMapper.xml
│       │   │   │               │       ├── EquipmentMapper.xml
│       │   │   │               │       ├── FaceMapper.xml
│       │   │   │               │       ├── HouseMapper.xml
│       │   │   │               │       ├── MenuMapper.xml
│       │   │   │               │       ├── PlacesMapper.xml
│       │   │   │               │       ├── PremissionMapper.xml
│       │   │   │               │       ├── RoleMapper.xml
│       │   │   │               │       ├── StudentMapper.xml
│       │   │   │               │       ├── TeacherMapper.xml
│       │   │   │               │       ├── Time_ruleMapper.xml
│       │   │   │               │       └── UserMapper.xml
│       │   │   │               ├── interceptor
│       │   │   │               │   ├── LoginInterceptor.class
│       │   │   │               │   └── MenuInterceptor.class
│       │   │   │               ├── pojo
│       │   │   │               │   ├── AccessControl.class
│       │   │   │               │   ├── Bed.class
│       │   │   │               │   ├── Checkout.class
│       │   │   │               │   ├── Dorm.class
│       │   │   │               │   ├── Equipment.class
│       │   │   │               │   ├── ExcelBean.class
│       │   │   │               │   ├── Face.class
│       │   │   │               │   ├── House.class
│       │   │   │               │   ├── Menu.class
│       │   │   │               │   ├── Places.class
│       │   │   │               │   ├── Role.class
│       │   │   │               │   ├── Student.class
│       │   │   │               │   ├── Teacher.class
│       │   │   │               │   ├── Time_rule.class
│       │   │   │               │   └── User.class
│       │   │   │               ├── service
│       │   │   │               │   ├── AccessControlService.class
│       │   │   │               │   ├── BedService.class
│       │   │   │               │   ├── CheckoutService.class
│       │   │   │               │   ├── DormService.class
│       │   │   │               │   ├── EquipmentService.class
│       │   │   │               │   ├── FaceService.class
│       │   │   │               │   ├── HouseService.class
│       │   │   │               │   ├── MenuService.class
│       │   │   │               │   ├── PlacesService.class
│       │   │   │               │   ├── RoleService.class
│       │   │   │               │   ├── StudentService.class
│       │   │   │               │   ├── TeacherService.class
│       │   │   │               │   ├── Time_ruleService.class
│       │   │   │               │   ├── UserService.class
│       │   │   │               │   └── impl
│       │   │   │               │       ├── AccessControlServiceImpl.class
│       │   │   │               │       ├── BedServiceImpl.class
│       │   │   │               │       ├── CheckoutServiceImpl.class
│       │   │   │               │       ├── DormServiceImpl.class
│       │   │   │               │       ├── EquipmentServiceImpl.class
│       │   │   │               │       ├── FaceServiceImpl.class
│       │   │   │               │       ├── HouseServiceImpl.class
│       │   │   │               │       ├── MenuServiceImpl.class
│       │   │   │               │       ├── PlacesServiceImpl.class
│       │   │   │               │       ├── RoleServiceImpl.class
│       │   │   │               │       ├── StudentServiceImpl.class
│       │   │   │               │       ├── TeacherServiceImpl.class
│       │   │   │               │       ├── Time_ruleServiceImpl.class
│       │   │   │               │       └── UserServiceImpl.class
│       │   │   │               └── utils
│       │   │   │                   ├── AjaxResult.class
│       │   │   │                   ├── ExamConstants.class
│       │   │   │                   ├── ExcelUtil.class
│       │   │   │                   ├── MD5Utils.class
│       │   │   │                   └── TableData.class
│       │   │   ├── jdbc.properties
│       │   │   ├── log4j.properties
│       │   │   └── spring-config.xml
│       │   ├── lib
│       │   │   ├── aspectjweaver-1.9.2.jar
│       │   │   ├── commons-codec-1.9.jar
│       │   │   ├── commons-fileupload-1.3.3.jar
│       │   │   ├── commons-io-2.6.jar
│       │   │   ├── commons-logging-1.2.jar
│       │   │   ├── dom4j-1.6.1.jar
│       │   │   ├── httpclient-4.5.2.jar
│       │   │   ├── httpcore-4.4.4.jar
│       │   │   ├── jackson-annotations-2.11.0.jar
│       │   │   ├── jackson-core-2.11.0.jar
│       │   │   ├── jackson-databind-2.11.0.jar
│       │   │   ├── jsqlparser-0.9.5.jar
│       │   │   ├── jstl-1.2.jar
│       │   │   ├── log4j-1.2.16.jar
│       │   │   ├── lombok-1.16.22.jar
│       │   │   ├── mybatis-3.4.1.jar
│       │   │   ├── mybatis-spring-1.3.1.jar
│       │   │   ├── pagehelper-4.2.1.jar
│       │   │   ├── poi-3.9.jar
│       │   │   ├── poi-ooxml-3.9.jar
│       │   │   ├── poi-ooxml-schemas-3.9.jar
│       │   │   ├── slf4j-api-1.6.1.jar
│       │   │   ├── slf4j-log4j12-1.6.1.jar
│       │   │   ├── spring-aop-5.1.3.RELEASE.jar
│       │   │   ├── spring-aspects-5.1.3.RELEASE.jar
│       │   │   ├── spring-beans-5.1.3.RELEASE.jar
│       │   │   ├── spring-context-5.1.3.RELEASE.jar
│       │   │   ├── spring-core-5.1.3.RELEASE.jar
│       │   │   ├── spring-expression-5.1.3.RELEASE.jar
│       │   │   ├── spring-jcl-5.1.3.RELEASE.jar
│       │   │   ├── spring-jdbc-5.1.3.RELEASE.jar
│       │   │   ├── spring-tx-5.1.3.RELEASE.jar
│       │   │   ├── spring-web-5.1.3.RELEASE.jar
│       │   │   ├── spring-webmvc-5.1.3.RELEASE.jar
│       │   │   ├── sqljdbc4-4.0.jar
│       │   │   ├── stax-api-1.0.1.jar
│       │   │   ├── xml-apis-1.0.b2.jar
│       │   │   └── xmlbeans-2.3.0.jar
│       │   ├── pages
│       │   │   ├── accessControl.jsp
│       │   │   ├── bed.jsp
│       │   │   ├── checkout.jsp
│       │   │   ├── cs.jsp
│       │   │   ├── doorequipment.jsp
│       │   │   ├── dorm.jsp
│       │   │   ├── dormselect.jsp
│       │   │   ├── error.jsp
│       │   │   ├── face.jsp
│       │   │   ├── house.jsp
│       │   │   ├── houseequipment.jsp
│       │   │   ├── index.jsp
│       │   │   ├── info.jsp
│       │   │   ├── login.jsp
│       │   │   ├── menu.jsp
│       │   │   ├── places.jsp
│       │   │   ├── role.jsp
│       │   │   ├── student.jsp
│       │   │   ├── teacher.jsp
│       │   │   ├── time_rule.jsp
│       │   │   └── user.jsp
│       │   ├── springMVC-servlet.xml
│       │   └── web.xml
│       ├── images
│       │   ├── 38f1620decca4a32a24551b219d4466b1.jpg
│       │   ├── 6e89267fcd8f41fab2a82028d08e9466彭于晏.jpg
│       │   ├── 7d22f229c9054df8aa1a74f2844ff1501.jpg
│       │   ├── 95c2837dbf4c45c08852125339ded792彭于晏.jpg
│       │   ├── a36da959c87b40168827fa2a9b12c35d彭于晏.jpg
│       │   ├── eaa2731b9f69479cba45d677bf6e9e8f2.jpg
│       │   └── 未导入.jpg
│       └── media
│           ├── easyui.css
│           ├── images
│           │   ├── combo_arrow.png
│           │   └── tree_icons.png
│           ├── jquery.easyui.min.js
│           ├── jquery.min.js
│           ├── layui
│           │   ├── config.js
│           │   ├── css
│           │   │   ├── layui.css
│           │   │   ├── layui.mobile.css
│           │   │   └── modules
│           │   │       ├── code.css
│           │   │       ├── laydate
│           │   │       │   └── default
│           │   │       │       └── laydate.css
│           │   │       └── layer
│           │   │           └── default
│           │   │               ├── icon-ext.png
│           │   │               ├── icon.png
│           │   │               ├── layer.css
│           │   │               ├── loading-0.gif
│           │   │               ├── loading-1.gif
│           │   │               └── loading-2.gif
│           │   ├── font
│           │   │   ├── iconfont.eot
│           │   │   ├── iconfont.svg
│           │   │   ├── iconfont.ttf
│           │   │   └── iconfont.woff
│           │   ├── images
│           │   │   └── face
│           │   │       ├── 0.gif
│           │   │       ├── 1.gif
│           │   │       ├── 10.gif
│           │   │       ├── 11.gif
│           │   │       ├── 12.gif
│           │   │       ├── 13.gif
│           │   │       ├── 14.gif
│           │   │       ├── 15.gif
│           │   │       ├── 16.gif
│           │   │       ├── 17.gif
│           │   │       ├── 18.gif
│           │   │       ├── 19.gif
│           │   │       ├── 2.gif
│           │   │       ├── 20.gif
│           │   │       ├── 21.gif
│           │   │       ├── 22.gif
│           │   │       ├── 23.gif
│           │   │       ├── 24.gif
│           │   │       ├── 25.gif
│           │   │       ├── 26.gif
│           │   │       ├── 27.gif
│           │   │       ├── 28.gif
│           │   │       ├── 29.gif
│           │   │       ├── 3.gif
│           │   │       ├── 30.gif
│           │   │       ├── 31.gif
│           │   │       ├── 32.gif
│           │   │       ├── 33.gif
│           │   │       ├── 34.gif
│           │   │       ├── 35.gif
│           │   │       ├── 36.gif
│           │   │       ├── 37.gif
│           │   │       ├── 38.gif
│           │   │       ├── 39.gif
│           │   │       ├── 4.gif
│           │   │       ├── 40.gif
│           │   │       ├── 41.gif
│           │   │       ├── 42.gif
│           │   │       ├── 43.gif
│           │   │       ├── 44.gif
│           │   │       ├── 45.gif
│           │   │       ├── 46.gif
│           │   │       ├── 47.gif
│           │   │       ├── 48.gif
│           │   │       ├── 49.gif
│           │   │       ├── 5.gif
│           │   │       ├── 50.gif
│           │   │       ├── 51.gif
│           │   │       ├── 52.gif
│           │   │       ├── 53.gif
│           │   │       ├── 54.gif
│           │   │       ├── 55.gif
│           │   │       ├── 56.gif
│           │   │       ├── 57.gif
│           │   │       ├── 58.gif
│           │   │       ├── 59.gif
│           │   │       ├── 6.gif
│           │   │       ├── 60.gif
│           │   │       ├── 61.gif
│           │   │       ├── 62.gif
│           │   │       ├── 63.gif
│           │   │       ├── 64.gif
│           │   │       ├── 65.gif
│           │   │       ├── 66.gif
│           │   │       ├── 67.gif
│           │   │       ├── 68.gif
│           │   │       ├── 69.gif
│           │   │       ├── 7.gif
│           │   │       ├── 70.gif
│           │   │       ├── 71.gif
│           │   │       ├── 8.gif
│           │   │       └── 9.gif
│           │   ├── lay
│           │   │   └── modules
│           │   │       ├── carousel.js
│           │   │       ├── code.js
│           │   │       ├── colorpicker.js
│           │   │       ├── element.js
│           │   │       ├── flow.js
│           │   │       ├── form.js
│           │   │       ├── jquery.js
│           │   │       ├── laydate.js
│           │   │       ├── layedit.js
│           │   │       ├── layer.js
│           │   │       ├── laypage.js
│           │   │       ├── laytpl.js
│           │   │       ├── mobile.js
│           │   │       ├── rate.js
│           │   │       ├── slider.js
│           │   │       ├── table.js
│           │   │       ├── tree.js
│           │   │       ├── upload.js
│           │   │       └── util.js
│           │   ├── layui.all.js
│           │   ├── layui.js
│           │   ├── lib
│           │   │   ├── admin.js
│           │   │   ├── index.js
│           │   │   └── view.js
│           │   ├── modules
│           │   │   └── common.js
│           │   └── style
│           │       └── admin.css
│           ├── layui.js
│           ├── layui_exts
│           │   ├── excel.js
│           │   └── xlsx.js
│           └── tree.css
├── work
└── 好例子网_apache-tomcat-8.5.69.zip

148 directories, 923 files



标签: tomcat Apache PAC 8.5 CA

实例下载地址

apache-tomcat-8.5.69

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警