I am running Flex with integrated JRUN, and have developed a Java program, accessed by a flex remote object. The Java program reads from a database, and picks up its connect parameters (i.e. username) from an ini file. This works in test mode as a straight java program, but when I place it in the classes folder under WEB-INF, I don't know where to place the ini file. It did not find it when it was in the same folder as the .class files. Is there a special place to put my own ini files
Thank you Andrew

