📄 obj.conf-auto
字号:
###################################################################
# Auto generated configuration. Dated: Thu Nov 22 12:08:15 CST 2007
###################################################################
#
# You will need to merge the content of this file with your
# regular obj.conf and then restart (=stop + start) your Netscape server.
#
#
# Loading the redirector into your server
#
Init fn="load-modules" funcs="jk_init,jk_service" shlib="<put full path to the redirector here>"
Init fn="jk_init" worker_file="E:/javaweb/montnets/conf/workers.properties" log_level="debug" log_file="E:/javaweb/montnets/logs/netscape_redirect.log"
<Object name=default>
#
# Redirecting the root context requests to tomcat.
#
NameTrans fn="assign-name" from="/servlet/*" name="servlet"
NameTrans fn="assign-name" from="/*.jsp" name="servlet"
#########################################################
# Auto configuration for the /show context starts.
#########################################################
#
# The following line mounts all JSP file and the /servlet/ uri to tomcat
#
NameTrans fn="assign-name" from="/show/servlet/*" name="servlet"
NameTrans fn="assign-name" from="/show/*.jsp" name="servlet"
NameTrans fn=pfx2dir from="/show" dir="E:/javaweb/montnets"
#######################################################
# Auto configuration for the /show context ends.
#######################################################
#######################################################
# Protecting the web inf directory.
#######################################################
PathCheck fn="deny-existence" path="*/WEB-INF/*"
</Object>
#######################################################
# New object to execute your servlet requests.
#######################################################
<Object name=servlet>
ObjectType fn=force-type type=text/html
Service fn="jk_service" worker="ajp12" path="/*"
</Object>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -