同步操作将从 zstackio/zstack 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?><web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"metadata-complete="true"><absolute-ordering /><servlet><servlet-name>ZStack Dispatcher Servlet</servlet-name><servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class><init-param><param-name>contextConfigLocation</param-name><param-value>/WEB-INF/classes/zstack-servlet-context.xml</param-value></init-param><load-on-startup>1</load-on-startup></servlet><context-param><param-name>contextConfigLocation</param-name><param-value>/WEB-INF/classes/zstack-servlet-context.xml</param-value></context-param><!--As it turns out, there is another parameter that you can use to get the desired functionality in a declarativefashion: parentContextKey. Using this, you instruct the ContextLoader to use another classcalled ContextSingletonBeanFactoryLocator to search for a bean named by the value of parentContextKey,defined in a configuration file whose name matches a certain pattern. By default,this pattern is ‘classpath*:beanRefContext.xml’, meaning all files called beanRefContext on the classpath.(For a plain SingletonBeanFactoryLocator it’s ‘classpath*:beanRefFactory.xml’)--><context-param><param-name>parentContextKey</param-name><param-value>parentContext</param-value></context-param><servlet-mapping><servlet-name>ZStack Dispatcher Servlet</servlet-name><url-pattern>/</url-pattern></servlet-mapping><servlet-mapping><servlet-name>default</servlet-name><url-pattern>/static/*</url-pattern></servlet-mapping><filter><filter-name>UrlRewriteFilter</filter-name><filter-class>org.tuckey.web.filters.urlrewrite.UrlRewriteFilter</filter-class></filter><filter-mapping><filter-name>UrlRewriteFilter</filter-name><url-pattern>/static/pypi/*</url-pattern><dispatcher>REQUEST</dispatcher><dispatcher>FORWARD</dispatcher></filter-mapping><!-- NOTE: this listener must be put as the first listener to execute, don't change the order !!! --><listener><listener-class>org.zstack.portal.managementnode.BootstrapWebListener</listener-class></listener><listener><listener-class>org.zstack.portal.managementnode.BootstrapContextLoaderListener</listener-class></listener><listener><listener-class>org.zstack.portal.managementnode.ComponentLoaderWebListener</listener-class></listener></web-app>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。