At the moment you can configure a web application as a single directory which contains the complete web application. In my project structure this is different.
First of all I have a web folder "web" which contains the web pages. Then I have a folder somewhere below "etc" which contains configuration files that go into "WEB-INF/classes" later. Furthermore there are libraries in the "lib" directory which go into "WEB-INF/lib" during the ant build process. If I wanted to configure my web application, I would need to specify more than one path (just as you specify multiple source paths per project) and I would need to specify "target paths" inside the web application for some of the paths. I would for example specify that "etc/config/web" goes into "WEB-INF/classes" or that "lib/xyz.jar" goes into "WEB-INF/lib" in the web application. This would mean mapping directories or files to target paths in the web application. Any comments on this?! Michael _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
