123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- <?xml version="1.0" encoding="UTF-8"?>
- <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://java.sun.com/xml/ns/javaee"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
- id="WebApp_ID" version="3.0">
- <display-name>yos</display-name>
- <welcome-file-list>
- <welcome-file>index.jsp</welcome-file>
- </welcome-file-list>
- <servlet>
- <description>JAX-RS Tools Generated - Do not modify</description>
- <servlet-name>JAX-RS Servlet</servlet-name>
- <servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
- <servlet-mapping>
- <servlet-name>JAX-RS Servlet</servlet-name>
- <url-pattern>/rest/*</url-pattern>
- </servlet-mapping>
- <servlet>
- <servlet-name>InitServlet</servlet-name>
- <servlet-class>common.InitServlet</servlet-class>
- <load-on-startup>2</load-on-startup>
- </servlet>
- <servlet-mapping>
- <servlet-name>InitServlet</servlet-name>
- <url-pattern>/servlet/*</url-pattern>
- </servlet-mapping>
- <servlet>
- <servlet-name>Servlet</servlet-name>
- <servlet-class>common.servlet.Servlet</servlet-class>
- <load-on-startup>2</load-on-startup>
- </servlet>
- <servlet-mapping>
- <servlet-name>Servlet</servlet-name>
- <url-pattern>/servlet/index</url-pattern>
- </servlet-mapping>
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_LOCALE</param-name>-->
- <!-- <param-value>en-US</param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Default timezone setting.-->
- <!-- Examples: "Europe/Paris", "GMT+1".-->
- <!-- Defaults to the container's timezone.-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_TIMEZONE</param-name>-->
- <!-- <param-value></param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Report resources directory for preview. Defaults to ${birt home}-->
- <!-- birt报表路径-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_WORKING_FOLDER</param-name>-->
- <!-- <param-value></param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Temporary document files directory. Defaults to ${birt home}/documents-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_DOCUMENT_FOLDER</param-name>-->
- <!-- <param-value>${birt.viewer.working.path}/documents</param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Flag whether the report resources can only be accessed under the-->
- <!-- working folder. Defaults to true-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>WORKING_FOLDER_ACCESS_ONLY</param-name>-->
- <!-- <param-value>true</param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Settings for how to deal with the url report path. e.g. "http://host/repo/test.rptdesign".-->
- <!-- Following values are supported:-->
- <!-- <all> - All paths.-->
- <!-- <domain> - Only the paths with host matches current domain. Note the comparison is literal, "127.0.0.1" and "localhost" are considered as different hosts.-->
- <!-- <none> - URL paths are not supported.-->
- <!-- Defaults to "domain".-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>URL_REPORT_PATH_POLICY</param-name>-->
- <!-- <param-value>domain</param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Temporary image/chart directory. Defaults to ${birt home}/report/images-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_IMAGE_DIR</param-name>-->
- <!-- <param-value>${birt.viewer.working.path}/report/images</param-value>-->
- <!-- </context-param>-->
- <!-- <!– Engine log directory. Defaults to ${birt home}/logs –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_LOG_DIR</param-name>-->
- <!-- <param-value>${birt.viewer.working.path}/logs</param-value>-->
- <!-- </context-param>-->
- <!-- <!– Report engine log level –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_LOG_LEVEL</param-name>-->
- <!-- <param-value>OFF</param-value><!–WARNING–>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Directory where to store all the birt report script libraries (JARs).-->
- <!-- Defaults to ${birt home}/scriptlib-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_SCRIPTLIB_DIR</param-name>-->
- <!-- <param-value></param-value>-->
- <!-- </context-param>-->
- <!-- <!– Resource location directory. Defaults to ${birt home} –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_RESOURCE_PATH</param-name>-->
- <!-- <param-value></param-value>-->
- <!-- </context-param>-->
- <!-- <!– Preview report rows limit. An empty value means no limit. –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_MAX_ROWS</param-name>-->
- <!-- <param-value></param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Max cube fetch levels limit for report preview (Only used when-->
- <!-- previewing a report design file using the preview pattern)-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_MAX_CUBE_ROWLEVELS</param-name>-->
- <!-- <param-value></param-value>-->
- <!-- </context-param>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_MAX_CUBE_COLUMNLEVELS</param-name>-->
- <!-- <param-value></param-value>-->
- <!-- </context-param>-->
- <!-- <!– Memory size in MB for creating a cube. –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_CUBE_MEMORY_SIZE</param-name>-->
- <!-- <param-value></param-value>-->
- <!-- </context-param>-->
- <!-- <!– Defines the BIRT viewer configuration file –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_CONFIG_FILE</param-name>-->
- <!-- <param-value>WEB-INF/viewer.properties</param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Flag whether to allow server-side printing. Possible values are "ON"-->
- <!-- and "OFF". Defaults to "ON".-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_VIEWER_PRINT_SERVERSIDE</param-name>-->
- <!-- <param-value>ON</param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Flag whether to force browser-optimized HTML output. Defaults to true-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>HTML_ENABLE_AGENTSTYLE_ENGINE</param-name>-->
- <!-- <param-value>true</param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Filename generator class/factory to use for the exported reports.-->
- <!-- –>-->
- <!-- <context-param>-->
- <!-- <param-name>BIRT_FILENAME_GENERATOR_CLASS</param-name>-->
- <!-- <param-value>org.eclipse.birt.report.utility.filename.DefaultFilenameGenerator</param-value>-->
- <!-- </context-param>-->
- <!-- <!–-->
- <!-- Viewer Filter used to set the request character encoding to UTF-8.-->
- <!-- –>-->
- <!-- <filter>-->
- <!-- <filter-name>ViewerFilter</filter-name>-->
- <!-- <filter-class>org.eclipse.birt.report.filter.ViewerFilter</filter-class>-->
- <!-- </filter>-->
- <!-- <filter-mapping>-->
- <!-- <filter-name>ViewerFilter</filter-name>-->
- <!-- <servlet-name>ViewerServlet</servlet-name>-->
- <!-- </filter-mapping>-->
- <!-- <filter-mapping>-->
- <!-- <filter-name>ViewerFilter</filter-name>-->
- <!-- <servlet-name>EngineServlet</servlet-name>-->
- <!-- </filter-mapping>-->
- <!-- <!– Viewer Servlet Context Listener –>-->
- <!-- <listener>-->
- <!-- <listener-class>org.eclipse.birt.report.listener.ViewerServletContextListener</listener-class>-->
- <!-- </listener>-->
- <!-- <!– Viewer HttpSession Listener –>-->
- <!-- <listener>-->
- <!-- <listener-class>org.eclipse.birt.report.listener.ViewerHttpSessionListener</listener-class>-->
- <!-- </listener>-->
- <!-- <!– Viewer Servlet, Supports SOAP –>-->
- <!-- <servlet>-->
- <!-- <servlet-name>ViewerServlet</servlet-name>-->
- <!-- <servlet-class>yos.eclipse.birt.report.servlet.ViewerServlet</servlet-class>-->
- <!-- </servlet>-->
- <!-- <!– Engine Servlet –>-->
- <!-- <servlet>-->
- <!-- <servlet-name>EngineServlet</servlet-name>-->
- <!-- <servlet-class>yos.eclipse.birt.report.servlet.BirtEngineServlet</servlet-class>-->
- <!-- </servlet>-->
- <!-- <servlet-mapping>-->
- <!-- <servlet-name>ViewerServlet</servlet-name>-->
- <!-- <url-pattern>/frameset</url-pattern>-->
- <!-- </servlet-mapping>-->
- <!-- <servlet-mapping>-->
- <!-- <servlet-name>ViewerServlet</servlet-name>-->
- <!-- <url-pattern>/run</url-pattern>-->
- <!-- </servlet-mapping>-->
- <!-- <servlet-mapping>-->
- <!-- <servlet-name>EngineServlet</servlet-name>-->
- <!-- <url-pattern>/preview</url-pattern>-->
- <!-- </servlet-mapping>-->
- <!-- <servlet-mapping>-->
- <!-- <servlet-name>EngineServlet</servlet-name>-->
- <!-- <url-pattern>/download</url-pattern>-->
- <!-- </servlet-mapping>-->
- <!-- <servlet-mapping>-->
- <!-- <servlet-name>EngineServlet</servlet-name>-->
- <!-- <url-pattern>/parameter</url-pattern>-->
- <!-- </servlet-mapping>-->
- <!-- <servlet-mapping>-->
- <!-- <servlet-name>EngineServlet</servlet-name>-->
- <!-- <url-pattern>/document</url-pattern>-->
- <!-- </servlet-mapping>-->
- <!-- <servlet-mapping>-->
- <!-- <servlet-name>EngineServlet</servlet-name>-->
- <!-- <url-pattern>/output</url-pattern>-->
- <!-- </servlet-mapping>-->
- <!-- <servlet-mapping>-->
- <!-- <servlet-name>EngineServlet</servlet-name>-->
- <!-- <url-pattern>/extract</url-pattern>-->
- <!-- </servlet-mapping>-->
- <!-- <jsp-config>-->
- <!-- <taglib>-->
- <!-- <taglib-uri>/birt.tld</taglib-uri>-->
- <!-- <taglib-location>/WEB-INF/tlds/birt.tld</taglib-location>-->
- <!-- </taglib>-->
- <!-- </jsp-config>-->
- </web-app>
|