Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Attempting to integrate quickstart in the build process

One more thing: Simone insisted that the warning about using jetty maven plugin "effective-web-xml" was less scary that I intended, and hence I used it

Federico Fissore ha scritto il 11/05/2017 alle 18:00:
After a call with Simone (which I'm fortunate to have as JUG mate) I
ended up with just adding an execution to the jetty maven plugin (see
attached pom.xml portion)
I think this may be enough and it's not necessary to code any maven plugin.

However I was not able to start the webapp.
I had to add a context file (root.xml file attached), otherwise jetty
still used AnnotationConfiguration.
Once added, jetty failed with the attached exception, about missing
taglibs jars
Indeed there are no taglibs jars, because there are not JSPs (it's a
jersey app, serving REST api only)

Any hint is appreciated

Regards

federico

Jan Bartel ha scritto il 11/05/2017 alle 11:50:
Great! I've created an issue to track this:
https://github.com/eclipse/jetty.project/issues/1542.

Jan


_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev




Back to the top