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