Re: Tomcat 7 generated web.xml

2011-07-15 Thread Jesse Farinacci
Greetings, On Fri, Jul 15, 2011 at 3:52 PM, Stephen Munro stephen.ross.mu...@gmail.com 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

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 jie...@gmail.com wrote: Greetings, On

Re: Tomcat 7 generated web.xml

2011-07-15 Thread Jesse Farinacci
Greetings, On Fri, Jul 15, 2011 at 5:10 PM, Stephen Munro stephen.ross.mu...@gmail.com 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

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

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
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=HSPo8k6DbTsfeature=related). He did say that this feature was good for ensuring nothing was enabled accidentally through web-fragments

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=HSPo8k6DbTsfeature=related). Mark is a Tomcat committer. He did say that this feature