Hello, we are using Restlet 2.0.11 and encountering long startup times. What I noticed when looking into the code of org.restlet.ext.servlet.ServerServlet is that the servlet spent an significant amount of time in resolving the restlet.xml file. We do not use that file so I've decided to overwrite the relevant methods of the servlet. While doing that I came across the isDefaultComponent() method. This method always searches for a restlet.xml file and is unfortunately marked as private.
Thanks, Hanno ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3028318

