在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → tomcat-connectors-1.2.37-src.tar

tomcat-connectors-1.2.37-src.tar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.46M
  • 下载次数:0
  • 浏览次数:79
  • 发布时间:2020-08-09
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
tomcat-connectors-1.2.37-src.tar
【实例截图】
【核心代码】
tomcat-connectors-1.2.37-src.tar
└── tomcat-connectors-1.2.37-src
├── conf
│   ├── httpd-jk.conf
│   ├── uriworkermap.properties
│   ├── workers.properties
│   └── workers.properties.minimal
├── docs
│   ├── ajp
│   │   ├── ajpv13a.html
│   │   ├── ajpv13ext.html
│   │   └── printer
│   │   ├── ajpv13a.html
│   │   └── ajpv13ext.html
│   ├── generic_howto
│   │   ├── loadbalancers.html
│   │   ├── printer
│   │   │   ├── loadbalancers.html
│   │   │   ├── proxy.html
│   │   │   ├── quick.html
│   │   │   ├── timeouts.html
│   │   │   └── workers.html
│   │   ├── proxy.html
│   │   ├── quick.html
│   │   ├── timeouts.html
│   │   └── workers.html
│   ├── images
│   │   ├── add.gif
│   │   ├── code.gif
│   │   ├── design.gif
│   │   ├── docs.gif
│   │   ├── fix.gif
│   │   ├── jakarta-logo.gif
│   │   ├── printer.gif
│   │   ├── tomcat.gif
│   │   ├── update.gif
│   │   └── void.gif
│   ├── index.html
│   ├── miscellaneous
│   │   ├── changelog.html
│   │   ├── doccontrib.html
│   │   ├── faq.html
│   │   ├── jkstatustasks.html
│   │   ├── printer
│   │   │   ├── changelog.html
│   │   │   ├── doccontrib.html
│   │   │   ├── faq.html
│   │   │   ├── jkstatustasks.html
│   │   │   └── reporttools.html
│   │   └── reporttools.html
│   ├── news
│   │   ├── 20041100.html
│   │   ├── 20050101.html
│   │   ├── 20060101.html
│   │   ├── 20070301.html
│   │   ├── 20081001.html
│   │   ├── 20090301.html
│   │   ├── 20100101.html
│   │   ├── 20110701.html
│   │   ├── 20120301.html
│   │   └── printer
│   │   ├── 20041100.html
│   │   ├── 20050101.html
│   │   ├── 20060101.html
│   │   ├── 20070301.html
│   │   ├── 20081001.html
│   │   ├── 20090301.html
│   │   ├── 20100101.html
│   │   ├── 20110701.html
│   │   └── 20120301.html
│   ├── printer
│   │   └── index.html
│   ├── reference
│   │   ├── apache.html
│   │   ├── iis.html
│   │   ├── printer
│   │   │   ├── apache.html
│   │   │   ├── iis.html
│   │   │   ├── status.html
│   │   │   ├── uriworkermap.html
│   │   │   └── workers.html
│   │   ├── status.html
│   │   ├── uriworkermap.html
│   │   └── workers.html
│   ├── style.css
│   └── webserver_howto
│   ├── apache.html
│   ├── iis.html
│   ├── nes.html
│   └── printer
│   ├── apache.html
│   ├── iis.html
│   └── nes.html
├── HOWTO-RELEASE.txt
├── jkstatus
│   ├── build.properties.default
│   ├── build.xml
│   ├── conf
│   │   └── jkstatus-tasks.xml
│   ├── example
│   │   ├── jkstatus.properties.default
│   │   ├── jkstatus.xml
│   │   ├── show.txt
│   │   └── show.xml
│   ├── src
│   │   └── share
│   │   └── org
│   │   └── apache
│   │   └── jk
│   │   └── status
│   │   ├── AbstractJkStatusTask.java
│   │   ├── antlib.xml
│   │   ├── JkBalancer.java
│   │   ├── JkBalancerMapping.java
│   │   ├── JkBalancerMember.java
│   │   ├── JkResult.java
│   │   ├── JkServer.java
│   │   ├── JkSoftware.java
│   │   ├── JkStatusAccessor.java
│   │   ├── JkStatus.java
│   │   ├── JkStatusParser.java
│   │   ├── JkStatusResetTask.java
│   │   ├── JkStatusTask.java
│   │   ├── jkstatus.tasks
│   │   ├── JkStatusUpdateLoadbalancerTask.java
│   │   ├── JkStatusUpdateTask.java
│   │   ├── JkStatusUpdateWorkerTask.java
│   │   ├── LocalStrings.properties
│   │   ├── mbeans-descriptors.xml
│   │   └── package.html
│   └── test
│   ├── build.xml
│   ├── conf
│   │   ├── jkstatus.xml
│   │   └── log4j.xml
│   └── src
│   └── share
│   └── org
│   └── apache
│   └── jk
│   └── status
│   └── JkStatusParserTest.java
├── LICENSE
├── native
│   ├── aclocal.m4
│   ├── apache-1.3
│   │   ├── libjk.module
│   │   ├── Makefile.apxs.in
│   │   ├── Makefile.in
│   │   ├── Makefile.libdir
│   │   ├── Makefile.netware
│   │   ├── Makefile.tmpl
│   │   ├── Makefile.vc
│   │   ├── mod_jk.c
│   │   ├── mod_jk.dsp
│   │   ├── mod_jk.exp
│   │   ├── NWGNUmakefile
│   │   └── NWGNUmakefile.mak
│   ├── apache-2.0
│   │   ├── bldjk54.qclsrc
│   │   ├── bldjk.qclsrc
│   │   ├── config.m4
│   │   ├── Makefile.apxs.in
│   │   ├── Makefile.in
│   │   ├── Makefile.vc
│   │   ├── mod_jk.c
│   │   ├── mod_jk.dsp
│   │   └── NWGNUmakefile
│   ├── buildconf.sh
│   ├── BUILDING.txt
│   ├── common
│   │   ├── ap_snprintf.c
│   │   ├── ap_snprintf.h
│   │   ├── config.h.in
│   │   ├── jk_ajp12_worker.c
│   │   ├── jk_ajp12_worker.h
│   │   ├── jk_ajp13.c
│   │   ├── jk_ajp13.h
│   │   ├── jk_ajp13_worker.c
│   │   ├── jk_ajp13_worker.h
│   │   ├── jk_ajp14.c
│   │   ├── jk_ajp14.h
│   │   ├── jk_ajp14_worker.c
│   │   ├── jk_ajp14_worker.h
│   │   ├── jk_ajp_common.c
│   │   ├── jk_ajp_common.h
│   │   ├── jk_connect.c
│   │   ├── jk_connect.h
│   │   ├── jk_context.c
│   │   ├── jk_context.h
│   │   ├── jk_global.h
│   │   ├── jk_lb_worker.c
│   │   ├── jk_lb_worker.h
│   │   ├── jk_logger.h
│   │   ├── jk_map.c
│   │   ├── jk_map.h
│   │   ├── jk_md5.c
│   │   ├── jk_md5.h
│   │   ├── jk_msg_buff.c
│   │   ├── jk_msg_buff.h
│   │   ├── jk_mt.h
│   │   ├── jk_nwmain.c
│   │   ├── jk_pool.c
│   │   ├── jk_pool.h
│   │   ├── jk.rc
│   │   ├── jk_service.h
│   │   ├── jk_shm.c
│   │   ├── jk_shm.h
│   │   ├── jk_sockbuf.c
│   │   ├── jk_sockbuf.h
│   │   ├── jk_status.c
│   │   ├── jk_status.h
│   │   ├── jk_types.h.in
│   │   ├── jk_uri_worker_map.c
│   │   ├── jk_uri_worker_map.h
│   │   ├── jk_url.c
│   │   ├── jk_url.h
│   │   ├── jk_util.c
│   │   ├── jk_util.h
│   │   ├── jk_version.h
│   │   ├── jk_worker.c
│   │   ├── jk_worker.h
│   │   ├── jk_worker_list.h
│   │   ├── list.mk.in
│   │   └── Makefile.in
│   ├── configure
│   ├── configure.in
│   ├── docs
│   │   └── api
│   │   └── README.txt
│   ├── iis
│   │   ├── installer
│   │   │   ├── bin
│   │   │   │   └── README
│   │   │   ├── conf
│   │   │   │   ├── rewrite.properties
│   │   │   │   ├── uriworkermap.properties
│   │   │   │   └── workers.properties.minimal
│   │   │   ├── iisfilter.vbs
│   │   │   ├── isapi-redirector-win32-msi.ism
│   │   │   ├── License.rtf
│   │   │   ├── LICENSE.TXT
│   │   │   ├── log
│   │   │   │   └── README
│   │   │   └── tomcat.ico
│   │   ├── isapi.def
│   │   ├── isapi.dsp
│   │   ├── isapi.dsw
│   │   ├── isapi_install.vbs
│   │   ├── isapi_redirect.reg
│   │   ├── jk_isapi_plugin.c
│   │   ├── Makefile.amd64
│   │   ├── Makefile.ia64
│   │   ├── Makefile.x86
│   │   ├── pcre
│   │   │   ├── AUTHORS
│   │   │   ├── ChangeLog
│   │   │   ├── chartables.hw
│   │   │   ├── config.hw
│   │   │   ├── config.in
│   │   │   ├── configure.in
│   │   │   ├── COPYING
│   │   │   ├── dftables.c
│   │   │   ├── dftables.dsp
│   │   │   ├── dftables.x86
│   │   │   ├── dll.mk
│   │   │   ├── doc
│   │   │   │   └── README_httpd
│   │   │   ├── get.c
│   │   │   ├── INSTALL
│   │   │   ├── install-sh
│   │   │   ├── internal.h
│   │   │   ├── libpcre.def
│   │   │   ├── libpcre.pc.in
│   │   │   ├── libpcreposix.def
│   │   │   ├── LICENCE
│   │   │   ├── Makefile.in
│   │   │   ├── maketables.c
│   │   │   ├── makevp.bat
│   │   │   ├── mkinstalldirs
│   │   │   ├── NEWS
│   │   │   ├── NON-UNIX-USE
│   │   │   ├── NWGNUmakefile
│   │   │   ├── pcre.amd64
│   │   │   ├── pcre.c
│   │   │   ├── pcre-config.in
│   │   │   ├── pcre.def
│   │   │   ├── pcredemo.c
│   │   │   ├── pcre.dsp
│   │   │   ├── pcregrep.c
│   │   │   ├── pcre.hw
│   │   │   ├── pcre.ia64
│   │   │   ├── pcre.in
│   │   │   ├── pcreposix.c
│   │   │   ├── pcreposix.dsp
│   │   │   ├── pcreposix.h
│   │   │   ├── pcretest.c
│   │   │   ├── pcre.x86
│   │   │   ├── perltest
│   │   │   ├── perltest8
│   │   │   ├── pgrep.c
│   │   │   ├── printint.c
│   │   │   ├── README
│   │   │   ├── RunTest.in
│   │   │   ├── study.c
│   │   │   ├── testdata
│   │   │   │   ├── testinput1
│   │   │   │   ├── testinput2
│   │   │   │   ├── testinput3
│   │   │   │   ├── testinput4
│   │   │   │   ├── testinput5
│   │   │   │   ├── testinput6
│   │   │   │   ├── testoutput1
│   │   │   │   ├── testoutput2
│   │   │   │   ├── testoutput3
│   │   │   │   ├── testoutput4
│   │   │   │   ├── testoutput5
│   │   │   │   └── testoutput6
│   │   │   ├── ucp.c
│   │   │   ├── ucp.h
│   │   │   ├── ucpinternal.h
│   │   │   ├── ucptable.c
│   │   │   └── ucptypetable.c
│   │   └── README
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── netscape
│   │   ├── jk_nsapi_plugin.c
│   │   ├── Makefile.linux
│   │   ├── Makefile.netware
│   │   ├── Makefile.solaris
│   │   ├── Makefile.vc
│   │   ├── nsapi.dsp
│   │   └── README
│   ├── nt_service
│   │   ├── jk_nt_service.c
│   │   └── nt_service.dsp
│   ├── README.txt
│   ├── scripts
│   │   └── build
│   │   ├── config_vars.mk
│   │   ├── instdso.sh
│   │   ├── jk_common.m4
│   │   ├── rules.mk
│   │   └── unix
│   │   ├── buildcheck.sh
│   │   ├── config.guess
│   │   ├── config.sub
│   │   ├── install-sh
│   │   ├── ltmain.sh
│   │   └── missing
│   ├── STATUS.txt
│   └── TODO.txt
├── NOTICE
├── README.txt
├── support
│   ├── apache.m4
│   ├── get_ver.awk
│   ├── jk_apache_static.m4
│   ├── jk_apr.m4
│   ├── jk_apxs.m4
│   ├── jk_dominohome.m4
│   ├── jk_exec.m4
│   ├── jk_java.m4
│   ├── jk_pcre.m4
│   ├── jk_tchome.m4
│   ├── jk_ws.m4
│   └── os_apache.m4
├── tools
│   ├── dist
│   │   ├── binaries
│   │   │   ├── netware
│   │   │   │   └── HEADER.html
│   │   │   └── windows
│   │   │   ├── HEADER.html
│   │   │   ├── README.html
│   │   │   └── symbols
│   │   │   ├── HEADER.html
│   │   │   └── README.html
│   │   ├── HEADER.html
│   │   └── README.html
│   ├── jkbindist.sh
│   ├── jkrelease.sh
│   ├── lineends.pl
│   ├── reports
│   │   ├── README.txt
│   │   ├── tomcat_reports.pl
│   │   └── tomcat_trend.pl
│   └── signfile.sh
└── xdocs
├── ajp
│   ├── ajpv13a.xml
│   ├── ajpv13ext.xml
│   └── project.xml
├── build.xml
├── empty.xml
├── generic_howto
│   ├── loadbalancers.xml
│   ├── project.xml
│   ├── proxy.xml
│   ├── quick.xml
│   ├── timeouts.xml
│   └── workers.xml
├── images
│   ├── add.gif
│   ├── code.gif
│   ├── design.gif
│   ├── docs.gif
│   ├── fix.gif
│   ├── jakarta-logo.gif
│   ├── printer.gif
│   ├── tomcat.gif
│   ├── update.gif
│   └── void.gif
├── index.xml
├── miscellaneous
│   ├── changelog.xml
│   ├── doccontrib.xml
│   ├── faq.xml
│   ├── jkstatustasks.xml
│   ├── project.xml
│   └── reporttools.xml
├── news
│   ├── 20041100.xml
│   ├── 20050101.xml
│   ├── 20060101.xml
│   ├── 20070301.xml
│   ├── 20081001.xml
│   ├── 20090301.xml
│   ├── 20100101.xml
│   ├── 20110701.xml
│   ├── 20120301.xml
│   └── project.xml
├── project.xml
├── reference
│   ├── apache.xml
│   ├── iis.xml
│   ├── project.xml
│   ├── status.xml
│   ├── uriworkermap.xml
│   └── workers.xml
├── style.css
├── style.xsl
└── webserver_howto
├── apache.xml
├── iis.xml
├── nes.xml
└── project.xml

69 directories, 378 files

标签:

实例下载地址

tomcat-connectors-1.2.37-src.tar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警