An OpenFuture project |
|
EditXML: ConfigurationJSP Engine ConfigurationThe configuration depends upon the used JSP and servlet engine. In the following we describe the installation for Jakarta Tomcat.There is one single configuration file, where all configuration parameters are set: WEB-INF/web.xml This file contains the configuration of all servlets' initialization parameters. EditXmlJspServletServlet for JSP frontend. Currently, this servlet simply sets context variables and does not handle any HTTP requests. It has the following initialization parameters:
EditorServletThis is the servlet handling the edit process. It has the following initialization parameters:
DomainFromFileProviderServletLoad the XML domains. Load this servlet before EditXmlJspServlet, since it initializes the DomainManager.
actionThe action servlet is the central controller servlet of the Struts Framework (although we do not like frameworks in general, this is very useful ;->).
Please do not modify these (*) attributes unless you know what you are doing . ;-> This completes the configuration. Now (re)start Jakarta Tomcat. |