protected RequestProcessor createRequestProcessor() throws ClassNotFoundException,
InstantiationException, IllegalAccessException, IOException {
DeploymentConfiguration deploymentConfiguration = getDeploymentConfiguration();
RequestProcessor requestProcessor = new RequestProcessor(deploymentConfiguration);
logger.debug("Creating request processor {} for servlet {}", requestProcessor, this);
deploymentConfiguration.addApplication(getApplication(), false);
return requestProcessor;
}
protected DeploymentConfiguration getDeploymentConfiguration() throws ClassNotFoundException,
InstantiationException, IllegalAccessException, IOException {