Hi,
I have a web project as part of an EAR project and when at development time, deployed using exploded mode. For the servlet classes in the web project, I specify the output folder as WebRoot/WEB-INF/classes. The problem I have is that once the WEB-INF/classes is selected as output folder, it disappears from the tree view in the package explorer view and also clears all the files existing in that folder, which includes the message.properties file. So how can I put message.properties file under WEB-INF/classes folder and at the same time, have that as the output folder for the servlet classes?
Thanks,
Tong