13.7.3 Serve servlets by class name
The invoker servlet can be used to invoke servlets by class name. Note that there is a potential security risk with leaving this option set in production. It should be seen as more of a development-time feature, for quickly testing your servlets.
A better alternative than this option is to define servlet mappings in the Web deployment descriptor for the servlets that should be available.
This option is turned off by default.