I would like to embed a static report in a play framework web application, but can only figure out how to direct the report HTML files to the root directory (using ContentLocation targetLocation = targetRepository.getRoot). Actually, I would like to direct it to a folder within the root directory.
Can this be done, and if so how? I would very much appreciate any advice!