Question
Best practice deployment for custom Java - toJARor not to JAR?
I maintain a copy of wtCustom and wtSafeArea in my version control tool.
Typically, I Always baseline a windchill home directory immediately after install as a jar or tar or rar file. I also backup directory servers and database.
If I have the space, I'll check it in uncompressed to the version control tool as a separate tag or baseline to do directory comparisions.
I also have script where I run @drop-ddl-wt.sql
Obviously I'm speaking of test and developmemt system deployment processes, but for production, where applicable, my Ant scripts copy original files to wtCustom or wtSafeArea before I copy file(s) being deployed.
I aim to be able to revert to any configuration previously used.
Not sure if that answered the question?
Dave
Sent from my Verizon Wireless BlackBerry
Typically, I Always baseline a windchill home directory immediately after install as a jar or tar or rar file. I also backup directory servers and database.
If I have the space, I'll check it in uncompressed to the version control tool as a separate tag or baseline to do directory comparisions.
I also have script where I run @drop-ddl-wt.sql
Obviously I'm speaking of test and developmemt system deployment processes, but for production, where applicable, my Ant scripts copy original files to wtCustom or wtSafeArea before I copy file(s) being deployed.
I aim to be able to revert to any configuration previously used.
Not sure if that answered the question?
Dave
Sent from my Verizon Wireless BlackBerry

