Hi,
We have java application running on Websphere. This app is making connection to BusinessObjects V6.5 server at the backend. I am trying to find out where the configuration at java app is done to connect to this BO server. I can see that our app calls WIServeImpl class present under webi.jar which then utilmately calls clusterconfig class present under boconfig.jar. I could trace out that it is reading some property file called configtool.properties in ClusterConfig class but I am not able to locate it anywhere in my application ear file or on the server.
I think this configtool.properties file will have the ORBDomain and port where we configure the BO server details.
I have only the BO jar files and not their source code, so it becomes difficult to track it.
Can you guys please help?
Thanks,
Gurmat