简体   繁体   中英

GWT development in Eclipse using TOMCAT server

Is there a way, every time i compile my GWT project, to automatically deploy war contents to Tomcat's ROOT directory?

What's the best environment for Eclipse - Tomcat - Gwt development

I skip deployment entirely. Set up your project to point at the application folder in the tomcat deploy directory. Add JRebel for automatic class reloading, for additional convenience. It does however require a different folder structure than that generated by the GWT plugin (there is no war folder, the war folder is the root of your project).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM