You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2022/10/24 12:42:16 UTC

[GitHub] [tomcat] m0ver commented on pull request #561: Introduce a method to skip the web.xml files scan.

m0ver commented on PR #561:
URL: https://github.com/apache/tomcat/pull/561#issuecomment-1288977267

   Thanks Mark! 
   
   I'm using tomcat embed server as one of web servers in my application. Just notice that `webConfig()` needs to process a lot of things related web.xml which seems not to be required for an embed web server. so to skip this process can accelerate the start up actually. any ideas?
   
   Do you think is it better to use `skipWebConfig()` to instead of `skipWebXmlFileScan()`?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org