I heard that there is a process that is been followed to build the jar files externally for custom java code and copy them to the iw-cc.war/WEB-INF/lib and iw-preview.war/WEB-INF/lib. Then restart (iwreset -a) can avoid the OOTB maketoolkit/build process .
1. Is this a recommended process inserting the jar files manually to applicaiton container war files. Are there any side affects short/long term due to this like corruption of file system/ootb files during normal build process.
2. iwreset -a vs maketoolkit which takes more time practically. I have done one practical run and it varied some times iwreset and some time maketoolkit wins the race.
3. If I have java file(s) I am aware that, I can place it under customer_src and run maketoolkit. On similar case, if I have a jar file, where I can keep this in order to run the maketoolkit. Do I have put it under customer_osrc/lib. Is this the right place.
any help with your experience is much appreciated. Thank you.