Hi,

There appears to be a number of ways to configure annotations, jsp support
programmatically in the jetty embedded. i.e. Configuration.ClassList.

I have gone for this implementation.
Is there a one liner  new class I can insert in this code  to add for JSP
functionality followed by corresponding libraries in the pom.xml ?

context.setConfigurations(new Configuration[]
        {
            new AnnotationConfiguration(),
            new WebInfConfiguration(),
            new WebXmlConfiguration(),
            new MetaInfConfiguration(),
            new FragmentConfiguration(),
            new EnvConfiguration(),
            new PlusConfiguration(),
            new JettyWebXmlConfiguration()
        });
<http://www.backbutton.co.uk/>
Regards
_______________________________________________
jetty-users mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to