Hi,
First of all, thanks for helping with my previous posting.
Your answer sure help me to understand why we should use WebRoot folder( or any other name we choose )and have src folder so that all the source codes will not be in WAR file. It is a great idea!
Well, I have another question. I have been trying to use “add Struts Capabilities” feature to add Structs jar files and tld files into my project. I notice that it doesn’t work unless I put all struts jar files from <web project>/<web root>/WEB-INF/lib/ folder…….
into <TOMCAT_INSTALLATION>/common/lib/ folder. I thought Tomcat 5 allow each web application to place STRUCTS jar files under WEB-INF/lib….. Am I missing something?
I am using WinXP, TOMCAT 5.0, MyEclipse 3.8.2 , J2SDK 1.4.2_06
K~