siddharth das wrote:I think we cannot get the reference of servletconfig object from request object.
So, if you don't get a reference to a ServletConfig instance on every request, does your question still make sense?
The servletconfig object is instaciated by the container and pass to the init() when first request come..
Sort of. The servlet is guaranteed to be initialized before the the service method is called for the first time, but the container doesn't necessarily have to wait until a request comes in.