Currently we can evaluate the BOE R2 and BOE XI3.1, and we are facing such a problem:
In R2, we configure the Web service URL for Tomcat in "...\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF\web.xml
", there is a parameter called "crystalxcelsius.webconnectorurl", we configure it like this:
<context-param>
<param-name>crystalxcelsius.webconnectorurl</param-name>
<param-value>
http://XX:8080/dswsbobje/qaawsservices/queryasaservice
</param-value>
</context-param>
How can we do the same configuration in BOE XI3.1?
We cannot find the same web.xml because the folder structure has changed.
After we deployed the Xcelsius dashboards from BOE R2 to BOE XI3.1, it failed and the error message shows:"Unable to load URL...".