Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. <Host name="&PORTAL_SITE_PREFIX;.cmgt-ccoe-methode.com"
  2. appBase="webapps"
  3. unpackWARs="false"
  4. autoDeploy="false"
  5. xmlValidation="false"
  6. xmlNamespaceAware="false"
  7. workDir="&HOME;/work/tomcat-portalradio21/&PORTAL_SITE_PREFIX;.cmgt-ccoe-methode.com">
  8.  
  9. <!-- Access log processes all example.
  10. Documentation at: /docs/config/valve.html -->
  11. <Valve className="org.apache.catalina.valves.AccessLogValve"
  12. directory="logs" prefix="tomcat.access." suffix=".log"
  13. resolveHosts="false"
  14. pattern="%t &quot;%r&quot; %s %b %h %l %u %S %I %D" />
  15.  
  16. <Context docBase="../portal/webcache" path="" reloadable="false" disableURLRewriting="true">
  17. <Loader className="com.eidosmedia.tomcat.portal.ExtensionsClassLoader" extensionsFolder="${catalina.base}/extensions" />
  18. <ResourceLink global="eom/cache" name="eom/cache" type="com.eidosmedia.eomcache.EOMCache" />
  19. <ResourceLink global="eom/broker" name="eom/broker" type="javax.jms.ConnectionFactory" />
  20. <Parameter name="siteRootName" value="/PortalSites/cmgt-ccoe-methode.com" />
  21. <Parameter name="portalUri" value="/Pub/Web/OPSTest" />
  22. <Parameter name="configurationPath" value="${catalina.base}/conf/portal/eomportal-radio.conf.xml" />
  23. <Parameter name="baseConfigurationUri" value="/PortalConfig/radio-music-wired" />
  24.  
  25. <!-- Configure the valve to allow the access to debug pages only
  26. from authorized subnets -->
  27. <!--
  28. <Valve className="com.eidosmedia.tomcat.RemoteAddrPathValve"
  29. log="false"
  30. pathPrefix="/debug"
  31. allow="127.*,10.3.1.27" />
  32. -->
  33. </Context>
  34.  
  35. </Host>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement