uriworkermap.properties-auto
来自「使用JBuild发送短信的原码程序,可以直接用,也可以做二次开发」· PROPERTIES-AUTO 代码 · 共 35 行
PROPERTIES-AUTO
35 行
###################################################################
# 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 + =
减小字号Ctrl + -
显示快捷键?