# # This file specifies the translation rules for invoking servlets. # The syntax is: # # = # # where is the virtual path used to invoke the servlet, # and is the name of the servlet. Surrounding white space # is ignored. The ordering of the rules is not important, as the longest # match will always be used first. # # Filtering can be triggered by # =, # # for example, # /simple.html=SimpleServlet,UpperCaseFilter # or # *.snoop=SnoopServlet # # #Tue Sep 15 12:54:46 PDT 1998 /servlet/=invoker *.jrun=invoker *.shtml=ssifilter *.jsp=jsp *.thtml=template *.cfm=com.livesoftware.cfanywhere.CFServlet