If you set the build output directory to WEB-INF/classes you shouldn't need to build a WAR file during development.
That's how I configured eclipse in the Build Path. WEB-INF/src --(compile_to)--> WEB-INF/classes. But eclipse doesn't seem to rebuild the classes. I think it's because the element that needs these files is tomcat, and not a simple java application. And concerning my problem earlier, silly me, I've forgot to include the struts-config.xml, tiles-defs.xml and validation.xml files in the ant script to generate the war file :-) Thank you, all of you for your help. I was struggled with this problem for nearly a week... T_T Thanks Martin for your concern, but as I'm working for a company, I think I'm not authorized to show in detail my source code. I'm sure you understand. Best regards, piloupy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]