D
David Cleary
Guest
Most likely due to issues with the property file you are merging. We do have some substation parameters that we use when doing incremental deployment from PDSOE. Below is an example. These get merged when deploying a webapp, so both ${oepas-app} and ${oepas-webapp} are defined. We use the following parameters when calling oeprop to merge. ("-v", "-a", "$script:_oeablapp", "-A", "$script:_appName", "-f") -a sets what is used for ${oepas-webapp} -A sets what is used for ${oepas-app} Also, unless you are just using the ROOT webapp, you will also need to deploy some war files. So if you can provide some details on what you are trying to accomplish, I can probably let you know the best way to do it. Dave # See $CATALINA_HOME/conf/openedge.properties.README for details on the properties below. # DO NOT MODIFY any ${} tags # Transport properties for the APSV protocol [${oepas-app}.${oepas-webapp}.APSV] adapterEnabled=0 enableRequestChunking=1 useHTTPSessions=1 # Transport properties for the SOAP protocol [${oepas-app}.${oepas-webapp}.SOAP] adapterEnabled=0 adminEnabled=1 adminSoapAction=urn:services-progress-com:wsa-admin:01 debugClients= wsaUrl=http://${psc.as.host.name}:${psc.as.http.port}/${oepas-webapp}/soap wsdlEnabled=1 # Transport properties for the REST protocol [${oepas-app}.${oepas-webapp}.REST] adapterEnabled=0 # Transport properties for the WEB protocol [${oepas-app}.${oepas-webapp}.WEB] handler1=OpenEdge.Web.DataObject.DataObjectHandler:/pdo/ adapterEnabled=1 defaultCookieDomain= defaultCookiePath= defaultHandler=OpenEdge.Web.DefaultWebHandler srvrDebug=0 wsRoot=/${oepas-webapp}/static/webspeed [AppServer.SessMgr.${oepas-app}] agentStartupParam=-T "${WRKDIR}/lab1a/temp" -db ${WRKDIR}/Sports2020
Continue reading...
Continue reading...