[GRADLE-727] Option to specify Jetty's webDefaultXml Created: 05/Nov/09 Updated: 16/Jan/17 Resolved: 16/Jan/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.8 |
Fix Version/s: | None |
Type: | Improvement | ||
Reporter: | Jeppe Nejsum Madsen | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Description |
To make files editable under windows while running under windows, it should be possible to specify the webdefault file used by jetty More details here http://wiki.github.com/dpp/liftweb/how-to-fix-file-locking-problem-with-jettyrun-in-windows |
Comments |
Comment by Stanford S. Guillory [ 12/Dec/11 ] |
This issue has other implications. When compiling very large JSPs, web containers can generate too much debug info and fail to compile with a "String too large error". The workaround is typically to set the suppressSmap parameter to true. The only way I can see to do that in Jetty is to i) use a webdefault.xml file to set the value, or ii) configure the JspServlet in the app's web.xml. Option ii is not a possibility for us, so we can't currently run our app using the Gradle Jetty plugin. |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 16/Jan/17 ] |
The Jetty plugin has been deprecated and is scheduled to be removed with Gradle 4.0. We are not going to work on this issue anymore. |