[
https://issues.apache.org/jira/browse/SHINDIG-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597662#action_12597662
]
David Primmer commented on SHINDIG-267:
---------------------------------------
I've done some research on manually loading a web.xml with jetty and there are
methods to do it. I tried to make it work recently but it was a near miss. I
think this is the way to go if the filesystem stuff can work.
http://www.mortbay.org/jetty-6/apidocs/org/mortbay/jetty/webapp/WebAppContext.html#setDescriptor(java.lang.String)
You can create a webapp context and point it at a web.xml file. If I knew how
to locate the desired file on the file system I think this would solve the
problem.
> Write tests to exercise end-to-end RESTful server code
> ------------------------------------------------------
>
> Key: SHINDIG-267
> URL: https://issues.apache.org/jira/browse/SHINDIG-267
> Project: Shindig
> Issue Type: Improvement
> Components: RESTful API (Java)
> Reporter: Vasu Nori
> Attachments: fixLargeTests2.patch, patch.largetest
>
>
> RESTful server code path needs end-to-end tests to exercise as much code as
> possible.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.