I was able to deploy it to my local Tomcat 5.5 (WTP) and it seemed to work fine. However, when i made changes to for example, ApplicationResources.properties, i expected it to automatically hot deployed to the target tomcat server without restarting the server. I didn't see my changes even after i restart Tomcat. Do i need to run "maven package or something" each time i make changes to the code or resources files and then restart Tomcat?
BTW, I followed http://appfuse.org/display/APF/Eclipse instructions on how to integrate with Eclipse WTP.
