I'm trying to integrate GWT with AppFuse 2.0 and run into trouble. If I deploy my webapp to Tomcat, it works flawlessly. However, when running in Jetty (mvn jetty:run), all the GWT cache files (*.cache.html) are not executed and Firefox asks if I want to download these files. I have changed Struts 2 extensions to *.action so there shouldn't be any confusion between static html pages and dynamic actions. Any ideas?
Thanks. -- Regards, Cuong Hoang