Hi,
I'm using Eclipse to create a Web Service that returns the HFM Metadata in a XML format - Tomcat 7.0 Server is being used within Eclipse. This works OK in Eclipse, but when I export as WAR file and deploy into Tomcat I get a message saying INFO: The file reg.properties could not be found. I think it's something to do with way I have set up the Environment Variables
EPM_ORACLE_HOME & EPM_ORACLE_INSTANCE. In the Eclipse Java Project I have used System.setProperty("EPM_ORACLE_HOME", "O:\\EPMSystem11R1"); and similar setting for EPM_ORACLE_INSTANCE, this seems to work. What is the suggested way in which these Environment Variables should be set up - In Windows > Control Panel > System > System Props > Environment Variables. Also what should the format be, \\ or \ separaters. Thanks