I need to upload a csv file and read the file from the Vaadin web application (using tomcat). i would like to create a folder and upload the file and read the file from that folder. i thought i could go into netbeans and create a folder under the web pages->WEB-INF but when i generate the WAR file and deploy it to the tomcat server, the folder i created from Netbeans is gone. why is it gone? How can i create the folder within the ide and also see it from the tomcat file structure?
TIA,
Thomas