Hi, in our company we have our own deployment tools. Tomcat is packaged for this. I have packaged TomEE 1.5.2 some years ago as extension to our Tomcat package (added the libs and the ServerListener to server.xml).
With the current version 1.7.1 I have a problem. There is a file with the same name but different content: bin/tomcat-juli.jar. Our extension mechanism can add new libs to the classpath and can add new lines to the server.xml. But it can't replace files in the bin directory. Are there any possibilities to keep the original tomcat-juli.jar and add the TomEE specific files somewhere else? Thanks, Martin
