Re: Tomcat 7 generated web.xml

2011-07-15 Thread Pid
On 15/07/2011 22:38, Stephen Munro wrote: > No, that wasn't the way it was pitched. The video was from springsource and > a Mark Thomas was discussing the feature in question ( > http://www.youtube.com/watch?v=HSPo8k6DbTs&feature=related). Mark is a Tomcat committer. He did say that > this featu

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
No, that wasn't the way it was pitched. The video was from springsource and a Mark Thomas was discussing the feature in question ( http://www.youtube.com/watch?v=HSPo8k6DbTs&feature=related). He did say that this feature was good for ensuring nothing was enabled accidentally through web-fragments a

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Pid
On 15/07/2011 22:25, Stephen Munro wrote: > Yeah, you may be right out it's usefulness, but on the video I watched, it > was being pitched as a performance boost if you had a massive web app (with > annotations and web-fragments). So the use case would be, develop the app > with annotations enabled

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
Yeah, you may be right out it's usefulness, but on the video I watched, it was being pitched as a performance boost if you had a massive web app (with annotations and web-fragments). So the use case would be, develop the app with annotations enabled and in production, switch them off and use the ma

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Jesse Farinacci
Greetings, On Fri, Jul 15, 2011 at 5:10 PM, Stephen Munro wrote: > Thanks for the quick reply! I've got it working, so thanks. I'm a little > curious why the web-app structure is dumped directly to the logs rather than > have it written to a .xml for convenience say...web-generated.xml? Great! T

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
Thanks for the quick reply! I've got it working, so thanks. I'm a little curious why the web-app structure is dumped directly to the logs rather than have it written to a .xml for convenience say...web-generated.xml? On 15 July 2011 21:04, Jesse Farinacci wrote: > Greetings, > > On Fri, Jul 15,

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Jesse Farinacci
Greetings, On Fri, Jul 15, 2011 at 3:52 PM, Stephen Munro wrote: > I'm looking for details on how to get the generated web.xml after all the > annotations have been processed. See http://tomcat.apache.org/tomcat-7.0-doc/config/context.html and look for logEffectiveWebXml. -Jesse -- There are

Tomcat 7 generated web.xml

2011-07-15 Thread Stephen Munro
I'm looking for details on how to get the generated web.xml after all the annotations have been processed. I had watched a video on this feature and as I understand it, once the annotations have been processed, it's possible to log the web.xml generated from it and use it for production, which mea