Update the Liberty Server FAT tooling to save copies of all expanded files for individual test cases. Right now, only the last one is saved.
This will involve updates to reconfigureServerUsingExpandedConfiguration in LibertyServer.java.
This update is only needed for test cases that do multiple reconfigs. The last reconfig during the execution of a test case will overwrite previous copies.
Update the Liberty Server FAT tooling to save copies of all expanded files for individual test cases. Right now, only the last one is saved. This will involve updates to reconfigureServerUsingExpandedConfiguration in LibertyServer.java.