brunoborges edited a comment on pull request #608: URL: https://github.com/apache/logging-log4j2/pull/608#issuecomment-993000649
> Do I have to reboot the server afterwards to make it be effective? > Or the other way round: does the effect of removing the class only exist until reboot resulting that I would have to run the zip... command every time after reboot? @sellexx-stephan, you have to shutdown the JVM, modify the JAR files, and start again the process. Given this is Windows, JAR files may be locked and you won't be able to modify them. Be careful if you have automatic deployments that may override the modified JAR files with original files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
