�Servlets in a container that were not deployed as part of a web application are implicitly part of a �default� web application and have a default ServletContext.�
Question here is how can we deploy only servlets, which are not part of any web application? Could you give any example/use case why we need to deploy only independent servlets?