# Servlet mapping rules properties # # This file specifies the translation rules for invoking servlets. # The syntax is: # # = # # where is the virtual path used to invoke the servlet # or a file name extension, and is the name of the servlet. # Surrounding white space is ignored. # # The ordering of the rules is not important. They are always evaluated # in this order: # 1) Check for an exact match # 2) Check for the longest matching virtual path prefix (paths ending with /*) # 3) Check for a matching file name extension (paths staring with *.) # 4) Check for a default mapping (i.e. a mapping for "/") # # NOTE! All comments in this file are removed when you use the # browser based administration interface to modify the configuration ################################################################## /=file #/servlet/*=invoker #*.shtml=ssinclude # **** activation of JSP experiments **** *.htm=jsp