Hi! Seems like every long-time GWT user eventually comes to the point when suddenly the ECLIPSE plugin (or any other familiar setup) stops working... Without wasting too much time on trying to understand MAVEN I would suggest forgetting about webAppCreator and the gwt:devmode integrated Jetty Launcher! The way to go for me was switching over to Thomas' GWT maven plugin:
https://tbroyer.github.io/gwt-maven-plugin https://github.com/tbroyer/gwt-maven-archetypes/ 1. generate the project from scratch https://github.com/tbroyer/gwt-maven-archetypes/#start-the-development-mode 2. start debugging https://github.com/tbroyer/gwt-maven-archetypes/#start-the-development-mode up to now I try to stay clear of those breaking JEE changes that come with TOMCAT10. Good luck and have an eye on this: https://github.com/Vertispan/j2clmavenplugin Ralph On Wednesday, May 18, 2022 at 2:06:42 PM UTC+2 [email protected] wrote: > Hi everyone, > > We have been working with GWT and ant script for a long time. > Now we are moving towards jdk 17 and are struggeling with devmode and the > jetty server. > > I read that if we want to run with devmode, we need to switch to maven en > deploy to our own webserver. This is Tomcat 9 or 10 for us. > > I have Created the MyWebApp with the webAppCreator and the maven options, > to see how the maven config looks like. > This config works with the build in jetty, when running gwt:devmode. > > When i import the project in eclipse and use it as a web application, i > get the same issue as described here: > https://itecnote.com/tecnote/eclipse-running-gwt-on-tomcat-in-eclipse/ > > The suggestion there is to use -noserver, but no explanation on how to set > this. > Attached is the generated pom file, how to change it so that it works with > devmode and tomcat? > > thnx > > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/4bf2ae2e-cb90-4e79-9436-927be0f6c611n%40googlegroups.com.
