ConfigServlet Test

This servlet tests your basic melati configuration.
If you can read this message, it means that you have successfully created a Melati using the configuration given in org.melati.MelatiConfig.properties.
Please note that this servlet does not construct a POEM session or initialise a template engine.

Your Melati is configured with the following properties:

AccessHandlerorg.melati.login.HttpSessionAccessHandler
ServletTemplateEngineorg.melati.template.webmacro.WebmacroServletTemplateEngine
StaticURL/melati-static/admin/static
JavascriptLibraryURL/melati-static/admin/static
FormDataAdaptorFactoryorg.melati.servlet.DefaultFileFormDataAdaptorFactory
Localeorg.melati.poem.PoemLocale
TempletLoaderorg.melati.template.ClassNameTempletLoader

This servlet was called with the following Method (taken from melati.getMethod()): null

Further Testing:

You can test melati Exception handling by clicking Exception
You can test melati Redirect handling by clicking Redirect
You can test your POEM setup (connecting to logical database melatitest) by clicking org.melati.test.PoemServletTest/melatitest/
You can upload a file here:

This will save your file in the server's /tmp directory. Try saving a file in memory here.