Thanks for responding! Meanwhile I am deploying to a local Tomcat (which is the target server anyway, so this also spares us issues caused by differences of the two...).
On Thursday, July 29, 2021 at 12:51:20 PM UTC+2 Jens wrote: > But how can I replace the Jetty embedded in the GWT Maven plugin? Or is >> there some other way to work-around or fix this? >> > > You won't use the GWT Maven plugin to launch any GWT embedded Jetty. You > would use a Maven Jetty plugin directly to deploy your server side code. > Alternatively install Jetty on your host and tell it where to find *.war > files (or exploded war directories) generated by maven. > > > >> Would updating the GWT version to 2.8.2 or 2.9.0 solve this issue? >> > > No. Newest GWT uses embedded Jetty 9.2.x which does not support scanning > module-info.class files. > > > -- J. > -- 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/0780db52-b505-42fc-a4c4-a443bc1928b2n%40googlegroups.com.
