D
dbeavon
Guest
I believe I may have found the answer to the problems with PDSOE and its inability to deploy a webapp to the specified ABL application. I believe that I was re-using the same name of a webapp that I had previously deployed (and undeployed) at an earlier time. Any future deploy operation that used the same webapp name was failing because the "openedge.properties" file (in conf folder) still had some remnants of configuration that had not been properly cleaned. These remnants may have been detected, and caused the operation to use the wrong ABL application (the default one instead of the one that was specified). Anyway this is my best guess at this time. My workaround involves manually cleaning out the offending portions of "openedge.properties" that are not needed anymore after "undeploying" a webapp. I've also avoided using PDSOE as much as possible in favor of tcman deploy/undeploy commands (from the proenv command line).
Continue reading...
Continue reading...