When a web application is redeployed with updated servlet configuration in web.xml, how does it affect the running servlets?

  • The redeployment process has no impact on running servlets.
  • The running servlets are automatically updated with the new configuration.
  • The running servlets need to be restarted to apply the new configuration.
  • The updated configuration only applies to newly created servlet instances.
When a web application is redeployed with updated servlet configuration, the running servlets are not automatically updated. To apply the new configuration, the running servlets need to be restarted.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *