Hello every, I use
Struts for framework and try to read excel file that stored in project folder with POI API.
However, I don't know where we should put the original file in the project.
When build project, the file will be included to deployed folder automatically.
Actually, I've put it in web content folder or WEB-INF, the first time of building, the file was included to deployed folder.
When I deleted the file in deployed folder and started building again, the file was not include to deployed folder.
Please could you give me some suggestion.