Leon Rosenberg wrote:
> Why would anyone have WEB-INF folder in his/her project ?
> Never heard about ant?

I do. It makes at least one less test/deployment step and is actually very easy to setup (in Eclipse at least). Plus, I like the idea of having all the files related to a project in the same parent folder.

My typical web project looks like this:
root
 -src
 -test
 -webroot
 ---WEB-INF
 -----classes
 -----lib

source is compiled into webroot\WEB-INF\classes. Set my Tomcat context docBase to point to the project's webroot folder.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to