Dynamo Test Application This is an application used to test components of the Dynamo framework. logging.config WEB-INF/logging.xml The path and file name of the Log4J logger configuration file, relative to the application root. dynamo.config WEB-INF/dynamo.xml The path and file name of the base Dynamo configuration file, relative to the application root. The default, if not specified, is "WEB-INF/dynamo.xml". ScriptExec Executes a scripting file as a servlet. com.silverwrist.dynamo.servlet.ScriptExecServlet remove.extension vs The extension which is used in the servlet mapping to distinguish scripts to execute. This extension is removed from the servlet path to create the script name. script.prefix /scripts The resource prefix to use for scripts. This is prepended to the servlet path to create the script name which is executed. XmlRpc Executes XML-RPC requests. com.silverwrist.dynamo.xmlrpc.XmlRpcServlet subsystem.object xmlrpc The object name of the XML-RPC subsystem object. Must match the name configured for the com.silverwrist.dynamo.xmlrpc.XmlRpcSubSystem object in dynamo.xml. TestServlet1 Servlet test 1 com.silverwrist.dynamo.test.TestServlet1 TestServlet2 Servlet test 2 com.silverwrist.dynamo.test.TestServlet2 ScriptExec *.vs XmlRpc /RPC2 TestServlet1 /test1 TestServlet2 /test2