Closed abourai closed 6 years ago
Looks like jetty cannot find web.xml
file. Please make sure that webapp
files are placed in the right place. You need three files.
src/main/webapp/WEB-INF/server-config.wsdd
src/main/webapp/WEB-INF/web.xml
src/main/webapp/WEB-INF/serviceimpl/CLASS_NAME.xml
Let us know if it works!
Hope OP has solved the problem. Closing the issue.
Hello
I'm going through the tutorial and I'm having an issue in step 5 with
mvn jetty:run
. I get the following stacktrace:I checked the effective POM and I am importing the jetty plugin, and I am using a carbon copy of the web.xml and pom.xml defined in the source.