From a4a67f056be247467042582a1830c53896d0c93c Mon Sep 17 00:00:00 2001 From: Jon Cox Date: Sun, 18 Jun 2006 14:26:14 +0000 Subject: [PATCH] Point checkin: skelatal replacement for StandardHost (for AVM-based webapp autoload). git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3133 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/web/WEB-INF/web.xml | 226 +++++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 source/web/WEB-INF/web.xml diff --git a/source/web/WEB-INF/web.xml b/source/web/WEB-INF/web.xml new file mode 100644 index 0000000000..0f53fbdbb6 --- /dev/null +++ b/source/web/WEB-INF/web.xml @@ -0,0 +1,226 @@ + + + + + + Alfresco Web Client + + Alfresco Web Client + + + javax.faces.STATE_SAVING_METHOD + server + + + + javax.faces.CONFIG_FILES + /WEB-INF/faces-config-app.xml,/WEB-INF/faces-config-beans.xml,/WEB-INF/faces-config-navigation.xml,/WEB-INF/faces-config-common.xml,/WEB-INF/faces-config-repo.xml,WEB-INF/faces-config-custom.xml + + + + org.apache.myfaces.ALLOW_JAVASCRIPT + true + + + + org.apache.myfaces.DETECT_JAVASCRIPT + false + This is an EXPERIMENTAL feature, so leave it off for now! + + + + + org.apache.myfaces.PRETTY_HTML + true + + If true, rendered HTML code will be formatted, so that it is "human readable". + i.e. additional line separators and whitespace will be written, that do not + influence the HTML code. + Default: "true" + + + + + org.apache.myfaces.AUTO_SCROLL + false + + If true, a javascript function will be rendered that is able to restore the + former vertical scroll on every request. Convenient feature if you have pages + with long lists and you do not want the browser page to always jump to the top + if you trigger a link or button action that stays on the same page. + Default: "false" + + + + + contextConfigLocation + + classpath:alfresco/web-client-application-context.xml + classpath:web-services-application-context.xml + classpath:alfresco/application-context.xml + + Spring config file locations + + + + Authentication Filter + org.alfresco.web.app.servlet.AuthenticationFilter + + + + + + + + + + + + WebDAV Authentication Filter + org.alfresco.repo.webdav.auth.AuthenticationFilter + + + + + + + + Authentication Filter + /faces/* + + + + + + + + WebDAV Authentication Filter + /webdav/* + + + + org.apache.myfaces.webapp.StartupServletContextListener + + + + org.springframework.web.context.ContextLoaderListener + + + + org.alfresco.web.app.ContextListener + + + + + Faces Servlet + org.alfresco.web.app.servlet.AlfrescoFacesServlet + 1 + + + + uploadFile + org.alfresco.web.app.servlet.UploadFileServlet + + + + downloadContent + org.alfresco.web.app.servlet.DownloadContentServlet + + + + externalAccess + org.alfresco.web.app.servlet.ExternalAccessServlet + + + + templateContent + org.alfresco.web.app.servlet.TemplateContentServlet + + + + commandServlet + org.alfresco.web.app.servlet.CommandServlet + + + + axis + org.apache.axis.transport.http.AxisServlet + 5 + + + + WebDAV + org.alfresco.repo.webdav.WebDAVServlet + + store + workspace://SpacesStore + + + rootPath + /app:company_home + + 5 + + + + Faces Servlet + /faces/* + + + + uploadFile + /uploadFileServlet + + + + downloadContent + /download/* + + + + externalAccess + /navigate/* + + + + templateContent + /template/* + + + + commandServlet + /command/* + + + + axis + /api/* + + + + WebDAV + /webdav/* + + + + 60 + + + + index.jsp + + +