<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"><web-app> <display-name>rieter_staging</display-name> <description> Teamcenter </description> <context-param> <param-name>webmaster</param-name> <param-value>change_me_webmaster_name@change_me_email_domain</param-value> <description> The email address of the administrator to whom questions and comments about this application should be addressed. </description> </context-param> <context-param> <param-name>compressResponse</param-name> <param-value>true</param-value> <description> Specify if the response to the client can be compressed if the requesting client supports it. Compressing the response will typically yield faster response time to the client. But, it does require additional processing in the web container - so the net gain may not be as high as expected. This parameter should be set based on trial and error for your particular instance of the server, bandwidth and client access environment. The compression will have biggest impact if the client-to-server communication pipe line is low-bandwidth. Default value is true. </description> </context-param> <context-param> <param-name>compressionResponseWrapperImplComplyWithSpec</param-name> <param-value>true</param-value> <description> Specify if web server's container implementation complies with the servlet specifications. Oracle 10g App Server does not comply with the servlet specifications, set it to false in this case. Default value is true. </description> </context-param> <context-param> <param-name>cacheCompressedStaticResourceOnServer</param-name> <param-value>false</param-value> <description> Specify if responses for static resources should be cached on the server. If the value is set to true, compressed responses for static resources may be cached on the server, memory permitting. If set to false, the compression happens on-the-fly each time the static resource is requested. This parameter is used only when the "compressResponse" parameter is set to true. </description> </context-param> <context-param> <param-name>responseCompressionThreshold</param-name> <param-value>500</param-value> <description> Specify the threshold in BYTES beyond which the server should compress responses sent back to the client. Typically compressing smaller responses does not yield much compression - so all responses equal to or smaller than this value will be sent to the client uncompressed. Setting the value to 0 is valid and will cause the server to compress every response sent to the client (assuming other parameters permit compression). The default value is set to 500 bytes. Change this value only if absolutely needed. </description> </context-param> <context-param> <param-name>staticResourceClientCacheExpiryTime</param-name> <param-value>28800</param-value> <description> Specify the maximum time for which client can use locally cached static content. Typically images, javascript, etc resources are static and do not change as often. This time in SECONDS will specify how long the client can use its locally cached copy of the content before considering it stale and requesting the server for a fresh copy. Setting this time to too small a value will cause the client to unncessarily ask for content and setting it too high may mean that the client could be looking at stale content. Typical values range from several hours upto one day or so. Setting the value to 0 is valid and will cause the client to always ask for static content. The default value is set to 28800 seconds (that is, 8 hours). </description> </context-param> <context-param> <param-name>doCompressContext</param-name> <param-value>true</param-value> <description> Specify if the hidden fields stored as part of TeamcenterContextVariable parameter should be compressed before storing them on web page. Default value is true. </description> </context-param> <context-param> <param-name>wae.xml.parser</param-name> <param-value>com.teamcenter.presentation.appframework.xparser.Sax1</param-value> <description> This defines which XML parser is to be used by the Framework </description> </context-param> <context-param> <param-name>wae.application.map</param-name> <param-value>/WEB-INF/application_map.xml</param-value> <description> The location of the application map XML file, relative to the Web application context root. </description> </context-param> <context-param> <param-name>maxCacheMemorySize</param-name> <param-value>200</param-value> <description> Number of items for cache that will be stored in memory. </description> </context-param> <context-param> <param-name>MUXHost</param-name> <param-value>localhost</param-value> <description> The hostname where the Teamcenter Enterprise MUX is running. </description> </context-param> <context-param> <param-name>MUXPort</param-name> <param-value>7370</param-value> <description> The port that the MUX is listening on. </description> </context-param> <context-param> <param-name>EnableUserSessionRegistry</param-name> <param-value>false</param-value> <description> Determines whether to register information for logged in user.Specify true to register the logged in user information. </description> </context-param> <context-param> <param-name>mwau.allow.applets</param-name> <param-value>true</param-value> <description> Specify whether the applets are allowed to run. </description> </context-param> <context-param> <param-name>mwau.allow.cascading.menus</param-name> <param-value>true</param-value> <description> Determines whether cascading menus are enabled for the site. </description> </context-param> <context-param> <param-name>mwau.login.sharedlogin.use_client_cache</param-name> <param-value>false</param-value> <description> Determines whether shared login feature in the MWAU Login Manager should cache credentials on client hosts. The shared login feature will not work in a clustered server environment. This value should be set to "false" in a clustered server environment. </description> </context-param> <context-param> <param-name>mwau.login.sharedlogin.force_web_browser_login</param-name> <param-value>false</param-value> <description> Determines whether to force web browser clients to log in even if shared login in the MWAU Login Manager caches credentials on client hosts. </description> </context-param> <context-param> <param-name>mwau.login.sharedlogin.enable_shared_login</param-name> <param-value>true</param-value> <description> Determines whether shared login is enabled or not. The shared login feature will not work if this is set to false even if credentials are cached on client host. </description> </context-param> <context-param> <param-name>mwau.login.sso.enable</param-name> <param-value>false</param-value> <description> Specify whether to enable Single Sign-On. </description> </context-param> <context-param> <param-name>mwau.login.sso.application.id</param-name> <param-value>TCEnterprise</param-value> <description> Specifies the application id of this installation of Teamcenter Enterprise as configured in the Teamcenter Single Sign-On Service installation. </description> </context-param> <context-param> <param-name>mwau.login.sso.login.service.url</param-name> <param-value>CHANGE_ME</param-value> <description> Specify the URL to the Single Sign-On Login Service web application. Example: http://host/tcssols. </description> </context-param> <context-param> <param-name>mwau.login.sso.service.url</param-name> <param-value>CHANGE_ME</param-value> <description> Specify the URL to the Single Sign-On Service web application. Example: http://host/tcssoservice. </description> </context-param> <context-param> <param-name>mwau.allow.activex</param-name> <param-value>false</param-value> <description> Specify whether ActiveX controls are allowed to run. </description> </context-param> <context-param> <param-name>invokePreResponseServices</param-name> <param-value>true</param-value> <description> Specify whether the pre Response Services should be invoked. </description> </context-param> <context-param> <param-name>mwau.allow.native.urlcon</param-name> <param-value>true</param-value> <description> Use Native URLConnection. </description> </context-param> <context-param> <param-name>mwau.allow.native.urlcon.limited.to.http.1_0</param-name> <param-value>false</param-value> <description> Use Java URLConnection; Use in networks with SSL, proxies, NTLM authentication issues, as an alternative to mwau.allow.native.urlcon when older (HTTP 1.0) proxy servers exist in the network. </description> </context-param> <context-param> <param-name>isPaginationEnabled</param-name> <param-value>true</param-value> <description> Specify whether pagination feature is to enabled or disabled. </description> </context-param> <context-param> <param-name>mwau.treedata.compression.flag</param-name> <param-value>false</param-value> <description> Specify whether to compress/decompress the saved tree data stored in hidden field. The value for this variable should be true in case users are distributed over a wide area network, trying to expand large product structures containing parts in excess of 1000. </description> </context-param> <context-param> <param-name>mwau.enable.timezone.conversion</param-name> <param-value>true</param-value> <description> Specify whether to convert the date time stamp values according to the time zone in which the browser is running.Default value is true. </description> </context-param> <context-param> <param-name>wae.logging.flag.info</param-name> <param-value>false</param-value> <description> Determines whether info logging should be turned on in the controller. Use a param-value of true to enable info logging. </description> </context-param> <context-param> <param-name>wae.logging.flag.warning</param-name> <param-value>false</param-value> <description> Determines whether warning logging should be turned on in the controller. Use a param-value of true to enable warning logging. </description> </context-param> <context-param> <param-name>wae.logging.flag.metric</param-name> <param-value>false</param-value> <description> Determines whether metric logging should be turned on in the controller. Use a param-value of true to enable metrics logging. </description> </context-param> <context-param> <param-name>wae.logging.flag.debug</param-name> <param-value>false</param-value> <description> Determines whether debug logging should be turned on in the controller. Use a param-value of true to enable debug logging. </description> </context-param> <context-param> <param-name>wae.status.flag.info</param-name> <param-value>true</param-value> <description> Determines whether info status logging should be turned on in the controller. Use a param-value of true to enable info status logging. </description> </context-param> <context-param> <param-name>wae.status.flag.warning</param-name> <param-value>true</param-value> <description> Determines whether warning status logging should be turned on in the controller. Use a param-value of true to enable warning status logging. </description> </context-param> <context-param> <param-name>wae.status.flag.metric</param-name> <param-value>false</param-value> <description> Determines whether metric status logging should be turned on in the controller. Use a param-value of true to enable metrics status logging. </description> </context-param> <context-param> <param-name>wae.status.flag.debug</param-name> <param-value>false</param-value> <description> Determines whether debug status logging should be turned on in the controller. Use a param-value of true to enable debug status logging. </description> </context-param> <context-param> <param-name>PartSuppRelVisible</param-name> <param-value>false</param-value> <description> A String determining whether the PartSupp relation is visible. </description> </context-param> <context-param> <param-name>PrtSupMrRelVisible</param-name> <param-value>true</param-value> <description> A String determining whether the PrtSupMr relation is visible. </description> </context-param> <context-param> <param-name>ShowGraphicalHistory</param-name> <param-value>true</param-value> <description> Specifies if lifecycle history has to be displayed graphically. </description> </context-param> <context-param> <param-name>maxSearchResultsPageSize</param-name> <param-value>50</param-value> <description> The value of the system max page size variable for Search Resutls. This variable is used for pagination on Search. The value for this variable should not exceed the system max query limit. The system max query limit is determined from the config.cfg file. </description> </context-param> <context-param> <param-name>webpd.toolagent.version</param-name> <param-value>7.0.0</param-value> <description> Latest available version of the WebPD ToolAgent component. </description> </context-param> <context-param> <param-name>webpd.adobe.version</param-name> <param-value>7.0.0</param-value> <description> Latest available version of the WebPD Adobe component. </description> </context-param> <context-param> <param-name>webpd.msoffice.version</param-name> <param-value>7.0.0</param-value> <description> Latest available version of the WebPD MSOffice component. </description> </context-param> <context-param> <param-name>webpd.outlook.version</param-name> <param-value>7.0.0</param-value> <description> Latest available version of the WebPD Outlook component. </description> </context-param> <context-param> <param-name>webpd.illustrator.version</param-name> <param-value>7.0.0</param-value> <description> Latest available version of the WebPD Illustrator component. </description> </context-param> <context-param> <param-name>com.teamcenter.visdis.services.vvi.IVVIService</param-name> <param-value>com.teamcenter.visdis.services.vvi.VVIService</param-value> </context-param> <context-param> <param-name>com.teamcenter.visdis.services.naming.INamingService</param-name> <param-value>com.teamcenter.visdis.services.naming.NamingService</param-value> </context-param> <context-param> <param-name>com.teamcenter.visdis.restricted.services.fmsticket.ITicketManagerService</param-name> <param-value>com.edsplm.tc.ent._tcdak.TicketManagerService</param-value> </context-param> <context-param> <param-name>maxMyDataPageSize</param-name> <param-value>100</param-value> <description> The value of the system max page size variable for MyData Browser. This variable is used for pagination on MyData Browser. The value for this variable should not exceed the system max query limit. The system max query limit is determined from the config.cfg file. </description> </context-param> <context-param> <param-name>bom.show.config.context.editor</param-name> <param-value>false</param-value> <description> Specify whether the Configuration Context Editor panel is shown in BOM View page. </description> </context-param> <context-param> <param-name>bom.show.precise.rev</param-name> <param-value>false</param-value> <description> Specify whether the precise Revision and Precise Revision operand is shown in configuration context page, BOM,BOMEdit pages and in Update,View RelationShip pages. </description> </context-param> <context-param> <param-name>maxExtendedSummaryTableSize</param-name> <param-value>50</param-value> <description> The value of the system max page size variable for Extended Summary Page. This variable is used for pagination on Extended Summary Page. </description> </context-param> <context-param> <param-name>occ.show.enhanced.tab</param-name> <param-value>false</param-value> <description> Specify whether the Enhanced Occurrence Tab is shown. </description> </context-param> <context-param> <param-name>adminEditorDeploymentURL</param-name> <param-value>change_me_admin_editor_url</param-value> <description> The URL containing the deployment of the Administration Editor solution. This value must be changed for the Administration Editor link to appear in the NavBar of other solutions. </description> </context-param> <context-param> <param-name>conference.showlink</param-name> <param-value>application</param-value> <description> Determine whether Conference Application or applet is enabled for the site. </description> </context-param> <context-param> <param-name>conference.host</param-name> <param-value>localhost</param-value> <description> The hostname where the Conference Server is running. </description> </context-param> <context-param> <param-name>conference.port</param-name> <param-value>443</param-value> <description> The port that the Conference Server is listening on. </description> </context-param> <context-param> <param-name>conference.refreshratesec</param-name> <param-value>60</param-value> <description> The rate in seconds at which the Meetings page is refreshed automatically. A zero value indicates no refreshing will occur. </description> </context-param> <context-param> <param-name>conference.meetingkeyname</param-name> <param-value>Example</param-value> <description> The name for the meeting key used to generate the meetingID and sign requests between Enerprise and Conference servers. The key name must match the one configured on Conference server. </description> </context-param> <context-param> <param-name>conference.meetingkeyvalue</param-name> <param-value>ThisIsASampleKey_123abc_ChangeForProduction</param-value> <description> The value for the meeting key used to generate the meetingID and sign requests between Enerprise and Conference servers. The key value must match the one configured on Conference server. </description> </context-param> <context-param> <param-name>TeamcenterApplicationRegistryURL</param-name> <param-value>change_me_tc_app_registry_url</param-value> <description> The URL containing the deployment of the Teamcenter Application Registry service. This value must be changed for the Teamcenter Project Linking feature in Teamcenter Enterprise. </description> </context-param> <context-param> <param-name>TeamcenterEnterpriseInstanceGUID</param-name> <param-value>change_me_tcent_instance_guid</param-value> <description> The Instance GUID is defined when an instance of Teamcenter Enterprise is registered with the Application Registry using the Admin Editor. Once registration is completed, the Admin Editor will display the unique GUID for this Teamcenter Enterprise instance. The same GUID value must be configured here for the Teamcenter Project Linking feature in Teamcenter Enterprise. </description> </context-param> <context-param> <param-name>TeamcenterProjectInterfaceIntegration</param-name> <param-value>change_me</param-value> <description> This parameter will determine enabling of linking with Teamcenter Projects. This value must be set to other than change_me if you want to enable the linking with Teamcenter Projects. e.g. you can set the value to true. </description> </context-param> <context-param> <param-name>TeamcenterRequirementInterfaceIntegration</param-name> <param-value>change_me</param-value> <description> This parameter will determine enabling of linking with Teamcenter Requirements. This value must be set to other than change_me if you want to enable the linking with Teamcenter Requirements. e.g. you can set the value to true. </description> </context-param> <context-param> <param-name>EVISTAPath</param-name> <param-value>D:\\UGS\\TC2007\\evista</param-value> <description> The URL containing the deployment of Evista. This value must be set to launch evista applet from Manage Stucture option. </description> </context-param> <context-param> <param-name>TeamcenterProjectIntegrationGUID</param-name> <param-value>change_me</param-value> <description> GUID value defined in Application Registry for Teamcenter Project. </description> </context-param> <context-param> <param-name>TeamcenterProjectIntegrationLog</param-name> <param-value>change_me</param-value> <description> Location of log file for TcEnterprise TcProject Integration. </description> </context-param> <context-param> <param-name>TeamcenterProjectIntegrationUserName</param-name> <param-value>change_me</param-value> <description> Teamcenter Enterprise User Name that will be used to create Enterprise Tasks, Update Enterprise Task, Submit to LifeCycle and Create Project Links. </description> </context-param> <context-param> <param-name>TeamcenterProjectIntegrationUserPassword</param-name> <param-value>change_me</param-value> <description> Scrambled password for Teamcenter Enterprise User. </description> </context-param> <context-param> <param-name>team.hostname</param-name> <param-value>change_me_hostname</param-value> <description> The Enterprise host where the teams are defined. </description> </context-param> <context-param> <param-name>team.database</param-name> <param-value>change_me_database</param-value> <description> The database name where the team definitions reside. </description> </context-param> <context-param> <param-name>team.teamloc.fullpath</param-name> <param-value>change_me_teamloc_fullpath</param-value> <description> The system path in the Enterprise host where the team is defined. </description> </context-param> <!-- Define Client Cache Filter --> <filter> <filter-name>ClientCacheFilter</filter-name> <filter-class>com.teamcenter.presentation.wae.internal.filters.ClientCacheFilter</filter-class> </filter> <!-- Define and configure the Dynamic filters --> <filter> <filter-name>DynamicCompressionFilter</filter-name> <filter-class>com.teamcenter.presentation.wae.internal.filters.CompressionFilter</filter-class> <init-param> <param-name>isStaticResourceFilter</param-name> <param-value>false</param-value> </init-param> </filter> <!-- Define and configure the static filters --> <filter> <filter-name>StaticCompressionFilter</filter-name> <filter-class>com.teamcenter.presentation.wae.internal.filters.CompressionFilter</filter-class> <init-param> <param-name>isStaticResourceFilter</param-name> <param-value>true</param-value> </init-param> </filter> <!-- Define Session Invalidation Filter --> <filter> <filter-name>SessionInvalidationFilter</filter-name> <filter-class>com.teamcenter.presentation.wae.internal.filters.SessionInvalidationFilter</filter-class> </filter> <filter-mapping> <filter-name>ClientCacheFilter</filter-name> <url-pattern>*.gif</url-pattern> </filter-mapping> <filter-mapping> <filter-name>ClientCacheFilter</filter-name> <url-pattern>*.js</url-pattern> </filter-mapping> <!-- Define Dynamic Resource Compression Filter Maping --> <filter-mapping> <filter-name>DynamicCompressionFilter</filter-name> <url-pattern>/controller/*</url-pattern> </filter-mapping> <!-- Define Static Compression Filter Mapping --> <filter-mapping> <filter-name>StaticCompressionFilter</filter-name> <url-pattern>*.js</url-pattern> </filter-mapping> <!-- Define Session Invalidation Filter Maping --> <filter-mapping> <filter-name>SessionInvalidationFilter</filter-name> <url-pattern>/controller/logout</url-pattern> </filter-mapping> <!-- Identify the Controller servlet. --> <servlet> <servlet-name>controller</servlet-name> <display-name>Web Application Controller</display-name> <servlet-class>com.teamcenter.presentation.wae.internal.ctrl.Controller</servlet-class> </servlet> <!-- Identify the Teamcenter Enterprise DAK Adapter servlet. --> <servlet> <servlet-name>tcdak</servlet-name> <display-name>Teamcenter Enterprise DAK Adapter</display-name> <servlet-class>com.edsplm.tc.ent._tcdak.dak.TcdakServlet</servlet-class> <init-param> <param-name>DAKActionClass</param-name> <param-value>com.edsplm.tc.ent._tcdak.TcdakActions</param-value> <description> This defines the name of the DAKActions1_1 class that the DAKServer will instantiate and process a request. Do not change the value of this parameter. </description> </init-param> <init-param> <param-name>LocaleRootDirectory</param-name> <param-value>/WEB-INF/classes/com/teamcenter</param-value> <description> This tag defines a directory where the DAK adapter will look for text bundle files to get localized messages in addition to the directories found in the CLASSPATH. </description> </init-param> <init-param> <param-name>AuthenticationCookies</param-name> <param-value>EDSPLMSLCredentials:TCSSO_APP_USER_ID:TCSSO_SESSION_KEY</param-value> <description> This tag enables the DAKServer to log into Teamcenter Enterprise with the WCC shared login cookies. Do not change the value of this parameter. </description> </init-param> <init-param> <param-name>SessionTimeout</param-name> <param-value>30</param-value> <description> This tag defines the length of time (in minutes) since a user session's last use before it is timedout by the DAK server. </description> </init-param> <init-param> <param-name>SessionPurgeFrequency</param-name> <param-value>5</param-value> <description> This tag defines the frequency (in minutes) the DAK server will check for stale user sessions. </description> </init-param> <init-param> <param-name>DebugLogging</param-name> <param-value>OFF</param-value> </init-param> <init-param> <param-name>TcDebugLogging</param-name> <param-value>OFF</param-value> </init-param> </servlet> <servlet> <servlet-name>VVI-Service</servlet-name> <display-name>VVI Service</display-name> <description>This service generates VVI and VFZ files for files to be accessed through the this web application</description> <servlet-class>com.teamcenter.visdis.services.vvi.VVIServlet</servlet-class> </servlet> <servlet> <servlet-name>Naming-Service</servlet-name> <display-name>Naming Service</display-name> <description>Returns a list services available on this web application</description> <servlet-class>com.teamcenter.visdis.services.naming.NamingServlet</servlet-class> </servlet> <servlet> <servlet-name>TicketManager-Service</servlet-name> <display-name>TicketManager Service</display-name> <description>This service generates fms tickets</description> <servlet-class>com.teamcenter.visdis.restricted.services.fmsticket.TicketServlet</servlet-class> </servlet> <!-- Enterprise Project Integration Notification Servlet --> <servlet> <servlet-name>PublishEPINotificationServlet</servlet-name> <display-name>Servlet for Publishing messages to Project</display-name> <servlet-class>com.edsplm.tc.ent._wcc.tcpi.servlet.PublishEPINotificationServlet</servlet-class> </servlet> <!-- Teamcenter Project Integration Servlet --> <servlet> <servlet-name>TCIntegrationServlet</servlet-name> <display-name>Teamcenter Project Integration Servlet</display-name> <servlet-class>com.edsplm.tc.ent._wcc.tcpi.servlet.TCPIntegrationServlet</servlet-class> </servlet> <!-- Phase-Gate Project Integration Notification Servlet --> <servlet> <servlet-name>PublishPPINotificationServlet</servlet-name> <display-name>Servlet for Publishing messages to Project</display-name> <servlet-class>com.edsplm.tc.ent._wcc.phasegateprojint.servlet.PublishPPINotificationServlet</servlet-class> </servlet> <!-- Teamcenter Project Integration Servlet --> <servlet> <servlet-name>PGIntegrationServlet</servlet-name> <display-name>Teamcenter Project Integration Servlet</display-name> <servlet-class>com.edsplm.tc.ent._wcc.phasegateprojint.servlet.PGIntegrationServlet</servlet-class> </servlet> <!-- Map requests that should be handled by the controller. For now, all requests go through the controller. --> <servlet-mapping> <servlet-name>controller</servlet-name> <url-pattern>/controller/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>controller</servlet-name> <url-pattern>*.lnk</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>controller</servlet-name> <url-pattern>/webdav/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>controller</servlet-name> <url-pattern>/aiws/*</url-pattern> </servlet-mapping> <!-- Map requests that should be handled by the DAK Adapter. --> <servlet-mapping> <servlet-name>tcdak</servlet-name> <url-pattern>/tcdak/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>VVI-Service</servlet-name> <url-pattern>/VVIService/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>Naming-Service</servlet-name> <url-pattern>/ServiceNames/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>TicketManager-Service</servlet-name> <url-pattern>/TicketManagerService/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>PublishEPINotificationServlet</servlet-name> <url-pattern>/PublishEPINotification</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>TCIntegrationServlet</servlet-name> <url-pattern>/TCIntegrationService</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>PublishPPINotificationServlet</servlet-name> <url-pattern>/PublishPPINotification</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>PGIntegrationServlet</servlet-name> <url-pattern>/PGIntegrationService</url-pattern> </servlet-mapping> <session-config> <session-timeout>30</session-timeout> </session-config> <welcome-file-list> <welcome-file>/index.html</welcome-file> </welcome-file-list> <servlet> <servlet-name>jsp</servlet-name> <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class> <init-param> <param-name>xpoweredBy</param-name> <param-value>true</param-value> </init-param> <!-- Set JSP / Jasper settings suitable for running the app in "production-mode". See: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html --> <init-param> <param-name>development</param-name> <param-value>false</param-value> </init-param> <init-param> <param-name>checkInterval</param-name> <param-value>120</param-value> </init-param> <init-param> <param-name>classdebuginfo</param-name> <param-value>false</param-value> </init-param> <init-param> <param-name>compilerSourceVM</param-name> <param-value>1.5</param-value> </init-param> <init-param> <param-name>compilerTargetVM</param-name> <param-value>1.5</param-value> </init-param> <init-param> <param-name>fork</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>genStringAsCharArray</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>mappedfile</param-name> <param-value>false</param-value> </init-param> <init-param> <param-name>modificationTestInterval</param-name> <param-value>300</param-value> </init-param> <init-param> <param-name>suppressSmap</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>trimSpaces</param-name> <param-value>true</param-value> </init-param> <load-on-startup>3</load-on-startup> </servlet></web-app><!-- EOF -->