I’m using gwt-maven-plugin, version 1.2 with GWT version 2.0.3. When I run it in hosted mode (Jetty) I can’t get it to load my jetty-env.xml file.
Any clues about that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With that GWT and Maven plugin versions the embedded jetty igonres thw file /WEB-INF/jetty-env.xml, but same information can be used in the file /WEB-INF/jetty-web.xml.
So, renaming the file from “jetty-env.xml” to “jetty-web.xml” solved the issue.