This is the same sort of setup I use in our webapps.  I'm working around
it right now by using links to make the /web directory look like a WAR,
but it doesn't appear to work with windows directory shortcuts, and it's
obviously not a good long term solution.

--tom

On Tue, 2002-02-12 at 17:27, Michael Descher wrote:
> 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



_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to