Hey Mike - If I understand your question properly, you’re moving your wM install from say /oldDir/webMethods to /newDir/webMethods
If that’s the case, you can tar up the old IS with “tar -cvf /tmp/myWmInstance.tar .” Make sure you do this from the /oldDir/webMethods directory. Then just untar the file into /newDir/webMethods.
Here is the “gotcha” you have to be wary of. You need to run a couple “find” commands to search for references to the old directory and port stored in config files. For example, you can use:
find . -type f -exec grep “OldWebmethodsDir” {} ; -print
Hope that helps.
Rajesh
#Integration-Server-and-ESB#webMethods