I'm just starting to use Jelastic. I have a java web application which I have brought to Jelastic as a war-package and am running it on Tomcat. I have also a data folder which I want to keep separate from the war-package. Previously on my test environment as well as in Azure I have been able to access it by declaring it as a PreResource in context.xml-file. However, in Jelastic this does not seem to work. Should I use some other method or do I have an incorrect path? I did not see the absolute path anywhere so I had to ques that it is /opt/tomcat/webapps/data.
Thanks in advance, Minna