⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uriworkermap.properties-auto

📁 使用JBuild发送短信的原码程序,可以直接用,也可以做二次开发
💻 PROPERTIES-AUTO
字号:
###################################################################
# Auto generated configuration. Dated: Thu Nov 22 12:08:15 CST 2007
###################################################################

#
# Default worker to be used through our mappings
#
default.worker=ajp12

#
# Root context mounts for Tomcat
#
/servlet/*=$(default.worker)
/*.jsp=$(default.worker)

#########################################################
# Auto configuration for the /show context starts.
#########################################################

#
# The following line mounts all JSP file and the /servlet/ uri to tomcat
#
/show/servlet/*=$(default.worker)
/show/*.jsp=$(default.worker)

#
# If you want tomcat to serve all the resources (including static) that
# are part of the /show context, uncomment the following line
#
# /show/*=$(default.worker)
#######################################################
# Auto configuration for the /show context ends.
#######################################################

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -