实例介绍
【实例简介】
原创文档,NGINX + TOMCAT 6 + REDIS 实现负载均衡 session会话同步,已亲测
【实例截图】
【核心代码】
4744300845188924637.rar
└── TOMCAT 6 负载均衡
├── NGINX + TOMCAT 6 + REDIS 实现负载均衡 session会话同步.doc
├── readme.txt
├── 已配置服务器文件
│ ├── nginx
│ │ └── nginx-1.8.1
│ │ ├── conf
│ │ │ ├── fastcgi.conf
│ │ │ ├── fastcgi_params
│ │ │ ├── koi-utf
│ │ │ ├── koi-win
│ │ │ ├── mime.types
│ │ │ ├── nginx.conf
│ │ │ ├── scgi_params
│ │ │ ├── uwsgi_params
│ │ │ └── win-utf
│ │ ├── contrib
│ │ │ ├── geo2nginx.pl
│ │ │ ├── README
│ │ │ ├── unicode2nginx
│ │ │ │ ├── koi-utf
│ │ │ │ ├── unicode-to-nginx.pl
│ │ │ │ └── win-utf
│ │ │ └── vim
│ │ │ ├── ftdetect
│ │ │ │ └── nginx.vim
│ │ │ ├── indent
│ │ │ │ └── nginx.vim
│ │ │ └── syntax
│ │ │ └── nginx.vim
│ │ ├── docs
│ │ │ ├── CHANGES
│ │ │ ├── CHANGES.ru
│ │ │ ├── LICENSE
│ │ │ ├── OpenSSL.LICENSE
│ │ │ ├── PCRE.LICENCE
│ │ │ ├── README
│ │ │ └── zlib.LICENSE
│ │ ├── html
│ │ │ ├── 50x.html
│ │ │ └── index.html
│ │ ├── logs
│ │ │ ├── access.log
│ │ │ └── error.log
│ │ ├── nginx.exe
│ │ └── temp
│ │ ├── client_body_temp
│ │ ├── fastcgi_temp
│ │ ├── proxy_temp
│ │ ├── scgi_temp
│ │ └── uwsgi_temp
│ ├── redis
│ │ └── Redis-x64-3.2.100
│ │ ├── dump.rdb
│ │ ├── EventLog.dll
│ │ ├── redis-benchmark.exe
│ │ ├── redis-benchmark.pdb
│ │ ├── redis-check-aof.exe
│ │ ├── redis-check-aof.pdb
│ │ ├── redis-cli.exe
│ │ ├── redis-cli.pdb
│ │ ├── Redis on Windows.docx
│ │ ├── Redis on Windows Release Notes.docx
│ │ ├── redis-server.exe
│ │ ├── redis-server.pdb
│ │ ├── redis.windows.conf
│ │ ├── redis.windows-service.conf
│ │ └── Windows Service Documentation.docx
│ ├── tomcat 6
│ │ ├── apache-tomcat-6.0.32-1
│ │ │ ├── backup
│ │ │ │ ├── catalina.policy
│ │ │ │ ├── catalina.properties
│ │ │ │ ├── context.xml
│ │ │ │ ├── server.xml
│ │ │ │ ├── tomcat-users.xml
│ │ │ │ └── web.xml
│ │ │ ├── bin
│ │ │ │ ├── bootstrap.jar
│ │ │ │ ├── catalina.bat
│ │ │ │ ├── catalina.sh
│ │ │ │ ├── catalina-tasks.xml
│ │ │ │ ├── commons-daemon.jar
│ │ │ │ ├── commons-daemon-native.tar.gz
│ │ │ │ ├── cpappend.bat
│ │ │ │ ├── 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
│ │ │ ├── conf
│ │ │ │ ├── Catalina
│ │ │ │ │ └── localhost
│ │ │ │ │ ├── host-manager.xml
│ │ │ │ │ └── manager.xml
│ │ │ │ ├── catalina.policy
│ │ │ │ ├── catalina.properties
│ │ │ │ ├── context.xml
│ │ │ │ ├── logging.properties
│ │ │ │ ├── server.xml
│ │ │ │ ├── tomcat-users.xml
│ │ │ │ └── web.xml
│ │ │ ├── lib
│ │ │ │ ├── annotations-api.jar
│ │ │ │ ├── catalina-ant.jar
│ │ │ │ ├── catalina-ha.jar
│ │ │ │ ├── catalina.jar
│ │ │ │ ├── catalina-tribes.jar
│ │ │ │ ├── commons-pool2-2.4.3.jar
│ │ │ │ ├── commons-pool.jar
│ │ │ │ ├── ecj-3.3.1.jar
│ │ │ │ ├── el-api.jar
│ │ │ │ ├── jasper-el.jar
│ │ │ │ ├── jasper.jar
│ │ │ │ ├── jedis-2.1.0.jar
│ │ │ │ ├── jsp-api.jar
│ │ │ │ ├── servlet-api.jar
│ │ │ │ ├── tomcat-6.0.16-catalina-tribes.jar
│ │ │ │ ├── tomcat-coyote.jar
│ │ │ │ ├── tomcat-dbcp.jar
│ │ │ │ ├── tomcat-i18n-es.jar
│ │ │ │ ├── tomcat-i18n-fr.jar
│ │ │ │ ├── tomcat-i18n-ja.jar
│ │ │ │ ├── tomcat-juli-adapters.jar
│ │ │ │ ├── tomcat-juli.jar
│ │ │ │ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
│ │ │ ├── LICENSE
│ │ │ ├── logs
│ │ │ │ ├── catalina.2018-11-15.log
│ │ │ │ ├── catalina.2018-11-16.log
│ │ │ │ ├── host-manager.2018-11-15.log
│ │ │ │ ├── host-manager.2018-11-16.log
│ │ │ │ ├── localhost.2018-11-15.log
│ │ │ │ ├── localhost.2018-11-16.log
│ │ │ │ ├── manager.2018-11-15.log
│ │ │ │ └── manager.2018-11-16.log
│ │ │ ├── NOTICE
│ │ │ ├── RELEASE-NOTES
│ │ │ ├── RUNNING.txt
│ │ │ ├── temp
│ │ │ │ └── safeToDelete.tmp
│ │ │ ├── webapps
│ │ │ │ ├── docs
│ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ └── tomcat.gif
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ └── WEB-INF
│ │ │ │ │ │ │ └── web.xml
│ │ │ │ │ │ ├── source.html
│ │ │ │ │ │ └── web.xml.txt
│ │ │ │ │ ├── apr.html
│ │ │ │ │ ├── architecture
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── overview.html
│ │ │ │ │ │ ├── requestProcess
│ │ │ │ │ │ │ ├── requestProcess.pdf
│ │ │ │ │ │ │ └── roseModel.mdl
│ │ │ │ │ │ ├── requestProcess.html
│ │ │ │ │ │ ├── startup
│ │ │ │ │ │ │ ├── serverStartup.pdf
│ │ │ │ │ │ │ └── serverStartup.txt
│ │ │ │ │ │ └── startup.html
│ │ │ │ │ ├── balancer-howto.html
│ │ │ │ │ ├── building.html
│ │ │ │ │ ├── BUILDING.txt
│ │ │ │ │ ├── cgi-howto.html
│ │ │ │ │ ├── changelog.html
│ │ │ │ │ ├── class-loader-howto.html
│ │ │ │ │ ├── cluster-howto.html
│ │ │ │ │ ├── config
│ │ │ │ │ │ ├── ajp.html
│ │ │ │ │ │ ├── cluster-channel.html
│ │ │ │ │ │ ├── cluster-deployer.html
│ │ │ │ │ │ ├── cluster.html
│ │ │ │ │ │ ├── cluster-interceptor.html
│ │ │ │ │ │ ├── cluster-listener.html
│ │ │ │ │ │ ├── cluster-manager.html
│ │ │ │ │ │ ├── cluster-membership.html
│ │ │ │ │ │ ├── cluster-receiver.html
│ │ │ │ │ │ ├── cluster-sender.html
│ │ │ │ │ │ ├── cluster-valve.html
│ │ │ │ │ │ ├── context.html
│ │ │ │ │ │ ├── engine.html
│ │ │ │ │ │ ├── executor.html
│ │ │ │ │ │ ├── filter.html
│ │ │ │ │ │ ├── globalresources.html
│ │ │ │ │ │ ├── host.html
│ │ │ │ │ │ ├── http.html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── listeners.html
│ │ │ │ │ │ ├── loader.html
│ │ │ │ │ │ ├── manager.html
│ │ │ │ │ │ ├── realm.html
│ │ │ │ │ │ ├── resources.html
│ │ │ │ │ │ ├── server.html
│ │ │ │ │ │ ├── service.html
│ │ │ │ │ │ ├── systemprops.html
│ │ │ │ │ │ └── valve.html
│ │ │ │ │ ├── connectors.html
│ │ │ │ │ ├── default-servlet.html
│ │ │ │ │ ├── deployer-howto.html
│ │ │ │ │ ├── developers.html
│ │ │ │ │ ├── extras.html
│ │ │ │ │ ├── funcspecs
│ │ │ │ │ │ ├── fs-admin-apps.html
│ │ │ │ │ │ ├── fs-admin-objects.html
│ │ │ │ │ │ ├── fs-admin-opers.html
│ │ │ │ │ │ ├── fs-default.html
│ │ │ │ │ │ ├── fs-invoker.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.gif
│ │ │ │ │ │ ├── code.gif
│ │ │ │ │ │ ├── design.gif
│ │ │ │ │ │ ├── docs.gif
│ │ │ │ │ │ ├── fix.gif
│ │ │ │ │ │ ├── printer.gif
│ │ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ │ ├── tomcat.svg
│ │ │ │ │ │ ├── update.gif
│ │ │ │ │ │ └── void.gif
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── introduction.html
│ │ │ │ │ ├── jasper-howto.html
│ │ │ │ │ ├── jndi-datasource-examples-howto.html
│ │ │ │ │ ├── jndi-resources-howto.html
│ │ │ │ │ ├── logging.html
│ │ │ │ │ ├── manager-howto.html
│ │ │ │ │ ├── maven-jars.html
│ │ │ │ │ ├── mbeans-descriptor-howto.html
│ │ │ │ │ ├── monitoring.html
│ │ │ │ │ ├── proxy-howto.html
│ │ │ │ │ ├── realm-howto.html
│ │ │ │ │ ├── RELEASE-NOTES.txt
│ │ │ │ │ ├── RUNNING.txt
│ │ │ │ │ ├── security-manager-howto.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-INF
│ │ │ │ │ │ └── web.xml
│ │ │ │ │ └── windows-service-howto.html
│ │ │ │ ├── examples
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jsp
│ │ │ │ │ │ ├── cal
│ │ │ │ │ │ │ ├── cal1.jsp
│ │ │ │ │ │ │ ├── cal1.jsp.html
│ │ │ │ │ │ │ ├── cal2.jsp
│ │ │ │ │ │ │ ├── cal2.jsp.html
│ │ │ │ │ │ │ ├── calendar.html
│ │ │ │ │ │ │ ├── Entries.java.html
│ │ │ │ │ │ │ ├── Entry.java.html
│ │ │ │ │ │ │ ├── JspCalendar.java.html
│ │ │ │ │ │ │ ├── login.html
│ │ │ │ │ │ │ └── TableBean.java.html
│ │ │ │ │ │ ├── chat
│ │ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ │ ├── index.jsp.html
│ │ │ │ │ │ │ ├── login.jsp
│ │ │ │ │ │ │ ├── login.jsp.html
│ │ │ │ │ │ │ ├── post.jsp
│ │ │ │ │ │ │ └── post.jsp.html
│ │ │ │ │ │ ├── checkbox
│ │ │ │ │ │ │ ├── check.html
│ │ │ │ │ │ │ ├── checkresult.jsp
│ │ │ │ │ │ │ ├── checkresult.jsp.html
│ │ │ │ │ │ │ ├── CheckTest.html
│ │ │ │ │ │ │ └── cresult.html
│ │ │ │ │ │ ├── colors
│ │ │ │ │ │ │ ├── clr.html
│ │ │ │ │ │ │ ├── ColorGameBean.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
│ │ │ │ │ │ │ │ ├── basic-arithmetic.html
│ │ │ │ │ │ │ │ ├── basic-arithmetic.jsp
│ │ │ │ │ │ │ │ ├── basic-arithmetic.jsp.html
│ │ │ │ │ │ │ │ ├── basic-comparisons.html
│ │ │ │ │ │ │ │ ├── basic-comparisons.jsp
│ │ │ │ │ │ │ │ ├── basic-comparisons.jsp.html
│ │ │ │ │ │ │ │ ├── functions.html
│ │ │ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ │ │ ├── functions.jsp
│ │ │ │ │ │ │ │ ├── functions.jsp.html
│ │ │ │ │ │ │ │ ├── implicit-objects.html
│ │ │ │ │ │ │ │ ├── implicit-objects.jsp
│ │ │ │ │ │ │ │ └── implicit-objects.jsp.html
│ │ │ │ │ │ │ ├── jspattribute
│ │ │ │ │ │ │ │ ├── FooBean.java.html
│ │ │ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ │ │ ├── jspattribute.html
│ │ │ │ │ │ │ │ ├── jspattribute.jsp
│ │ │ │ │ │ │ │ ├── jspattribute.jsp.html
│ │ │ │ │ │ │ │ ├── shuffle.html
│ │ │ │ │ │ │ │ ├── shuffle.jsp
│ │ │ │ │ │ │ │ ├── shuffle.jsp.html
│ │ │ │ │ │ │ │ ├── ShuffleSimpleTag.java.html
│ │ │ │ │ │ │ │ └── TileSimpleTag.java.html
│ │ │ │ │ │ │ ├── jspx
│ │ │ │ │ │ │ │ ├── basic.html
│ │ │ │ │ │ │ │ ├── basic.jspx
│ │ │ │ │ │ │ │ ├── basic.jspx.html
│ │ │ │ │ │ │ │ ├── svgexample.html
│ │ │ │ │ │ │ │ ├── textRotate.html
│ │ │ │ │ │ │ │ ├── textRotate.jpg
│ │ │ │ │ │ │ │ ├── textRotate.jspx
│ │ │ │ │ │ │ │ └── textRotate.jspx.html
│ │ │ │ │ │ │ ├── misc
│ │ │ │ │ │ │ │ ├── coda.jspf
│ │ │ │ │ │ │ │ ├── coda.jspf.html
│ │ │ │ │ │ │ │ ├── config.html
│ │ │ │ │ │ │ │ ├── config.jsp
│ │ │ │ │ │ │ │ ├── config.jsp.html
│ │ │ │ │ │ │ │ ├── dynamicattrs.html
│ │ │ │ │ │ │ │ ├── dynamicattrs.jsp
│ │ │ │ │ │ │ │ ├── dynamicattrs.jsp.html
│ │ │ │ │ │ │ │ ├── EchoAttributesTag.java.html
│ │ │ │ │ │ │ │ ├── prelude.jspf
│ │ │ │ │ │ │ │ └── prelude.jspf.html
│ │ │ │ │ │ │ ├── simpletag
│ │ │ │ │ │ │ │ ├── BookBean.java.html
│ │ │ │ │ │ │ │ ├── book.html
│ │ │ │ │ │ │ │ ├── book.jsp
│ │ │ │ │ │ │ │ ├── book.jsp.html
│ │ │ │ │ │ │ │ ├── FindBookSimpleTag.java.html
│ │ │ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ │ │ ├── hello.html
│ │ │ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ │ │ ├── repeat.html
│ │ │ │ │ │ │ │ ├── repeat.jsp
│ │ │ │ │ │ │ │ ├── repeat.jsp.html
│ │ │ │ │ │ │ │ └── RepeatSimpleTag.java.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
│ │ │ │ │ │ │ └── xhtmlbasic.tag.html
│ │ │ │ │ │ ├── jsptoserv
│ │ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ │ ├── jsptoservlet.jsp
│ │ │ │ │ │ │ ├── jsptoservlet.jsp.html
│ │ │ │ │ │ │ ├── jts.html
│ │ │ │ │ │ │ └── servletToJsp.java.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
│ │ │ │ │ │ │ ├── carts.html
│ │ │ │ │ │ │ ├── carts.jsp
│ │ │ │ │ │ │ ├── carts.jsp.html
│ │ │ │ │ │ │ ├── crt.html
│ │ │ │ │ │ │ └── DummyCart.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
│ │ │ │ │ │ ├── reqheaders.html
│ │ │ │ │ │ ├── reqinfo.html
│ │ │ │ │ │ ├── reqparams.html
│ │ │ │ │ │ └── sessions.html
│ │ │ │ │ └── WEB-INF
│ │ │ │ │ ├── classes
│ │ │ │ │ │ ├── cal
│ │ │ │ │ │ │ ├── Entries.class
│ │ │ │ │ │ │ ├── Entries.java
│ │ │ │ │ │ │ ├── Entry.class
│ │ │ │ │ │ │ ├── Entry.java
│ │ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ │ ├── JspCalendar.java
│ │ │ │ │ │ │ ├── TableBean.class
│ │ │ │ │ │ │ └── TableBean.java
│ │ │ │ │ │ ├── chat
│ │ │ │ │ │ │ ├── ChatServlet$MessageSender.class
│ │ │ │ │ │ │ ├── ChatServlet.class
│ │ │ │ │ │ │ └── ChatServlet.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
│ │ │ │ │ │ ├── CookieExample.class
│ │ │ │ │ │ ├── CookieExample.java
│ │ │ │ │ │ ├── dates
│ │ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ │ └── JspCalendar.java
│ │ │ │ │ │ ├── error
│ │ │ │ │ │ │ ├── Smart.class
│ │ │ │ │ │ │ └── Smart.java
│ │ │ │ │ │ ├── examples
│ │ │ │ │ │ │ ├── ExampleTagBase.class
│ │ │ │ │ │ │ ├── ExampleTagBase.java
│ │ │ │ │ │ │ ├── FooTag.class
│ │ │ │ │ │ │ ├── FooTagExtraInfo.class
│ │ │ │ │ │ │ ├── FooTagExtraInfo.java
│ │ │ │ │ │ │ ├── FooTag.java
│ │ │ │ │ │ │ ├── LogTag.class
│ │ │ │ │ │ │ ├── LogTag.java
│ │ │ │ │ │ │ ├── ShowSource.class
│ │ │ │ │ │ │ └── ShowSource.java
│ │ │ │ │ │ ├── filters
│ │ │ │ │ │ │ ├── ExampleFilter.class
│ │ │ │ │ │ │ ├── ExampleFilter.java
│ │ │ │ │ │ │ ├── RequestDumperFilter.class
│ │ │ │ │ │ │ ├── RequestDumperFilter.java
│ │ │ │ │ │ │ ├── SetCharacterEncodingFilter.class
│ │ │ │ │ │ │ └── SetCharacterEncodingFilter.java
│ │ │ │ │ │ ├── HelloWorldExample.class
│ │ │ │ │ │ ├── HelloWorldExample.java
│ │ │ │ │ │ ├── jsp2
│ │ │ │ │ │ │ └── examples
│ │ │ │ │ │ │ ├── BookBean.class
│ │ │ │ │ │ │ ├── BookBean.java
│ │ │ │ │ │ │ ├── el
│ │ │ │ │ │ │ │ ├── Functions.class
│ │ │ │ │ │ │ │ └── Functions.java
│ │ │ │ │ │ │ ├── FooBean.class
│ │ │ │ │ │ │ ├── FooBean.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
│ │ │ │ │ │ ├── LocalStrings_en.properties
│ │ │ │ │ │ ├── LocalStrings_es.properties
│ │ │ │ │ │ ├── LocalStrings_fr.properties
│ │ │ │ │ │ ├── LocalStrings.properties
│ │ │ │ │ │ ├── LocalStrings_pt.properties
│ │ │ │ │ │ ├── num
│ │ │ │ │ │ │ ├── NumberGuessBean.class
│ │ │ │ │ │ │ └── NumberGuessBean.java
│ │ │ │ │ │ ├── RequestHeaderExample.class
│ │ │ │ │ │ ├── RequestHeaderExample.java
│ │ │ │ │ │ ├── RequestInfoExample.class
│ │ │ │ │ │ ├── RequestInfoExample.java
│ │ │ │ │ │ ├── RequestParamExample.class
│ │ │ │ │ │ ├── RequestParamExample.java
│ │ │ │ │ │ ├── servletToJsp.class
│ │ │ │ │ │ ├── servletToJsp.java
│ │ │ │ │ │ ├── SessionExample.class
│ │ │ │ │ │ ├── SessionExample.java
│ │ │ │ │ │ ├── sessions
│ │ │ │ │ │ │ ├── DummyCart.class
│ │ │ │ │ │ │ └── DummyCart.java
│ │ │ │ │ │ ├── util
│ │ │ │ │ │ │ ├── HTMLFilter.class
│ │ │ │ │ │ │ └── HTMLFilter.java
│ │ │ │ │ │ └── validators
│ │ │ │ │ │ ├── DebugValidator.class
│ │ │ │ │ │ └── DebugValidator.java
│ │ │ │ │ ├── jsp
│ │ │ │ │ │ ├── applet
│ │ │ │ │ │ │ └── Clock2.java
│ │ │ │ │ │ ├── debug-taglib.tld
│ │ │ │ │ │ └── example-taglib.tld
│ │ │ │ │ ├── jsp2
│ │ │ │ │ │ └── jsp2-example-taglib.tld
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── jstl.jar
│ │ │ │ │ │ └── standard.jar
│ │ │ │ │ ├── tags
│ │ │ │ │ │ ├── displayProducts.tag
│ │ │ │ │ │ ├── helloWorld.tag
│ │ │ │ │ │ ├── panel.tag
│ │ │ │ │ │ └── xhtmlbasic.tag
│ │ │ │ │ └── web.xml
│ │ │ │ ├── host-manager
│ │ │ │ │ ├── 401.jsp
│ │ │ │ │ ├── 403.jsp
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── add.gif
│ │ │ │ │ │ ├── asf-logo.gif
│ │ │ │ │ │ ├── code.gif
│ │ │ │ │ │ ├── design.gif
│ │ │ │ │ │ ├── docs.gif
│ │ │ │ │ │ ├── fix.gif
│ │ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ │ ├── update.gif
│ │ │ │ │ │ └── void.gif
│ │ │ │ │ ├── manager.xml
│ │ │ │ │ ├── META-INF
│ │ │ │ │ │ └── context.xml
│ │ │ │ │ └── WEB-INF
│ │ │ │ │ └── web.xml
│ │ │ │ ├── manager
│ │ │ │ │ ├── 401.jsp
│ │ │ │ │ ├── 403.jsp
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── add.gif
│ │ │ │ │ │ ├── asf-logo.gif
│ │ │ │ │ │ ├── code.gif
│ │ │ │ │ │ ├── design.gif
│ │ │ │ │ │ ├── docs.gif
│ │ │ │ │ │ ├── fix.gif
│ │ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ │ ├── update.gif
│ │ │ │ │ │ └── void.gif
│ │ │ │ │ ├── META-INF
│ │ │ │ │ │ └── context.xml
│ │ │ │ │ ├── status.xsd
│ │ │ │ │ ├── WEB-INF
│ │ │ │ │ │ ├── jsp
│ │ │ │ │ │ │ ├── sessionDetail.jsp
│ │ │ │ │ │ │ └── sessionsList.jsp
│ │ │ │ │ │ └── web.xml
│ │ │ │ │ └── xform.xsl
│ │ │ │ └── ROOT
│ │ │ │ ├── index2.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ ├── ROOT.rar
│ │ │ │ └── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ ├── lib
│ │ │ │ │ ├── commons-pool2-2.4.3.jar
│ │ │ │ │ ├── jedis-2.1.0.jar
│ │ │ │ │ ├── tomcat-6.0.16-catalina-tribes.jar
│ │ │ │ │ ├── tomcat-juli-adapters.jar
│ │ │ │ │ ├── tomcat-juli.jar
│ │ │ │ │ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
│ │ │ │ └── web.xml
│ │ │ └── work
│ │ │ └── Catalina
│ │ │ └── localhost
│ │ │ ├── _
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── jsp
│ │ │ │ ├── index2_jsp.class
│ │ │ │ ├── index2_jsp.java
│ │ │ │ ├── index_jsp.class
│ │ │ │ └── index_jsp.java
│ │ │ ├── docs
│ │ │ ├── examples
│ │ │ ├── host-manager
│ │ │ ├── laigwl
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── jsp
│ │ │ │ └── WEB_002dINF
│ │ │ │ └── jsp
│ │ │ │ ├── carApply
│ │ │ │ │ ├── applyGoodsList_jsp.class
│ │ │ │ │ ├── applyGoodsList_jsp.java
│ │ │ │ │ ├── applyGoodsWindow_jsp.class
│ │ │ │ │ ├── applyGoodsWindow_jsp.java
│ │ │ │ │ ├── applyList_jsp.class
│ │ │ │ │ ├── applyList_jsp.java
│ │ │ │ │ ├── checkApplyWindow_jsp.class
│ │ │ │ │ ├── checkApplyWindow_jsp.java
│ │ │ │ │ ├── lookCarInfo_jsp.class
│ │ │ │ │ ├── lookCarInfo_jsp.java
│ │ │ │ │ ├── lookGoodsOrder_jsp.class
│ │ │ │ │ ├── lookGoodsOrder_jsp.java
│ │ │ │ │ ├── lookTransOrderDetail_jsp.class
│ │ │ │ │ └── lookTransOrderDetail_jsp.java
│ │ │ │ ├── common
│ │ │ │ │ ├── msgList_jsp.class
│ │ │ │ │ └── msgList_jsp.java
│ │ │ │ ├── error_jsp.class
│ │ │ │ ├── error_jsp.java
│ │ │ │ ├── goodsOrder
│ │ │ │ │ ├── goodsOrderBiddingList_jsp.class
│ │ │ │ │ ├── goodsOrderBiddingList_jsp.java
│ │ │ │ │ ├── goodsOrderGrabList_jsp.class
│ │ │ │ │ ├── goodsOrderGrabList_jsp.java
│ │ │ │ │ ├── goodsOrderInquiryList_jsp.class
│ │ │ │ │ ├── goodsOrderInquiryList_jsp.java
│ │ │ │ │ ├── goodsOrderLongList_jsp.class
│ │ │ │ │ └── goodsOrderLongList_jsp.java
│ │ │ │ ├── homepage
│ │ │ │ │ ├── carriersCo_jsp.class
│ │ │ │ │ ├── carriersCo_jsp.java
│ │ │ │ │ ├── platform_jsp.class
│ │ │ │ │ ├── platform_jsp.java
│ │ │ │ │ ├── shipper_jsp.class
│ │ │ │ │ └── shipper_jsp.java
│ │ │ │ ├── index_jsp.class
│ │ │ │ ├── index_jsp.java
│ │ │ │ ├── login_jsp.class
│ │ │ │ ├── login_jsp.java
│ │ │ │ ├── mode
│ │ │ │ │ ├── inquiry_005forder_005fconfirm_005fdetail_jsp.class
│ │ │ │ │ ├── inquiry_005forder_005fconfirm_005fdetail_jsp.java
│ │ │ │ │ ├── inquiry_005forder_005fconfirm_jsp.class
│ │ │ │ │ ├── inquiry_005forder_005fconfirm_jsp.java
│ │ │ │ │ ├── reportCarsDetail_jsp.class
│ │ │ │ │ └── reportCarsDetail_jsp.java
│ │ │ │ ├── msg
│ │ │ │ │ ├── msgsList_jsp.class
│ │ │ │ │ ├── msgsList_jsp.java
│ │ │ │ │ ├── selectMsg_jsp.class
│ │ │ │ │ └── selectMsg_jsp.java
│ │ │ │ ├── newgoods
│ │ │ │ │ ├── newGoodsList_jsp.class
│ │ │ │ │ └── newGoodsList_jsp.java
│ │ │ │ ├── shipper
│ │ │ │ │ ├── basisInfo_jsp.class
│ │ │ │ │ └── basisInfo_jsp.java
│ │ │ │ ├── transOrderDetail
│ │ │ │ │ ├── transOrderDetail_jsp.class
│ │ │ │ │ └── transOrderDetail_jsp.java
│ │ │ │ ├── transportOrder
│ │ │ │ │ ├── orderList_jsp.class
│ │ │ │ │ └── orderList_jsp.java
│ │ │ │ ├── transportOrderCompany
│ │ │ │ │ ├── orderList_jsp.class
│ │ │ │ │ └── orderList_jsp.java
│ │ │ │ └── waitGoods
│ │ │ │ ├── selectItemNames_jsp.class
│ │ │ │ ├── selectItemNames_jsp.java
│ │ │ │ ├── waitGoods_005fadd_jsp.class
│ │ │ │ ├── waitGoods_005fadd_jsp.java
│ │ │ │ ├── waitGoods_005fcompleteOrder_jsp.class
│ │ │ │ ├── waitGoods_005fcompleteOrder_jsp.java
│ │ │ │ ├── waitGoods_005flinkManList_jsp.class
│ │ │ │ ├── waitGoods_005flinkManList_jsp.java
│ │ │ │ ├── waitGoods_005flist_jsp.class
│ │ │ │ ├── waitGoods_005flist_jsp.java
│ │ │ │ ├── waitGoods_005fselectClient_jsp.class
│ │ │ │ └── waitGoods_005fselectClient_jsp.java
│ │ │ ├── manager
│ │ │ ├── pic
│ │ │ ├── WebServices_Use
│ │ │ └── webservices_xfire_demo
│ │ └── apache-tomcat-6.0.32-2
│ │ ├── backup
│ │ │ ├── catalina.policy
│ │ │ ├── catalina.properties
│ │ │ ├── context.xml
│ │ │ ├── server.xml
│ │ │ ├── tomcat-users.xml
│ │ │ └── web.xml
│ │ ├── bin
│ │ │ ├── bootstrap.jar
│ │ │ ├── catalina.bat
│ │ │ ├── catalina.sh
│ │ │ ├── catalina-tasks.xml
│ │ │ ├── commons-daemon.jar
│ │ │ ├── commons-daemon-native.tar.gz
│ │ │ ├── cpappend.bat
│ │ │ ├── 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
│ │ ├── conf
│ │ │ ├── Catalina
│ │ │ │ └── localhost
│ │ │ │ ├── host-manager.xml
│ │ │ │ └── manager.xml
│ │ │ ├── catalina.policy
│ │ │ ├── catalina.properties
│ │ │ ├── context.xml
│ │ │ ├── logging.properties
│ │ │ ├── server.xml
│ │ │ ├── tomcat-users.xml
│ │ │ └── web.xml
│ │ ├── lib
│ │ │ ├── annotations-api.jar
│ │ │ ├── catalina-ant.jar
│ │ │ ├── catalina-ha.jar
│ │ │ ├── catalina.jar
│ │ │ ├── catalina-tribes.jar
│ │ │ ├── commons-pool2-2.4.3.jar
│ │ │ ├── commons-pool.jar
│ │ │ ├── ecj-3.3.1.jar
│ │ │ ├── el-api.jar
│ │ │ ├── jasper-el.jar
│ │ │ ├── jasper.jar
│ │ │ ├── jedis-2.1.0.jar
│ │ │ ├── jsp-api.jar
│ │ │ ├── servlet-api.jar
│ │ │ ├── tomcat-6.0.16-catalina-tribes.jar
│ │ │ ├── tomcat-coyote.jar
│ │ │ ├── tomcat-dbcp.jar
│ │ │ ├── tomcat-i18n-es.jar
│ │ │ ├── tomcat-i18n-fr.jar
│ │ │ ├── tomcat-i18n-ja.jar
│ │ │ ├── tomcat-juli-adapters.jar
│ │ │ ├── tomcat-juli.jar
│ │ │ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
│ │ ├── LICENSE
│ │ ├── logs
│ │ │ ├── catalina.2018-11-15.log
│ │ │ ├── catalina.2018-11-16.log
│ │ │ ├── host-manager.2018-11-15.log
│ │ │ ├── host-manager.2018-11-16.log
│ │ │ ├── localhost.2018-11-15.log
│ │ │ ├── localhost.2018-11-16.log
│ │ │ ├── manager.2018-11-15.log
│ │ │ └── manager.2018-11-16.log
│ │ ├── NOTICE
│ │ ├── RELEASE-NOTES
│ │ ├── RUNNING.txt
│ │ ├── temp
│ │ │ └── safeToDelete.tmp
│ │ ├── webapps
│ │ │ ├── docs
│ │ │ │ ├── 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
│ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ └── tomcat.gif
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── WEB-INF
│ │ │ │ │ │ └── web.xml
│ │ │ │ │ ├── source.html
│ │ │ │ │ └── web.xml.txt
│ │ │ │ ├── apr.html
│ │ │ │ ├── architecture
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── overview.html
│ │ │ │ │ ├── requestProcess
│ │ │ │ │ │ ├── requestProcess.pdf
│ │ │ │ │ │ └── roseModel.mdl
│ │ │ │ │ ├── requestProcess.html
│ │ │ │ │ ├── startup
│ │ │ │ │ │ ├── serverStartup.pdf
│ │ │ │ │ │ └── serverStartup.txt
│ │ │ │ │ └── startup.html
│ │ │ │ ├── balancer-howto.html
│ │ │ │ ├── building.html
│ │ │ │ ├── BUILDING.txt
│ │ │ │ ├── cgi-howto.html
│ │ │ │ ├── changelog.html
│ │ │ │ ├── class-loader-howto.html
│ │ │ │ ├── cluster-howto.html
│ │ │ │ ├── config
│ │ │ │ │ ├── ajp.html
│ │ │ │ │ ├── cluster-channel.html
│ │ │ │ │ ├── cluster-deployer.html
│ │ │ │ │ ├── cluster.html
│ │ │ │ │ ├── cluster-interceptor.html
│ │ │ │ │ ├── cluster-listener.html
│ │ │ │ │ ├── cluster-manager.html
│ │ │ │ │ ├── cluster-membership.html
│ │ │ │ │ ├── cluster-receiver.html
│ │ │ │ │ ├── cluster-sender.html
│ │ │ │ │ ├── cluster-valve.html
│ │ │ │ │ ├── context.html
│ │ │ │ │ ├── engine.html
│ │ │ │ │ ├── executor.html
│ │ │ │ │ ├── filter.html
│ │ │ │ │ ├── globalresources.html
│ │ │ │ │ ├── host.html
│ │ │ │ │ ├── http.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── listeners.html
│ │ │ │ │ ├── loader.html
│ │ │ │ │ ├── manager.html
│ │ │ │ │ ├── realm.html
│ │ │ │ │ ├── resources.html
│ │ │ │ │ ├── server.html
│ │ │ │ │ ├── service.html
│ │ │ │ │ ├── systemprops.html
│ │ │ │ │ └── valve.html
│ │ │ │ ├── connectors.html
│ │ │ │ ├── default-servlet.html
│ │ │ │ ├── deployer-howto.html
│ │ │ │ ├── developers.html
│ │ │ │ ├── extras.html
│ │ │ │ ├── funcspecs
│ │ │ │ │ ├── fs-admin-apps.html
│ │ │ │ │ ├── fs-admin-objects.html
│ │ │ │ │ ├── fs-admin-opers.html
│ │ │ │ │ ├── fs-default.html
│ │ │ │ │ ├── fs-invoker.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.gif
│ │ │ │ │ ├── code.gif
│ │ │ │ │ ├── design.gif
│ │ │ │ │ ├── docs.gif
│ │ │ │ │ ├── fix.gif
│ │ │ │ │ ├── printer.gif
│ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ ├── tomcat.svg
│ │ │ │ │ ├── update.gif
│ │ │ │ │ └── void.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── introduction.html
│ │ │ │ ├── jasper-howto.html
│ │ │ │ ├── jndi-datasource-examples-howto.html
│ │ │ │ ├── jndi-resources-howto.html
│ │ │ │ ├── logging.html
│ │ │ │ ├── manager-howto.html
│ │ │ │ ├── maven-jars.html
│ │ │ │ ├── mbeans-descriptor-howto.html
│ │ │ │ ├── monitoring.html
│ │ │ │ ├── proxy-howto.html
│ │ │ │ ├── realm-howto.html
│ │ │ │ ├── RELEASE-NOTES.txt
│ │ │ │ ├── RUNNING.txt
│ │ │ │ ├── security-manager-howto.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-INF
│ │ │ │ │ └── web.xml
│ │ │ │ └── windows-service-howto.html
│ │ │ ├── examples
│ │ │ │ ├── index.html
│ │ │ │ ├── jsp
│ │ │ │ │ ├── cal
│ │ │ │ │ │ ├── cal1.jsp
│ │ │ │ │ │ ├── cal1.jsp.html
│ │ │ │ │ │ ├── cal2.jsp
│ │ │ │ │ │ ├── cal2.jsp.html
│ │ │ │ │ │ ├── calendar.html
│ │ │ │ │ │ ├── Entries.java.html
│ │ │ │ │ │ ├── Entry.java.html
│ │ │ │ │ │ ├── JspCalendar.java.html
│ │ │ │ │ │ ├── login.html
│ │ │ │ │ │ └── TableBean.java.html
│ │ │ │ │ ├── chat
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ ├── index.jsp.html
│ │ │ │ │ │ ├── login.jsp
│ │ │ │ │ │ ├── login.jsp.html
│ │ │ │ │ │ ├── post.jsp
│ │ │ │ │ │ └── post.jsp.html
│ │ │ │ │ ├── checkbox
│ │ │ │ │ │ ├── check.html
│ │ │ │ │ │ ├── checkresult.jsp
│ │ │ │ │ │ ├── checkresult.jsp.html
│ │ │ │ │ │ ├── CheckTest.html
│ │ │ │ │ │ └── cresult.html
│ │ │ │ │ ├── colors
│ │ │ │ │ │ ├── clr.html
│ │ │ │ │ │ ├── ColorGameBean.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
│ │ │ │ │ │ │ ├── basic-arithmetic.html
│ │ │ │ │ │ │ ├── basic-arithmetic.jsp
│ │ │ │ │ │ │ ├── basic-arithmetic.jsp.html
│ │ │ │ │ │ │ ├── basic-comparisons.html
│ │ │ │ │ │ │ ├── basic-comparisons.jsp
│ │ │ │ │ │ │ ├── basic-comparisons.jsp.html
│ │ │ │ │ │ │ ├── functions.html
│ │ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ │ ├── functions.jsp
│ │ │ │ │ │ │ ├── functions.jsp.html
│ │ │ │ │ │ │ ├── implicit-objects.html
│ │ │ │ │ │ │ ├── implicit-objects.jsp
│ │ │ │ │ │ │ └── implicit-objects.jsp.html
│ │ │ │ │ │ ├── jspattribute
│ │ │ │ │ │ │ ├── FooBean.java.html
│ │ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ │ ├── jspattribute.html
│ │ │ │ │ │ │ ├── jspattribute.jsp
│ │ │ │ │ │ │ ├── jspattribute.jsp.html
│ │ │ │ │ │ │ ├── shuffle.html
│ │ │ │ │ │ │ ├── shuffle.jsp
│ │ │ │ │ │ │ ├── shuffle.jsp.html
│ │ │ │ │ │ │ ├── ShuffleSimpleTag.java.html
│ │ │ │ │ │ │ └── TileSimpleTag.java.html
│ │ │ │ │ │ ├── jspx
│ │ │ │ │ │ │ ├── basic.html
│ │ │ │ │ │ │ ├── basic.jspx
│ │ │ │ │ │ │ ├── basic.jspx.html
│ │ │ │ │ │ │ ├── svgexample.html
│ │ │ │ │ │ │ ├── textRotate.html
│ │ │ │ │ │ │ ├── textRotate.jpg
│ │ │ │ │ │ │ ├── textRotate.jspx
│ │ │ │ │ │ │ └── textRotate.jspx.html
│ │ │ │ │ │ ├── misc
│ │ │ │ │ │ │ ├── coda.jspf
│ │ │ │ │ │ │ ├── coda.jspf.html
│ │ │ │ │ │ │ ├── config.html
│ │ │ │ │ │ │ ├── config.jsp
│ │ │ │ │ │ │ ├── config.jsp.html
│ │ │ │ │ │ │ ├── dynamicattrs.html
│ │ │ │ │ │ │ ├── dynamicattrs.jsp
│ │ │ │ │ │ │ ├── dynamicattrs.jsp.html
│ │ │ │ │ │ │ ├── EchoAttributesTag.java.html
│ │ │ │ │ │ │ ├── prelude.jspf
│ │ │ │ │ │ │ └── prelude.jspf.html
│ │ │ │ │ │ ├── simpletag
│ │ │ │ │ │ │ ├── BookBean.java.html
│ │ │ │ │ │ │ ├── book.html
│ │ │ │ │ │ │ ├── book.jsp
│ │ │ │ │ │ │ ├── book.jsp.html
│ │ │ │ │ │ │ ├── FindBookSimpleTag.java.html
│ │ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ │ ├── hello.html
│ │ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ │ ├── repeat.html
│ │ │ │ │ │ │ ├── repeat.jsp
│ │ │ │ │ │ │ ├── repeat.jsp.html
│ │ │ │ │ │ │ └── RepeatSimpleTag.java.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
│ │ │ │ │ │ └── xhtmlbasic.tag.html
│ │ │ │ │ ├── jsptoserv
│ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ ├── jsptoservlet.jsp
│ │ │ │ │ │ ├── jsptoservlet.jsp.html
│ │ │ │ │ │ ├── jts.html
│ │ │ │ │ │ └── servletToJsp.java.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
│ │ │ │ │ │ ├── carts.html
│ │ │ │ │ │ ├── carts.jsp
│ │ │ │ │ │ ├── carts.jsp.html
│ │ │ │ │ │ ├── crt.html
│ │ │ │ │ │ └── DummyCart.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
│ │ │ │ │ ├── reqheaders.html
│ │ │ │ │ ├── reqinfo.html
│ │ │ │ │ ├── reqparams.html
│ │ │ │ │ └── sessions.html
│ │ │ │ └── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ │ ├── cal
│ │ │ │ │ │ ├── Entries.class
│ │ │ │ │ │ ├── Entries.java
│ │ │ │ │ │ ├── Entry.class
│ │ │ │ │ │ ├── Entry.java
│ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ ├── JspCalendar.java
│ │ │ │ │ │ ├── TableBean.class
│ │ │ │ │ │ └── TableBean.java
│ │ │ │ │ ├── chat
│ │ │ │ │ │ ├── ChatServlet$MessageSender.class
│ │ │ │ │ │ ├── ChatServlet.class
│ │ │ │ │ │ └── ChatServlet.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
│ │ │ │ │ ├── CookieExample.class
│ │ │ │ │ ├── CookieExample.java
│ │ │ │ │ ├── dates
│ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ └── JspCalendar.java
│ │ │ │ │ ├── error
│ │ │ │ │ │ ├── Smart.class
│ │ │ │ │ │ └── Smart.java
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── ExampleTagBase.class
│ │ │ │ │ │ ├── ExampleTagBase.java
│ │ │ │ │ │ ├── FooTag.class
│ │ │ │ │ │ ├── FooTagExtraInfo.class
│ │ │ │ │ │ ├── FooTagExtraInfo.java
│ │ │ │ │ │ ├── FooTag.java
│ │ │ │ │ │ ├── LogTag.class
│ │ │ │ │ │ ├── LogTag.java
│ │ │ │ │ │ ├── ShowSource.class
│ │ │ │ │ │ └── ShowSource.java
│ │ │ │ │ ├── filters
│ │ │ │ │ │ ├── ExampleFilter.class
│ │ │ │ │ │ ├── ExampleFilter.java
│ │ │ │ │ │ ├── RequestDumperFilter.class
│ │ │ │ │ │ ├── RequestDumperFilter.java
│ │ │ │ │ │ ├── SetCharacterEncodingFilter.class
│ │ │ │ │ │ └── SetCharacterEncodingFilter.java
│ │ │ │ │ ├── HelloWorldExample.class
│ │ │ │ │ ├── HelloWorldExample.java
│ │ │ │ │ ├── jsp2
│ │ │ │ │ │ └── examples
│ │ │ │ │ │ ├── BookBean.class
│ │ │ │ │ │ ├── BookBean.java
│ │ │ │ │ │ ├── el
│ │ │ │ │ │ │ ├── Functions.class
│ │ │ │ │ │ │ └── Functions.java
│ │ │ │ │ │ ├── FooBean.class
│ │ │ │ │ │ ├── FooBean.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
│ │ │ │ │ ├── LocalStrings_en.properties
│ │ │ │ │ ├── LocalStrings_es.properties
│ │ │ │ │ ├── LocalStrings_fr.properties
│ │ │ │ │ ├── LocalStrings.properties
│ │ │ │ │ ├── LocalStrings_pt.properties
│ │ │ │ │ ├── num
│ │ │ │ │ │ ├── NumberGuessBean.class
│ │ │ │ │ │ └── NumberGuessBean.java
│ │ │ │ │ ├── RequestHeaderExample.class
│ │ │ │ │ ├── RequestHeaderExample.java
│ │ │ │ │ ├── RequestInfoExample.class
│ │ │ │ │ ├── RequestInfoExample.java
│ │ │ │ │ ├── RequestParamExample.class
│ │ │ │ │ ├── RequestParamExample.java
│ │ │ │ │ ├── servletToJsp.class
│ │ │ │ │ ├── servletToJsp.java
│ │ │ │ │ ├── SessionExample.class
│ │ │ │ │ ├── SessionExample.java
│ │ │ │ │ ├── sessions
│ │ │ │ │ │ ├── DummyCart.class
│ │ │ │ │ │ └── DummyCart.java
│ │ │ │ │ ├── util
│ │ │ │ │ │ ├── HTMLFilter.class
│ │ │ │ │ │ └── HTMLFilter.java
│ │ │ │ │ └── validators
│ │ │ │ │ ├── DebugValidator.class
│ │ │ │ │ └── DebugValidator.java
│ │ │ │ ├── jsp
│ │ │ │ │ ├── applet
│ │ │ │ │ │ └── Clock2.java
│ │ │ │ │ ├── debug-taglib.tld
│ │ │ │ │ └── example-taglib.tld
│ │ │ │ ├── jsp2
│ │ │ │ │ └── jsp2-example-taglib.tld
│ │ │ │ ├── lib
│ │ │ │ │ ├── jstl.jar
│ │ │ │ │ └── standard.jar
│ │ │ │ ├── tags
│ │ │ │ │ ├── displayProducts.tag
│ │ │ │ │ ├── helloWorld.tag
│ │ │ │ │ ├── panel.tag
│ │ │ │ │ └── xhtmlbasic.tag
│ │ │ │ └── web.xml
│ │ │ ├── host-manager
│ │ │ │ ├── 401.jsp
│ │ │ │ ├── 403.jsp
│ │ │ │ ├── images
│ │ │ │ │ ├── add.gif
│ │ │ │ │ ├── asf-logo.gif
│ │ │ │ │ ├── code.gif
│ │ │ │ │ ├── design.gif
│ │ │ │ │ ├── docs.gif
│ │ │ │ │ ├── fix.gif
│ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ ├── update.gif
│ │ │ │ │ └── void.gif
│ │ │ │ ├── manager.xml
│ │ │ │ ├── META-INF
│ │ │ │ │ └── context.xml
│ │ │ │ └── WEB-INF
│ │ │ │ └── web.xml
│ │ │ ├── manager
│ │ │ │ ├── 401.jsp
│ │ │ │ ├── 403.jsp
│ │ │ │ ├── images
│ │ │ │ │ ├── add.gif
│ │ │ │ │ ├── asf-logo.gif
│ │ │ │ │ ├── code.gif
│ │ │ │ │ ├── design.gif
│ │ │ │ │ ├── docs.gif
│ │ │ │ │ ├── fix.gif
│ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ ├── update.gif
│ │ │ │ │ └── void.gif
│ │ │ │ ├── META-INF
│ │ │ │ │ └── context.xml
│ │ │ │ ├── status.xsd
│ │ │ │ ├── WEB-INF
│ │ │ │ │ ├── jsp
│ │ │ │ │ │ ├── sessionDetail.jsp
│ │ │ │ │ │ └── sessionsList.jsp
│ │ │ │ │ └── web.xml
│ │ │ │ └── xform.xsl
│ │ │ └── ROOT
│ │ │ ├── index2.jsp
│ │ │ ├── index.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── ROOT.rar
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ ├── lib
│ │ │ │ ├── commons-pool2-2.4.3.jar
│ │ │ │ ├── jedis-2.1.0.jar
│ │ │ │ ├── tomcat-6.0.16-catalina-tribes.jar
│ │ │ │ ├── tomcat-juli-adapters.jar
│ │ │ │ ├── tomcat-juli.jar
│ │ │ │ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
│ │ │ └── web.xml
│ │ └── work
│ │ └── Catalina
│ │ └── localhost
│ │ ├── _
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── jsp
│ │ │ ├── index2_jsp.class
│ │ │ ├── index2_jsp.java
│ │ │ ├── index_jsp.class
│ │ │ └── index_jsp.java
│ │ ├── docs
│ │ ├── examples
│ │ ├── host-manager
│ │ ├── laigwl
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── jsp
│ │ │ └── WEB_002dINF
│ │ │ └── jsp
│ │ │ ├── carApply
│ │ │ │ ├── applyGoodsList_jsp.class
│ │ │ │ ├── applyGoodsList_jsp.java
│ │ │ │ ├── applyGoodsWindow_jsp.class
│ │ │ │ ├── applyGoodsWindow_jsp.java
│ │ │ │ ├── applyList_jsp.class
│ │ │ │ ├── applyList_jsp.java
│ │ │ │ ├── checkApplyWindow_jsp.class
│ │ │ │ ├── checkApplyWindow_jsp.java
│ │ │ │ ├── lookCarInfo_jsp.class
│ │ │ │ ├── lookCarInfo_jsp.java
│ │ │ │ ├── lookGoodsOrder_jsp.class
│ │ │ │ ├── lookGoodsOrder_jsp.java
│ │ │ │ ├── lookTransOrderDetail_jsp.class
│ │ │ │ └── lookTransOrderDetail_jsp.java
│ │ │ ├── common
│ │ │ │ ├── msgList_jsp.class
│ │ │ │ └── msgList_jsp.java
│ │ │ ├── error_jsp.class
│ │ │ ├── error_jsp.java
│ │ │ ├── goodsOrder
│ │ │ │ ├── goodsOrderBiddingList_jsp.class
│ │ │ │ ├── goodsOrderBiddingList_jsp.java
│ │ │ │ ├── goodsOrderGrabList_jsp.class
│ │ │ │ ├── goodsOrderGrabList_jsp.java
│ │ │ │ ├── goodsOrderInquiryList_jsp.class
│ │ │ │ ├── goodsOrderInquiryList_jsp.java
│ │ │ │ ├── goodsOrderLongList_jsp.class
│ │ │ │ └── goodsOrderLongList_jsp.java
│ │ │ ├── homepage
│ │ │ │ ├── carriersCo_jsp.class
│ │ │ │ ├── carriersCo_jsp.java
│ │ │ │ ├── platform_jsp.class
│ │ │ │ ├── platform_jsp.java
│ │ │ │ ├── shipper_jsp.class
│ │ │ │ └── shipper_jsp.java
│ │ │ ├── index_jsp.class
│ │ │ ├── index_jsp.java
│ │ │ ├── login_jsp.class
│ │ │ ├── login_jsp.java
│ │ │ ├── mode
│ │ │ │ ├── inquiry_005forder_005fconfirm_005fdetail_jsp.class
│ │ │ │ ├── inquiry_005forder_005fconfirm_005fdetail_jsp.java
│ │ │ │ ├── inquiry_005forder_005fconfirm_jsp.class
│ │ │ │ ├── inquiry_005forder_005fconfirm_jsp.java
│ │ │ │ ├── reportCarsDetail_jsp.class
│ │ │ │ └── reportCarsDetail_jsp.java
│ │ │ ├── msg
│ │ │ │ ├── msgsList_jsp.class
│ │ │ │ ├── msgsList_jsp.java
│ │ │ │ ├── selectMsg_jsp.class
│ │ │ │ └── selectMsg_jsp.java
│ │ │ ├── newgoods
│ │ │ │ ├── newGoodsList_jsp.class
│ │ │ │ └── newGoodsList_jsp.java
│ │ │ ├── shipper
│ │ │ │ ├── basisInfo_jsp.class
│ │ │ │ └── basisInfo_jsp.java
│ │ │ ├── transOrderDetail
│ │ │ │ ├── transOrderDetail_jsp.class
│ │ │ │ └── transOrderDetail_jsp.java
│ │ │ ├── transportOrder
│ │ │ │ ├── orderList_jsp.class
│ │ │ │ └── orderList_jsp.java
│ │ │ ├── transportOrderCompany
│ │ │ │ ├── orderList_jsp.class
│ │ │ │ └── orderList_jsp.java
│ │ │ └── waitGoods
│ │ │ ├── selectItemNames_jsp.class
│ │ │ ├── selectItemNames_jsp.java
│ │ │ ├── waitGoods_005fadd_jsp.class
│ │ │ ├── waitGoods_005fadd_jsp.java
│ │ │ ├── waitGoods_005fcompleteOrder_jsp.class
│ │ │ ├── waitGoods_005fcompleteOrder_jsp.java
│ │ │ ├── waitGoods_005flinkManList_jsp.class
│ │ │ ├── waitGoods_005flinkManList_jsp.java
│ │ │ ├── waitGoods_005flist_jsp.class
│ │ │ ├── waitGoods_005flist_jsp.java
│ │ │ ├── waitGoods_005fselectClient_jsp.class
│ │ │ └── waitGoods_005fselectClient_jsp.java
│ │ ├── manager
│ │ ├── pic
│ │ ├── WebServices_Use
│ │ └── webservices_xfire_demo
│ └── 所需jar包
│ ├── commons-pool2-2.4.3.jar
│ ├── commons-pool.jar
│ ├── jedis-2.1.0.jar
│ ├── tomcat-6.0.16-catalina-tribes.jar
│ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
└── 服务器源文件
├── apache-tomcat-6.0.32.rar
├── nginx-1.8.1.tar.gz
├── nginx-1.8.1.zip
└── Redis-x64-3.2.100.zip
285 directories, 1229 files
原创文档,NGINX + TOMCAT 6 + REDIS 实现负载均衡 session会话同步,已亲测
【实例截图】
【核心代码】
4744300845188924637.rar
└── TOMCAT 6 负载均衡
├── NGINX + TOMCAT 6 + REDIS 实现负载均衡 session会话同步.doc
├── readme.txt
├── 已配置服务器文件
│ ├── nginx
│ │ └── nginx-1.8.1
│ │ ├── conf
│ │ │ ├── fastcgi.conf
│ │ │ ├── fastcgi_params
│ │ │ ├── koi-utf
│ │ │ ├── koi-win
│ │ │ ├── mime.types
│ │ │ ├── nginx.conf
│ │ │ ├── scgi_params
│ │ │ ├── uwsgi_params
│ │ │ └── win-utf
│ │ ├── contrib
│ │ │ ├── geo2nginx.pl
│ │ │ ├── README
│ │ │ ├── unicode2nginx
│ │ │ │ ├── koi-utf
│ │ │ │ ├── unicode-to-nginx.pl
│ │ │ │ └── win-utf
│ │ │ └── vim
│ │ │ ├── ftdetect
│ │ │ │ └── nginx.vim
│ │ │ ├── indent
│ │ │ │ └── nginx.vim
│ │ │ └── syntax
│ │ │ └── nginx.vim
│ │ ├── docs
│ │ │ ├── CHANGES
│ │ │ ├── CHANGES.ru
│ │ │ ├── LICENSE
│ │ │ ├── OpenSSL.LICENSE
│ │ │ ├── PCRE.LICENCE
│ │ │ ├── README
│ │ │ └── zlib.LICENSE
│ │ ├── html
│ │ │ ├── 50x.html
│ │ │ └── index.html
│ │ ├── logs
│ │ │ ├── access.log
│ │ │ └── error.log
│ │ ├── nginx.exe
│ │ └── temp
│ │ ├── client_body_temp
│ │ ├── fastcgi_temp
│ │ ├── proxy_temp
│ │ ├── scgi_temp
│ │ └── uwsgi_temp
│ ├── redis
│ │ └── Redis-x64-3.2.100
│ │ ├── dump.rdb
│ │ ├── EventLog.dll
│ │ ├── redis-benchmark.exe
│ │ ├── redis-benchmark.pdb
│ │ ├── redis-check-aof.exe
│ │ ├── redis-check-aof.pdb
│ │ ├── redis-cli.exe
│ │ ├── redis-cli.pdb
│ │ ├── Redis on Windows.docx
│ │ ├── Redis on Windows Release Notes.docx
│ │ ├── redis-server.exe
│ │ ├── redis-server.pdb
│ │ ├── redis.windows.conf
│ │ ├── redis.windows-service.conf
│ │ └── Windows Service Documentation.docx
│ ├── tomcat 6
│ │ ├── apache-tomcat-6.0.32-1
│ │ │ ├── backup
│ │ │ │ ├── catalina.policy
│ │ │ │ ├── catalina.properties
│ │ │ │ ├── context.xml
│ │ │ │ ├── server.xml
│ │ │ │ ├── tomcat-users.xml
│ │ │ │ └── web.xml
│ │ │ ├── bin
│ │ │ │ ├── bootstrap.jar
│ │ │ │ ├── catalina.bat
│ │ │ │ ├── catalina.sh
│ │ │ │ ├── catalina-tasks.xml
│ │ │ │ ├── commons-daemon.jar
│ │ │ │ ├── commons-daemon-native.tar.gz
│ │ │ │ ├── cpappend.bat
│ │ │ │ ├── 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
│ │ │ ├── conf
│ │ │ │ ├── Catalina
│ │ │ │ │ └── localhost
│ │ │ │ │ ├── host-manager.xml
│ │ │ │ │ └── manager.xml
│ │ │ │ ├── catalina.policy
│ │ │ │ ├── catalina.properties
│ │ │ │ ├── context.xml
│ │ │ │ ├── logging.properties
│ │ │ │ ├── server.xml
│ │ │ │ ├── tomcat-users.xml
│ │ │ │ └── web.xml
│ │ │ ├── lib
│ │ │ │ ├── annotations-api.jar
│ │ │ │ ├── catalina-ant.jar
│ │ │ │ ├── catalina-ha.jar
│ │ │ │ ├── catalina.jar
│ │ │ │ ├── catalina-tribes.jar
│ │ │ │ ├── commons-pool2-2.4.3.jar
│ │ │ │ ├── commons-pool.jar
│ │ │ │ ├── ecj-3.3.1.jar
│ │ │ │ ├── el-api.jar
│ │ │ │ ├── jasper-el.jar
│ │ │ │ ├── jasper.jar
│ │ │ │ ├── jedis-2.1.0.jar
│ │ │ │ ├── jsp-api.jar
│ │ │ │ ├── servlet-api.jar
│ │ │ │ ├── tomcat-6.0.16-catalina-tribes.jar
│ │ │ │ ├── tomcat-coyote.jar
│ │ │ │ ├── tomcat-dbcp.jar
│ │ │ │ ├── tomcat-i18n-es.jar
│ │ │ │ ├── tomcat-i18n-fr.jar
│ │ │ │ ├── tomcat-i18n-ja.jar
│ │ │ │ ├── tomcat-juli-adapters.jar
│ │ │ │ ├── tomcat-juli.jar
│ │ │ │ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
│ │ │ ├── LICENSE
│ │ │ ├── logs
│ │ │ │ ├── catalina.2018-11-15.log
│ │ │ │ ├── catalina.2018-11-16.log
│ │ │ │ ├── host-manager.2018-11-15.log
│ │ │ │ ├── host-manager.2018-11-16.log
│ │ │ │ ├── localhost.2018-11-15.log
│ │ │ │ ├── localhost.2018-11-16.log
│ │ │ │ ├── manager.2018-11-15.log
│ │ │ │ └── manager.2018-11-16.log
│ │ │ ├── NOTICE
│ │ │ ├── RELEASE-NOTES
│ │ │ ├── RUNNING.txt
│ │ │ ├── temp
│ │ │ │ └── safeToDelete.tmp
│ │ │ ├── webapps
│ │ │ │ ├── docs
│ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ └── tomcat.gif
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ └── WEB-INF
│ │ │ │ │ │ │ └── web.xml
│ │ │ │ │ │ ├── source.html
│ │ │ │ │ │ └── web.xml.txt
│ │ │ │ │ ├── apr.html
│ │ │ │ │ ├── architecture
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── overview.html
│ │ │ │ │ │ ├── requestProcess
│ │ │ │ │ │ │ ├── requestProcess.pdf
│ │ │ │ │ │ │ └── roseModel.mdl
│ │ │ │ │ │ ├── requestProcess.html
│ │ │ │ │ │ ├── startup
│ │ │ │ │ │ │ ├── serverStartup.pdf
│ │ │ │ │ │ │ └── serverStartup.txt
│ │ │ │ │ │ └── startup.html
│ │ │ │ │ ├── balancer-howto.html
│ │ │ │ │ ├── building.html
│ │ │ │ │ ├── BUILDING.txt
│ │ │ │ │ ├── cgi-howto.html
│ │ │ │ │ ├── changelog.html
│ │ │ │ │ ├── class-loader-howto.html
│ │ │ │ │ ├── cluster-howto.html
│ │ │ │ │ ├── config
│ │ │ │ │ │ ├── ajp.html
│ │ │ │ │ │ ├── cluster-channel.html
│ │ │ │ │ │ ├── cluster-deployer.html
│ │ │ │ │ │ ├── cluster.html
│ │ │ │ │ │ ├── cluster-interceptor.html
│ │ │ │ │ │ ├── cluster-listener.html
│ │ │ │ │ │ ├── cluster-manager.html
│ │ │ │ │ │ ├── cluster-membership.html
│ │ │ │ │ │ ├── cluster-receiver.html
│ │ │ │ │ │ ├── cluster-sender.html
│ │ │ │ │ │ ├── cluster-valve.html
│ │ │ │ │ │ ├── context.html
│ │ │ │ │ │ ├── engine.html
│ │ │ │ │ │ ├── executor.html
│ │ │ │ │ │ ├── filter.html
│ │ │ │ │ │ ├── globalresources.html
│ │ │ │ │ │ ├── host.html
│ │ │ │ │ │ ├── http.html
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── listeners.html
│ │ │ │ │ │ ├── loader.html
│ │ │ │ │ │ ├── manager.html
│ │ │ │ │ │ ├── realm.html
│ │ │ │ │ │ ├── resources.html
│ │ │ │ │ │ ├── server.html
│ │ │ │ │ │ ├── service.html
│ │ │ │ │ │ ├── systemprops.html
│ │ │ │ │ │ └── valve.html
│ │ │ │ │ ├── connectors.html
│ │ │ │ │ ├── default-servlet.html
│ │ │ │ │ ├── deployer-howto.html
│ │ │ │ │ ├── developers.html
│ │ │ │ │ ├── extras.html
│ │ │ │ │ ├── funcspecs
│ │ │ │ │ │ ├── fs-admin-apps.html
│ │ │ │ │ │ ├── fs-admin-objects.html
│ │ │ │ │ │ ├── fs-admin-opers.html
│ │ │ │ │ │ ├── fs-default.html
│ │ │ │ │ │ ├── fs-invoker.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.gif
│ │ │ │ │ │ ├── code.gif
│ │ │ │ │ │ ├── design.gif
│ │ │ │ │ │ ├── docs.gif
│ │ │ │ │ │ ├── fix.gif
│ │ │ │ │ │ ├── printer.gif
│ │ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ │ ├── tomcat.svg
│ │ │ │ │ │ ├── update.gif
│ │ │ │ │ │ └── void.gif
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── introduction.html
│ │ │ │ │ ├── jasper-howto.html
│ │ │ │ │ ├── jndi-datasource-examples-howto.html
│ │ │ │ │ ├── jndi-resources-howto.html
│ │ │ │ │ ├── logging.html
│ │ │ │ │ ├── manager-howto.html
│ │ │ │ │ ├── maven-jars.html
│ │ │ │ │ ├── mbeans-descriptor-howto.html
│ │ │ │ │ ├── monitoring.html
│ │ │ │ │ ├── proxy-howto.html
│ │ │ │ │ ├── realm-howto.html
│ │ │ │ │ ├── RELEASE-NOTES.txt
│ │ │ │ │ ├── RUNNING.txt
│ │ │ │ │ ├── security-manager-howto.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-INF
│ │ │ │ │ │ └── web.xml
│ │ │ │ │ └── windows-service-howto.html
│ │ │ │ ├── examples
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jsp
│ │ │ │ │ │ ├── cal
│ │ │ │ │ │ │ ├── cal1.jsp
│ │ │ │ │ │ │ ├── cal1.jsp.html
│ │ │ │ │ │ │ ├── cal2.jsp
│ │ │ │ │ │ │ ├── cal2.jsp.html
│ │ │ │ │ │ │ ├── calendar.html
│ │ │ │ │ │ │ ├── Entries.java.html
│ │ │ │ │ │ │ ├── Entry.java.html
│ │ │ │ │ │ │ ├── JspCalendar.java.html
│ │ │ │ │ │ │ ├── login.html
│ │ │ │ │ │ │ └── TableBean.java.html
│ │ │ │ │ │ ├── chat
│ │ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ │ ├── index.jsp.html
│ │ │ │ │ │ │ ├── login.jsp
│ │ │ │ │ │ │ ├── login.jsp.html
│ │ │ │ │ │ │ ├── post.jsp
│ │ │ │ │ │ │ └── post.jsp.html
│ │ │ │ │ │ ├── checkbox
│ │ │ │ │ │ │ ├── check.html
│ │ │ │ │ │ │ ├── checkresult.jsp
│ │ │ │ │ │ │ ├── checkresult.jsp.html
│ │ │ │ │ │ │ ├── CheckTest.html
│ │ │ │ │ │ │ └── cresult.html
│ │ │ │ │ │ ├── colors
│ │ │ │ │ │ │ ├── clr.html
│ │ │ │ │ │ │ ├── ColorGameBean.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
│ │ │ │ │ │ │ │ ├── basic-arithmetic.html
│ │ │ │ │ │ │ │ ├── basic-arithmetic.jsp
│ │ │ │ │ │ │ │ ├── basic-arithmetic.jsp.html
│ │ │ │ │ │ │ │ ├── basic-comparisons.html
│ │ │ │ │ │ │ │ ├── basic-comparisons.jsp
│ │ │ │ │ │ │ │ ├── basic-comparisons.jsp.html
│ │ │ │ │ │ │ │ ├── functions.html
│ │ │ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ │ │ ├── functions.jsp
│ │ │ │ │ │ │ │ ├── functions.jsp.html
│ │ │ │ │ │ │ │ ├── implicit-objects.html
│ │ │ │ │ │ │ │ ├── implicit-objects.jsp
│ │ │ │ │ │ │ │ └── implicit-objects.jsp.html
│ │ │ │ │ │ │ ├── jspattribute
│ │ │ │ │ │ │ │ ├── FooBean.java.html
│ │ │ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ │ │ ├── jspattribute.html
│ │ │ │ │ │ │ │ ├── jspattribute.jsp
│ │ │ │ │ │ │ │ ├── jspattribute.jsp.html
│ │ │ │ │ │ │ │ ├── shuffle.html
│ │ │ │ │ │ │ │ ├── shuffle.jsp
│ │ │ │ │ │ │ │ ├── shuffle.jsp.html
│ │ │ │ │ │ │ │ ├── ShuffleSimpleTag.java.html
│ │ │ │ │ │ │ │ └── TileSimpleTag.java.html
│ │ │ │ │ │ │ ├── jspx
│ │ │ │ │ │ │ │ ├── basic.html
│ │ │ │ │ │ │ │ ├── basic.jspx
│ │ │ │ │ │ │ │ ├── basic.jspx.html
│ │ │ │ │ │ │ │ ├── svgexample.html
│ │ │ │ │ │ │ │ ├── textRotate.html
│ │ │ │ │ │ │ │ ├── textRotate.jpg
│ │ │ │ │ │ │ │ ├── textRotate.jspx
│ │ │ │ │ │ │ │ └── textRotate.jspx.html
│ │ │ │ │ │ │ ├── misc
│ │ │ │ │ │ │ │ ├── coda.jspf
│ │ │ │ │ │ │ │ ├── coda.jspf.html
│ │ │ │ │ │ │ │ ├── config.html
│ │ │ │ │ │ │ │ ├── config.jsp
│ │ │ │ │ │ │ │ ├── config.jsp.html
│ │ │ │ │ │ │ │ ├── dynamicattrs.html
│ │ │ │ │ │ │ │ ├── dynamicattrs.jsp
│ │ │ │ │ │ │ │ ├── dynamicattrs.jsp.html
│ │ │ │ │ │ │ │ ├── EchoAttributesTag.java.html
│ │ │ │ │ │ │ │ ├── prelude.jspf
│ │ │ │ │ │ │ │ └── prelude.jspf.html
│ │ │ │ │ │ │ ├── simpletag
│ │ │ │ │ │ │ │ ├── BookBean.java.html
│ │ │ │ │ │ │ │ ├── book.html
│ │ │ │ │ │ │ │ ├── book.jsp
│ │ │ │ │ │ │ │ ├── book.jsp.html
│ │ │ │ │ │ │ │ ├── FindBookSimpleTag.java.html
│ │ │ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ │ │ ├── hello.html
│ │ │ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ │ │ ├── repeat.html
│ │ │ │ │ │ │ │ ├── repeat.jsp
│ │ │ │ │ │ │ │ ├── repeat.jsp.html
│ │ │ │ │ │ │ │ └── RepeatSimpleTag.java.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
│ │ │ │ │ │ │ └── xhtmlbasic.tag.html
│ │ │ │ │ │ ├── jsptoserv
│ │ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ │ ├── jsptoservlet.jsp
│ │ │ │ │ │ │ ├── jsptoservlet.jsp.html
│ │ │ │ │ │ │ ├── jts.html
│ │ │ │ │ │ │ └── servletToJsp.java.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
│ │ │ │ │ │ │ ├── carts.html
│ │ │ │ │ │ │ ├── carts.jsp
│ │ │ │ │ │ │ ├── carts.jsp.html
│ │ │ │ │ │ │ ├── crt.html
│ │ │ │ │ │ │ └── DummyCart.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
│ │ │ │ │ │ ├── reqheaders.html
│ │ │ │ │ │ ├── reqinfo.html
│ │ │ │ │ │ ├── reqparams.html
│ │ │ │ │ │ └── sessions.html
│ │ │ │ │ └── WEB-INF
│ │ │ │ │ ├── classes
│ │ │ │ │ │ ├── cal
│ │ │ │ │ │ │ ├── Entries.class
│ │ │ │ │ │ │ ├── Entries.java
│ │ │ │ │ │ │ ├── Entry.class
│ │ │ │ │ │ │ ├── Entry.java
│ │ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ │ ├── JspCalendar.java
│ │ │ │ │ │ │ ├── TableBean.class
│ │ │ │ │ │ │ └── TableBean.java
│ │ │ │ │ │ ├── chat
│ │ │ │ │ │ │ ├── ChatServlet$MessageSender.class
│ │ │ │ │ │ │ ├── ChatServlet.class
│ │ │ │ │ │ │ └── ChatServlet.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
│ │ │ │ │ │ ├── CookieExample.class
│ │ │ │ │ │ ├── CookieExample.java
│ │ │ │ │ │ ├── dates
│ │ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ │ └── JspCalendar.java
│ │ │ │ │ │ ├── error
│ │ │ │ │ │ │ ├── Smart.class
│ │ │ │ │ │ │ └── Smart.java
│ │ │ │ │ │ ├── examples
│ │ │ │ │ │ │ ├── ExampleTagBase.class
│ │ │ │ │ │ │ ├── ExampleTagBase.java
│ │ │ │ │ │ │ ├── FooTag.class
│ │ │ │ │ │ │ ├── FooTagExtraInfo.class
│ │ │ │ │ │ │ ├── FooTagExtraInfo.java
│ │ │ │ │ │ │ ├── FooTag.java
│ │ │ │ │ │ │ ├── LogTag.class
│ │ │ │ │ │ │ ├── LogTag.java
│ │ │ │ │ │ │ ├── ShowSource.class
│ │ │ │ │ │ │ └── ShowSource.java
│ │ │ │ │ │ ├── filters
│ │ │ │ │ │ │ ├── ExampleFilter.class
│ │ │ │ │ │ │ ├── ExampleFilter.java
│ │ │ │ │ │ │ ├── RequestDumperFilter.class
│ │ │ │ │ │ │ ├── RequestDumperFilter.java
│ │ │ │ │ │ │ ├── SetCharacterEncodingFilter.class
│ │ │ │ │ │ │ └── SetCharacterEncodingFilter.java
│ │ │ │ │ │ ├── HelloWorldExample.class
│ │ │ │ │ │ ├── HelloWorldExample.java
│ │ │ │ │ │ ├── jsp2
│ │ │ │ │ │ │ └── examples
│ │ │ │ │ │ │ ├── BookBean.class
│ │ │ │ │ │ │ ├── BookBean.java
│ │ │ │ │ │ │ ├── el
│ │ │ │ │ │ │ │ ├── Functions.class
│ │ │ │ │ │ │ │ └── Functions.java
│ │ │ │ │ │ │ ├── FooBean.class
│ │ │ │ │ │ │ ├── FooBean.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
│ │ │ │ │ │ ├── LocalStrings_en.properties
│ │ │ │ │ │ ├── LocalStrings_es.properties
│ │ │ │ │ │ ├── LocalStrings_fr.properties
│ │ │ │ │ │ ├── LocalStrings.properties
│ │ │ │ │ │ ├── LocalStrings_pt.properties
│ │ │ │ │ │ ├── num
│ │ │ │ │ │ │ ├── NumberGuessBean.class
│ │ │ │ │ │ │ └── NumberGuessBean.java
│ │ │ │ │ │ ├── RequestHeaderExample.class
│ │ │ │ │ │ ├── RequestHeaderExample.java
│ │ │ │ │ │ ├── RequestInfoExample.class
│ │ │ │ │ │ ├── RequestInfoExample.java
│ │ │ │ │ │ ├── RequestParamExample.class
│ │ │ │ │ │ ├── RequestParamExample.java
│ │ │ │ │ │ ├── servletToJsp.class
│ │ │ │ │ │ ├── servletToJsp.java
│ │ │ │ │ │ ├── SessionExample.class
│ │ │ │ │ │ ├── SessionExample.java
│ │ │ │ │ │ ├── sessions
│ │ │ │ │ │ │ ├── DummyCart.class
│ │ │ │ │ │ │ └── DummyCart.java
│ │ │ │ │ │ ├── util
│ │ │ │ │ │ │ ├── HTMLFilter.class
│ │ │ │ │ │ │ └── HTMLFilter.java
│ │ │ │ │ │ └── validators
│ │ │ │ │ │ ├── DebugValidator.class
│ │ │ │ │ │ └── DebugValidator.java
│ │ │ │ │ ├── jsp
│ │ │ │ │ │ ├── applet
│ │ │ │ │ │ │ └── Clock2.java
│ │ │ │ │ │ ├── debug-taglib.tld
│ │ │ │ │ │ └── example-taglib.tld
│ │ │ │ │ ├── jsp2
│ │ │ │ │ │ └── jsp2-example-taglib.tld
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── jstl.jar
│ │ │ │ │ │ └── standard.jar
│ │ │ │ │ ├── tags
│ │ │ │ │ │ ├── displayProducts.tag
│ │ │ │ │ │ ├── helloWorld.tag
│ │ │ │ │ │ ├── panel.tag
│ │ │ │ │ │ └── xhtmlbasic.tag
│ │ │ │ │ └── web.xml
│ │ │ │ ├── host-manager
│ │ │ │ │ ├── 401.jsp
│ │ │ │ │ ├── 403.jsp
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── add.gif
│ │ │ │ │ │ ├── asf-logo.gif
│ │ │ │ │ │ ├── code.gif
│ │ │ │ │ │ ├── design.gif
│ │ │ │ │ │ ├── docs.gif
│ │ │ │ │ │ ├── fix.gif
│ │ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ │ ├── update.gif
│ │ │ │ │ │ └── void.gif
│ │ │ │ │ ├── manager.xml
│ │ │ │ │ ├── META-INF
│ │ │ │ │ │ └── context.xml
│ │ │ │ │ └── WEB-INF
│ │ │ │ │ └── web.xml
│ │ │ │ ├── manager
│ │ │ │ │ ├── 401.jsp
│ │ │ │ │ ├── 403.jsp
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── add.gif
│ │ │ │ │ │ ├── asf-logo.gif
│ │ │ │ │ │ ├── code.gif
│ │ │ │ │ │ ├── design.gif
│ │ │ │ │ │ ├── docs.gif
│ │ │ │ │ │ ├── fix.gif
│ │ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ │ ├── update.gif
│ │ │ │ │ │ └── void.gif
│ │ │ │ │ ├── META-INF
│ │ │ │ │ │ └── context.xml
│ │ │ │ │ ├── status.xsd
│ │ │ │ │ ├── WEB-INF
│ │ │ │ │ │ ├── jsp
│ │ │ │ │ │ │ ├── sessionDetail.jsp
│ │ │ │ │ │ │ └── sessionsList.jsp
│ │ │ │ │ │ └── web.xml
│ │ │ │ │ └── xform.xsl
│ │ │ │ └── ROOT
│ │ │ │ ├── index2.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ ├── ROOT.rar
│ │ │ │ └── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ ├── lib
│ │ │ │ │ ├── commons-pool2-2.4.3.jar
│ │ │ │ │ ├── jedis-2.1.0.jar
│ │ │ │ │ ├── tomcat-6.0.16-catalina-tribes.jar
│ │ │ │ │ ├── tomcat-juli-adapters.jar
│ │ │ │ │ ├── tomcat-juli.jar
│ │ │ │ │ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
│ │ │ │ └── web.xml
│ │ │ └── work
│ │ │ └── Catalina
│ │ │ └── localhost
│ │ │ ├── _
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── jsp
│ │ │ │ ├── index2_jsp.class
│ │ │ │ ├── index2_jsp.java
│ │ │ │ ├── index_jsp.class
│ │ │ │ └── index_jsp.java
│ │ │ ├── docs
│ │ │ ├── examples
│ │ │ ├── host-manager
│ │ │ ├── laigwl
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── jsp
│ │ │ │ └── WEB_002dINF
│ │ │ │ └── jsp
│ │ │ │ ├── carApply
│ │ │ │ │ ├── applyGoodsList_jsp.class
│ │ │ │ │ ├── applyGoodsList_jsp.java
│ │ │ │ │ ├── applyGoodsWindow_jsp.class
│ │ │ │ │ ├── applyGoodsWindow_jsp.java
│ │ │ │ │ ├── applyList_jsp.class
│ │ │ │ │ ├── applyList_jsp.java
│ │ │ │ │ ├── checkApplyWindow_jsp.class
│ │ │ │ │ ├── checkApplyWindow_jsp.java
│ │ │ │ │ ├── lookCarInfo_jsp.class
│ │ │ │ │ ├── lookCarInfo_jsp.java
│ │ │ │ │ ├── lookGoodsOrder_jsp.class
│ │ │ │ │ ├── lookGoodsOrder_jsp.java
│ │ │ │ │ ├── lookTransOrderDetail_jsp.class
│ │ │ │ │ └── lookTransOrderDetail_jsp.java
│ │ │ │ ├── common
│ │ │ │ │ ├── msgList_jsp.class
│ │ │ │ │ └── msgList_jsp.java
│ │ │ │ ├── error_jsp.class
│ │ │ │ ├── error_jsp.java
│ │ │ │ ├── goodsOrder
│ │ │ │ │ ├── goodsOrderBiddingList_jsp.class
│ │ │ │ │ ├── goodsOrderBiddingList_jsp.java
│ │ │ │ │ ├── goodsOrderGrabList_jsp.class
│ │ │ │ │ ├── goodsOrderGrabList_jsp.java
│ │ │ │ │ ├── goodsOrderInquiryList_jsp.class
│ │ │ │ │ ├── goodsOrderInquiryList_jsp.java
│ │ │ │ │ ├── goodsOrderLongList_jsp.class
│ │ │ │ │ └── goodsOrderLongList_jsp.java
│ │ │ │ ├── homepage
│ │ │ │ │ ├── carriersCo_jsp.class
│ │ │ │ │ ├── carriersCo_jsp.java
│ │ │ │ │ ├── platform_jsp.class
│ │ │ │ │ ├── platform_jsp.java
│ │ │ │ │ ├── shipper_jsp.class
│ │ │ │ │ └── shipper_jsp.java
│ │ │ │ ├── index_jsp.class
│ │ │ │ ├── index_jsp.java
│ │ │ │ ├── login_jsp.class
│ │ │ │ ├── login_jsp.java
│ │ │ │ ├── mode
│ │ │ │ │ ├── inquiry_005forder_005fconfirm_005fdetail_jsp.class
│ │ │ │ │ ├── inquiry_005forder_005fconfirm_005fdetail_jsp.java
│ │ │ │ │ ├── inquiry_005forder_005fconfirm_jsp.class
│ │ │ │ │ ├── inquiry_005forder_005fconfirm_jsp.java
│ │ │ │ │ ├── reportCarsDetail_jsp.class
│ │ │ │ │ └── reportCarsDetail_jsp.java
│ │ │ │ ├── msg
│ │ │ │ │ ├── msgsList_jsp.class
│ │ │ │ │ ├── msgsList_jsp.java
│ │ │ │ │ ├── selectMsg_jsp.class
│ │ │ │ │ └── selectMsg_jsp.java
│ │ │ │ ├── newgoods
│ │ │ │ │ ├── newGoodsList_jsp.class
│ │ │ │ │ └── newGoodsList_jsp.java
│ │ │ │ ├── shipper
│ │ │ │ │ ├── basisInfo_jsp.class
│ │ │ │ │ └── basisInfo_jsp.java
│ │ │ │ ├── transOrderDetail
│ │ │ │ │ ├── transOrderDetail_jsp.class
│ │ │ │ │ └── transOrderDetail_jsp.java
│ │ │ │ ├── transportOrder
│ │ │ │ │ ├── orderList_jsp.class
│ │ │ │ │ └── orderList_jsp.java
│ │ │ │ ├── transportOrderCompany
│ │ │ │ │ ├── orderList_jsp.class
│ │ │ │ │ └── orderList_jsp.java
│ │ │ │ └── waitGoods
│ │ │ │ ├── selectItemNames_jsp.class
│ │ │ │ ├── selectItemNames_jsp.java
│ │ │ │ ├── waitGoods_005fadd_jsp.class
│ │ │ │ ├── waitGoods_005fadd_jsp.java
│ │ │ │ ├── waitGoods_005fcompleteOrder_jsp.class
│ │ │ │ ├── waitGoods_005fcompleteOrder_jsp.java
│ │ │ │ ├── waitGoods_005flinkManList_jsp.class
│ │ │ │ ├── waitGoods_005flinkManList_jsp.java
│ │ │ │ ├── waitGoods_005flist_jsp.class
│ │ │ │ ├── waitGoods_005flist_jsp.java
│ │ │ │ ├── waitGoods_005fselectClient_jsp.class
│ │ │ │ └── waitGoods_005fselectClient_jsp.java
│ │ │ ├── manager
│ │ │ ├── pic
│ │ │ ├── WebServices_Use
│ │ │ └── webservices_xfire_demo
│ │ └── apache-tomcat-6.0.32-2
│ │ ├── backup
│ │ │ ├── catalina.policy
│ │ │ ├── catalina.properties
│ │ │ ├── context.xml
│ │ │ ├── server.xml
│ │ │ ├── tomcat-users.xml
│ │ │ └── web.xml
│ │ ├── bin
│ │ │ ├── bootstrap.jar
│ │ │ ├── catalina.bat
│ │ │ ├── catalina.sh
│ │ │ ├── catalina-tasks.xml
│ │ │ ├── commons-daemon.jar
│ │ │ ├── commons-daemon-native.tar.gz
│ │ │ ├── cpappend.bat
│ │ │ ├── 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
│ │ ├── conf
│ │ │ ├── Catalina
│ │ │ │ └── localhost
│ │ │ │ ├── host-manager.xml
│ │ │ │ └── manager.xml
│ │ │ ├── catalina.policy
│ │ │ ├── catalina.properties
│ │ │ ├── context.xml
│ │ │ ├── logging.properties
│ │ │ ├── server.xml
│ │ │ ├── tomcat-users.xml
│ │ │ └── web.xml
│ │ ├── lib
│ │ │ ├── annotations-api.jar
│ │ │ ├── catalina-ant.jar
│ │ │ ├── catalina-ha.jar
│ │ │ ├── catalina.jar
│ │ │ ├── catalina-tribes.jar
│ │ │ ├── commons-pool2-2.4.3.jar
│ │ │ ├── commons-pool.jar
│ │ │ ├── ecj-3.3.1.jar
│ │ │ ├── el-api.jar
│ │ │ ├── jasper-el.jar
│ │ │ ├── jasper.jar
│ │ │ ├── jedis-2.1.0.jar
│ │ │ ├── jsp-api.jar
│ │ │ ├── servlet-api.jar
│ │ │ ├── tomcat-6.0.16-catalina-tribes.jar
│ │ │ ├── tomcat-coyote.jar
│ │ │ ├── tomcat-dbcp.jar
│ │ │ ├── tomcat-i18n-es.jar
│ │ │ ├── tomcat-i18n-fr.jar
│ │ │ ├── tomcat-i18n-ja.jar
│ │ │ ├── tomcat-juli-adapters.jar
│ │ │ ├── tomcat-juli.jar
│ │ │ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
│ │ ├── LICENSE
│ │ ├── logs
│ │ │ ├── catalina.2018-11-15.log
│ │ │ ├── catalina.2018-11-16.log
│ │ │ ├── host-manager.2018-11-15.log
│ │ │ ├── host-manager.2018-11-16.log
│ │ │ ├── localhost.2018-11-15.log
│ │ │ ├── localhost.2018-11-16.log
│ │ │ ├── manager.2018-11-15.log
│ │ │ └── manager.2018-11-16.log
│ │ ├── NOTICE
│ │ ├── RELEASE-NOTES
│ │ ├── RUNNING.txt
│ │ ├── temp
│ │ │ └── safeToDelete.tmp
│ │ ├── webapps
│ │ │ ├── docs
│ │ │ │ ├── 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
│ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ └── tomcat.gif
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── WEB-INF
│ │ │ │ │ │ └── web.xml
│ │ │ │ │ ├── source.html
│ │ │ │ │ └── web.xml.txt
│ │ │ │ ├── apr.html
│ │ │ │ ├── architecture
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── overview.html
│ │ │ │ │ ├── requestProcess
│ │ │ │ │ │ ├── requestProcess.pdf
│ │ │ │ │ │ └── roseModel.mdl
│ │ │ │ │ ├── requestProcess.html
│ │ │ │ │ ├── startup
│ │ │ │ │ │ ├── serverStartup.pdf
│ │ │ │ │ │ └── serverStartup.txt
│ │ │ │ │ └── startup.html
│ │ │ │ ├── balancer-howto.html
│ │ │ │ ├── building.html
│ │ │ │ ├── BUILDING.txt
│ │ │ │ ├── cgi-howto.html
│ │ │ │ ├── changelog.html
│ │ │ │ ├── class-loader-howto.html
│ │ │ │ ├── cluster-howto.html
│ │ │ │ ├── config
│ │ │ │ │ ├── ajp.html
│ │ │ │ │ ├── cluster-channel.html
│ │ │ │ │ ├── cluster-deployer.html
│ │ │ │ │ ├── cluster.html
│ │ │ │ │ ├── cluster-interceptor.html
│ │ │ │ │ ├── cluster-listener.html
│ │ │ │ │ ├── cluster-manager.html
│ │ │ │ │ ├── cluster-membership.html
│ │ │ │ │ ├── cluster-receiver.html
│ │ │ │ │ ├── cluster-sender.html
│ │ │ │ │ ├── cluster-valve.html
│ │ │ │ │ ├── context.html
│ │ │ │ │ ├── engine.html
│ │ │ │ │ ├── executor.html
│ │ │ │ │ ├── filter.html
│ │ │ │ │ ├── globalresources.html
│ │ │ │ │ ├── host.html
│ │ │ │ │ ├── http.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── listeners.html
│ │ │ │ │ ├── loader.html
│ │ │ │ │ ├── manager.html
│ │ │ │ │ ├── realm.html
│ │ │ │ │ ├── resources.html
│ │ │ │ │ ├── server.html
│ │ │ │ │ ├── service.html
│ │ │ │ │ ├── systemprops.html
│ │ │ │ │ └── valve.html
│ │ │ │ ├── connectors.html
│ │ │ │ ├── default-servlet.html
│ │ │ │ ├── deployer-howto.html
│ │ │ │ ├── developers.html
│ │ │ │ ├── extras.html
│ │ │ │ ├── funcspecs
│ │ │ │ │ ├── fs-admin-apps.html
│ │ │ │ │ ├── fs-admin-objects.html
│ │ │ │ │ ├── fs-admin-opers.html
│ │ │ │ │ ├── fs-default.html
│ │ │ │ │ ├── fs-invoker.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.gif
│ │ │ │ │ ├── code.gif
│ │ │ │ │ ├── design.gif
│ │ │ │ │ ├── docs.gif
│ │ │ │ │ ├── fix.gif
│ │ │ │ │ ├── printer.gif
│ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ ├── tomcat.svg
│ │ │ │ │ ├── update.gif
│ │ │ │ │ └── void.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── introduction.html
│ │ │ │ ├── jasper-howto.html
│ │ │ │ ├── jndi-datasource-examples-howto.html
│ │ │ │ ├── jndi-resources-howto.html
│ │ │ │ ├── logging.html
│ │ │ │ ├── manager-howto.html
│ │ │ │ ├── maven-jars.html
│ │ │ │ ├── mbeans-descriptor-howto.html
│ │ │ │ ├── monitoring.html
│ │ │ │ ├── proxy-howto.html
│ │ │ │ ├── realm-howto.html
│ │ │ │ ├── RELEASE-NOTES.txt
│ │ │ │ ├── RUNNING.txt
│ │ │ │ ├── security-manager-howto.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-INF
│ │ │ │ │ └── web.xml
│ │ │ │ └── windows-service-howto.html
│ │ │ ├── examples
│ │ │ │ ├── index.html
│ │ │ │ ├── jsp
│ │ │ │ │ ├── cal
│ │ │ │ │ │ ├── cal1.jsp
│ │ │ │ │ │ ├── cal1.jsp.html
│ │ │ │ │ │ ├── cal2.jsp
│ │ │ │ │ │ ├── cal2.jsp.html
│ │ │ │ │ │ ├── calendar.html
│ │ │ │ │ │ ├── Entries.java.html
│ │ │ │ │ │ ├── Entry.java.html
│ │ │ │ │ │ ├── JspCalendar.java.html
│ │ │ │ │ │ ├── login.html
│ │ │ │ │ │ └── TableBean.java.html
│ │ │ │ │ ├── chat
│ │ │ │ │ │ ├── index.jsp
│ │ │ │ │ │ ├── index.jsp.html
│ │ │ │ │ │ ├── login.jsp
│ │ │ │ │ │ ├── login.jsp.html
│ │ │ │ │ │ ├── post.jsp
│ │ │ │ │ │ └── post.jsp.html
│ │ │ │ │ ├── checkbox
│ │ │ │ │ │ ├── check.html
│ │ │ │ │ │ ├── checkresult.jsp
│ │ │ │ │ │ ├── checkresult.jsp.html
│ │ │ │ │ │ ├── CheckTest.html
│ │ │ │ │ │ └── cresult.html
│ │ │ │ │ ├── colors
│ │ │ │ │ │ ├── clr.html
│ │ │ │ │ │ ├── ColorGameBean.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
│ │ │ │ │ │ │ ├── basic-arithmetic.html
│ │ │ │ │ │ │ ├── basic-arithmetic.jsp
│ │ │ │ │ │ │ ├── basic-arithmetic.jsp.html
│ │ │ │ │ │ │ ├── basic-comparisons.html
│ │ │ │ │ │ │ ├── basic-comparisons.jsp
│ │ │ │ │ │ │ ├── basic-comparisons.jsp.html
│ │ │ │ │ │ │ ├── functions.html
│ │ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ │ ├── functions.jsp
│ │ │ │ │ │ │ ├── functions.jsp.html
│ │ │ │ │ │ │ ├── implicit-objects.html
│ │ │ │ │ │ │ ├── implicit-objects.jsp
│ │ │ │ │ │ │ └── implicit-objects.jsp.html
│ │ │ │ │ │ ├── jspattribute
│ │ │ │ │ │ │ ├── FooBean.java.html
│ │ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ │ ├── jspattribute.html
│ │ │ │ │ │ │ ├── jspattribute.jsp
│ │ │ │ │ │ │ ├── jspattribute.jsp.html
│ │ │ │ │ │ │ ├── shuffle.html
│ │ │ │ │ │ │ ├── shuffle.jsp
│ │ │ │ │ │ │ ├── shuffle.jsp.html
│ │ │ │ │ │ │ ├── ShuffleSimpleTag.java.html
│ │ │ │ │ │ │ └── TileSimpleTag.java.html
│ │ │ │ │ │ ├── jspx
│ │ │ │ │ │ │ ├── basic.html
│ │ │ │ │ │ │ ├── basic.jspx
│ │ │ │ │ │ │ ├── basic.jspx.html
│ │ │ │ │ │ │ ├── svgexample.html
│ │ │ │ │ │ │ ├── textRotate.html
│ │ │ │ │ │ │ ├── textRotate.jpg
│ │ │ │ │ │ │ ├── textRotate.jspx
│ │ │ │ │ │ │ └── textRotate.jspx.html
│ │ │ │ │ │ ├── misc
│ │ │ │ │ │ │ ├── coda.jspf
│ │ │ │ │ │ │ ├── coda.jspf.html
│ │ │ │ │ │ │ ├── config.html
│ │ │ │ │ │ │ ├── config.jsp
│ │ │ │ │ │ │ ├── config.jsp.html
│ │ │ │ │ │ │ ├── dynamicattrs.html
│ │ │ │ │ │ │ ├── dynamicattrs.jsp
│ │ │ │ │ │ │ ├── dynamicattrs.jsp.html
│ │ │ │ │ │ │ ├── EchoAttributesTag.java.html
│ │ │ │ │ │ │ ├── prelude.jspf
│ │ │ │ │ │ │ └── prelude.jspf.html
│ │ │ │ │ │ ├── simpletag
│ │ │ │ │ │ │ ├── BookBean.java.html
│ │ │ │ │ │ │ ├── book.html
│ │ │ │ │ │ │ ├── book.jsp
│ │ │ │ │ │ │ ├── book.jsp.html
│ │ │ │ │ │ │ ├── FindBookSimpleTag.java.html
│ │ │ │ │ │ │ ├── Functions.java.html
│ │ │ │ │ │ │ ├── hello.html
│ │ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ │ ├── HelloWorldSimpleTag.java.html
│ │ │ │ │ │ │ ├── repeat.html
│ │ │ │ │ │ │ ├── repeat.jsp
│ │ │ │ │ │ │ ├── repeat.jsp.html
│ │ │ │ │ │ │ └── RepeatSimpleTag.java.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
│ │ │ │ │ │ └── xhtmlbasic.tag.html
│ │ │ │ │ ├── jsptoserv
│ │ │ │ │ │ ├── hello.jsp
│ │ │ │ │ │ ├── hello.jsp.html
│ │ │ │ │ │ ├── jsptoservlet.jsp
│ │ │ │ │ │ ├── jsptoservlet.jsp.html
│ │ │ │ │ │ ├── jts.html
│ │ │ │ │ │ └── servletToJsp.java.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
│ │ │ │ │ │ ├── carts.html
│ │ │ │ │ │ ├── carts.jsp
│ │ │ │ │ │ ├── carts.jsp.html
│ │ │ │ │ │ ├── crt.html
│ │ │ │ │ │ └── DummyCart.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
│ │ │ │ │ ├── reqheaders.html
│ │ │ │ │ ├── reqinfo.html
│ │ │ │ │ ├── reqparams.html
│ │ │ │ │ └── sessions.html
│ │ │ │ └── WEB-INF
│ │ │ │ ├── classes
│ │ │ │ │ ├── cal
│ │ │ │ │ │ ├── Entries.class
│ │ │ │ │ │ ├── Entries.java
│ │ │ │ │ │ ├── Entry.class
│ │ │ │ │ │ ├── Entry.java
│ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ ├── JspCalendar.java
│ │ │ │ │ │ ├── TableBean.class
│ │ │ │ │ │ └── TableBean.java
│ │ │ │ │ ├── chat
│ │ │ │ │ │ ├── ChatServlet$MessageSender.class
│ │ │ │ │ │ ├── ChatServlet.class
│ │ │ │ │ │ └── ChatServlet.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
│ │ │ │ │ ├── CookieExample.class
│ │ │ │ │ ├── CookieExample.java
│ │ │ │ │ ├── dates
│ │ │ │ │ │ ├── JspCalendar.class
│ │ │ │ │ │ └── JspCalendar.java
│ │ │ │ │ ├── error
│ │ │ │ │ │ ├── Smart.class
│ │ │ │ │ │ └── Smart.java
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── ExampleTagBase.class
│ │ │ │ │ │ ├── ExampleTagBase.java
│ │ │ │ │ │ ├── FooTag.class
│ │ │ │ │ │ ├── FooTagExtraInfo.class
│ │ │ │ │ │ ├── FooTagExtraInfo.java
│ │ │ │ │ │ ├── FooTag.java
│ │ │ │ │ │ ├── LogTag.class
│ │ │ │ │ │ ├── LogTag.java
│ │ │ │ │ │ ├── ShowSource.class
│ │ │ │ │ │ └── ShowSource.java
│ │ │ │ │ ├── filters
│ │ │ │ │ │ ├── ExampleFilter.class
│ │ │ │ │ │ ├── ExampleFilter.java
│ │ │ │ │ │ ├── RequestDumperFilter.class
│ │ │ │ │ │ ├── RequestDumperFilter.java
│ │ │ │ │ │ ├── SetCharacterEncodingFilter.class
│ │ │ │ │ │ └── SetCharacterEncodingFilter.java
│ │ │ │ │ ├── HelloWorldExample.class
│ │ │ │ │ ├── HelloWorldExample.java
│ │ │ │ │ ├── jsp2
│ │ │ │ │ │ └── examples
│ │ │ │ │ │ ├── BookBean.class
│ │ │ │ │ │ ├── BookBean.java
│ │ │ │ │ │ ├── el
│ │ │ │ │ │ │ ├── Functions.class
│ │ │ │ │ │ │ └── Functions.java
│ │ │ │ │ │ ├── FooBean.class
│ │ │ │ │ │ ├── FooBean.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
│ │ │ │ │ ├── LocalStrings_en.properties
│ │ │ │ │ ├── LocalStrings_es.properties
│ │ │ │ │ ├── LocalStrings_fr.properties
│ │ │ │ │ ├── LocalStrings.properties
│ │ │ │ │ ├── LocalStrings_pt.properties
│ │ │ │ │ ├── num
│ │ │ │ │ │ ├── NumberGuessBean.class
│ │ │ │ │ │ └── NumberGuessBean.java
│ │ │ │ │ ├── RequestHeaderExample.class
│ │ │ │ │ ├── RequestHeaderExample.java
│ │ │ │ │ ├── RequestInfoExample.class
│ │ │ │ │ ├── RequestInfoExample.java
│ │ │ │ │ ├── RequestParamExample.class
│ │ │ │ │ ├── RequestParamExample.java
│ │ │ │ │ ├── servletToJsp.class
│ │ │ │ │ ├── servletToJsp.java
│ │ │ │ │ ├── SessionExample.class
│ │ │ │ │ ├── SessionExample.java
│ │ │ │ │ ├── sessions
│ │ │ │ │ │ ├── DummyCart.class
│ │ │ │ │ │ └── DummyCart.java
│ │ │ │ │ ├── util
│ │ │ │ │ │ ├── HTMLFilter.class
│ │ │ │ │ │ └── HTMLFilter.java
│ │ │ │ │ └── validators
│ │ │ │ │ ├── DebugValidator.class
│ │ │ │ │ └── DebugValidator.java
│ │ │ │ ├── jsp
│ │ │ │ │ ├── applet
│ │ │ │ │ │ └── Clock2.java
│ │ │ │ │ ├── debug-taglib.tld
│ │ │ │ │ └── example-taglib.tld
│ │ │ │ ├── jsp2
│ │ │ │ │ └── jsp2-example-taglib.tld
│ │ │ │ ├── lib
│ │ │ │ │ ├── jstl.jar
│ │ │ │ │ └── standard.jar
│ │ │ │ ├── tags
│ │ │ │ │ ├── displayProducts.tag
│ │ │ │ │ ├── helloWorld.tag
│ │ │ │ │ ├── panel.tag
│ │ │ │ │ └── xhtmlbasic.tag
│ │ │ │ └── web.xml
│ │ │ ├── host-manager
│ │ │ │ ├── 401.jsp
│ │ │ │ ├── 403.jsp
│ │ │ │ ├── images
│ │ │ │ │ ├── add.gif
│ │ │ │ │ ├── asf-logo.gif
│ │ │ │ │ ├── code.gif
│ │ │ │ │ ├── design.gif
│ │ │ │ │ ├── docs.gif
│ │ │ │ │ ├── fix.gif
│ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ ├── update.gif
│ │ │ │ │ └── void.gif
│ │ │ │ ├── manager.xml
│ │ │ │ ├── META-INF
│ │ │ │ │ └── context.xml
│ │ │ │ └── WEB-INF
│ │ │ │ └── web.xml
│ │ │ ├── manager
│ │ │ │ ├── 401.jsp
│ │ │ │ ├── 403.jsp
│ │ │ │ ├── images
│ │ │ │ │ ├── add.gif
│ │ │ │ │ ├── asf-logo.gif
│ │ │ │ │ ├── code.gif
│ │ │ │ │ ├── design.gif
│ │ │ │ │ ├── docs.gif
│ │ │ │ │ ├── fix.gif
│ │ │ │ │ ├── tomcat.gif
│ │ │ │ │ ├── update.gif
│ │ │ │ │ └── void.gif
│ │ │ │ ├── META-INF
│ │ │ │ │ └── context.xml
│ │ │ │ ├── status.xsd
│ │ │ │ ├── WEB-INF
│ │ │ │ │ ├── jsp
│ │ │ │ │ │ ├── sessionDetail.jsp
│ │ │ │ │ │ └── sessionsList.jsp
│ │ │ │ │ └── web.xml
│ │ │ │ └── xform.xsl
│ │ │ └── ROOT
│ │ │ ├── index2.jsp
│ │ │ ├── index.jsp
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── ROOT.rar
│ │ │ └── WEB-INF
│ │ │ ├── classes
│ │ │ ├── lib
│ │ │ │ ├── commons-pool2-2.4.3.jar
│ │ │ │ ├── jedis-2.1.0.jar
│ │ │ │ ├── tomcat-6.0.16-catalina-tribes.jar
│ │ │ │ ├── tomcat-juli-adapters.jar
│ │ │ │ ├── tomcat-juli.jar
│ │ │ │ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
│ │ │ └── web.xml
│ │ └── work
│ │ └── Catalina
│ │ └── localhost
│ │ ├── _
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── jsp
│ │ │ ├── index2_jsp.class
│ │ │ ├── index2_jsp.java
│ │ │ ├── index_jsp.class
│ │ │ └── index_jsp.java
│ │ ├── docs
│ │ ├── examples
│ │ ├── host-manager
│ │ ├── laigwl
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── jsp
│ │ │ └── WEB_002dINF
│ │ │ └── jsp
│ │ │ ├── carApply
│ │ │ │ ├── applyGoodsList_jsp.class
│ │ │ │ ├── applyGoodsList_jsp.java
│ │ │ │ ├── applyGoodsWindow_jsp.class
│ │ │ │ ├── applyGoodsWindow_jsp.java
│ │ │ │ ├── applyList_jsp.class
│ │ │ │ ├── applyList_jsp.java
│ │ │ │ ├── checkApplyWindow_jsp.class
│ │ │ │ ├── checkApplyWindow_jsp.java
│ │ │ │ ├── lookCarInfo_jsp.class
│ │ │ │ ├── lookCarInfo_jsp.java
│ │ │ │ ├── lookGoodsOrder_jsp.class
│ │ │ │ ├── lookGoodsOrder_jsp.java
│ │ │ │ ├── lookTransOrderDetail_jsp.class
│ │ │ │ └── lookTransOrderDetail_jsp.java
│ │ │ ├── common
│ │ │ │ ├── msgList_jsp.class
│ │ │ │ └── msgList_jsp.java
│ │ │ ├── error_jsp.class
│ │ │ ├── error_jsp.java
│ │ │ ├── goodsOrder
│ │ │ │ ├── goodsOrderBiddingList_jsp.class
│ │ │ │ ├── goodsOrderBiddingList_jsp.java
│ │ │ │ ├── goodsOrderGrabList_jsp.class
│ │ │ │ ├── goodsOrderGrabList_jsp.java
│ │ │ │ ├── goodsOrderInquiryList_jsp.class
│ │ │ │ ├── goodsOrderInquiryList_jsp.java
│ │ │ │ ├── goodsOrderLongList_jsp.class
│ │ │ │ └── goodsOrderLongList_jsp.java
│ │ │ ├── homepage
│ │ │ │ ├── carriersCo_jsp.class
│ │ │ │ ├── carriersCo_jsp.java
│ │ │ │ ├── platform_jsp.class
│ │ │ │ ├── platform_jsp.java
│ │ │ │ ├── shipper_jsp.class
│ │ │ │ └── shipper_jsp.java
│ │ │ ├── index_jsp.class
│ │ │ ├── index_jsp.java
│ │ │ ├── login_jsp.class
│ │ │ ├── login_jsp.java
│ │ │ ├── mode
│ │ │ │ ├── inquiry_005forder_005fconfirm_005fdetail_jsp.class
│ │ │ │ ├── inquiry_005forder_005fconfirm_005fdetail_jsp.java
│ │ │ │ ├── inquiry_005forder_005fconfirm_jsp.class
│ │ │ │ ├── inquiry_005forder_005fconfirm_jsp.java
│ │ │ │ ├── reportCarsDetail_jsp.class
│ │ │ │ └── reportCarsDetail_jsp.java
│ │ │ ├── msg
│ │ │ │ ├── msgsList_jsp.class
│ │ │ │ ├── msgsList_jsp.java
│ │ │ │ ├── selectMsg_jsp.class
│ │ │ │ └── selectMsg_jsp.java
│ │ │ ├── newgoods
│ │ │ │ ├── newGoodsList_jsp.class
│ │ │ │ └── newGoodsList_jsp.java
│ │ │ ├── shipper
│ │ │ │ ├── basisInfo_jsp.class
│ │ │ │ └── basisInfo_jsp.java
│ │ │ ├── transOrderDetail
│ │ │ │ ├── transOrderDetail_jsp.class
│ │ │ │ └── transOrderDetail_jsp.java
│ │ │ ├── transportOrder
│ │ │ │ ├── orderList_jsp.class
│ │ │ │ └── orderList_jsp.java
│ │ │ ├── transportOrderCompany
│ │ │ │ ├── orderList_jsp.class
│ │ │ │ └── orderList_jsp.java
│ │ │ └── waitGoods
│ │ │ ├── selectItemNames_jsp.class
│ │ │ ├── selectItemNames_jsp.java
│ │ │ ├── waitGoods_005fadd_jsp.class
│ │ │ ├── waitGoods_005fadd_jsp.java
│ │ │ ├── waitGoods_005fcompleteOrder_jsp.class
│ │ │ ├── waitGoods_005fcompleteOrder_jsp.java
│ │ │ ├── waitGoods_005flinkManList_jsp.class
│ │ │ ├── waitGoods_005flinkManList_jsp.java
│ │ │ ├── waitGoods_005flist_jsp.class
│ │ │ ├── waitGoods_005flist_jsp.java
│ │ │ ├── waitGoods_005fselectClient_jsp.class
│ │ │ └── waitGoods_005fselectClient_jsp.java
│ │ ├── manager
│ │ ├── pic
│ │ ├── WebServices_Use
│ │ └── webservices_xfire_demo
│ └── 所需jar包
│ ├── commons-pool2-2.4.3.jar
│ ├── commons-pool.jar
│ ├── jedis-2.1.0.jar
│ ├── tomcat-6.0.16-catalina-tribes.jar
│ └── tomcat-redis-session-manager-1.2-tomcat-6.jar
└── 服务器源文件
├── apache-tomcat-6.0.32.rar
├── nginx-1.8.1.tar.gz
├── nginx-1.8.1.zip
└── Redis-x64-3.2.100.zip
285 directories, 1229 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论