I have java web application which is sent as ear for web-sphere deployment .
But in order to avoid downtime for minor patch fix we have to send the class file or jsp change at times
we use ant and jenkins to build , has someone used any script to extract such specific class file from compiled package to be packaged and sent in proper folder structure which can be used to just copy over the deployed environment?
We are on windows not on unix.
appreciate your response.