variables_TM1.xml.sample 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. IBM Confidential
  4. OCO Source Materials
  5. BI and PM: tm1fragments
  6. (C) Copyright IBM Corp. 2008, 2017
  7. The source code for this program is not published or otherwise
  8. divested of its trade secrets, irrespective of what has been
  9. deposited with the U.S. Copyright Office.
  10. -->
  11. <!--
  12. This file is referenced by the tm1s.cfg file when using CAM authentication. The "localhost" string should be replaced
  13. with the name of the server running TM1Web.
  14. For java tm1web, the tm1web.html is accessed when the standalone tm1web uses cam authentication.
  15. -->
  16. <CRNenv>
  17. <urls>
  18. <url is-regex="true">http://localhost/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/TM1WebLogin.aspx</url>
  19. <url is-regex="true">http://localhost/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/TM1WebLoginHandler.aspx</url>
  20. <url is-regex="true">http://localhost/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/TM1WebMain.aspx</url>
  21. <url is-regex="true">http://localhost:9510/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/UrlApi.jsp(\?.*)?(#.*)?</url>
  22. <url>../tm1/web/tm1web.html</url>
  23. </urls>
  24. <cookies>
  25. <param name="cam_passport"/>
  26. </cookies>
  27. </CRNenv>