PAfE version control @ server
Posted: Wed Apr 19, 2023 12:07 am
Version 2.0.83. Has anyone managed to get this working. I might be missing something obvious but I am not receiving any messages in the ribbon. It doesn't seem to be doing anything.
https://www.ibm.com/docs/en/planning-an ... nistrators
Here is my json contents
{
"supportedPAfEVersions": [2.0.83.3],
"deprecatedPAfEVersions": [2.0.82.85],
"enablePAfEStatusSystem": True,
"pafENormalStatusMessage": "You are using a supported version of PAfE",
"pafENeedsAttentionStatusMessage": "You need to upgrade to PAfE 2.0.83",
"pafEWarningStatusMessage": "You are not using a supported version",
"hideNormalStatus": false,
"showUpdateButton": false,
"pafEStatusInfoUrl": "",
"xllDownload32bitURL": "",
"xllDownload64bitURL": ""
}
I tried abbreviating to just the version, eg: 2.0.82 but it didn't seem to matter.
As for the following : "In the id=evalservice line, change the location to the following:
location="${wlp.user.dir}/../../webapps/evalservice/"
"
The default file had the following:
<application id="evalservice" location="${wlp.user.dir}/../../webapps/evalservice.war"
Which makes sense to me as there is no directory evalservice. But no impact.
https://www.ibm.com/docs/en/planning-an ... nistrators
Here is my json contents
{
"supportedPAfEVersions": [2.0.83.3],
"deprecatedPAfEVersions": [2.0.82.85],
"enablePAfEStatusSystem": True,
"pafENormalStatusMessage": "You are using a supported version of PAfE",
"pafENeedsAttentionStatusMessage": "You need to upgrade to PAfE 2.0.83",
"pafEWarningStatusMessage": "You are not using a supported version",
"hideNormalStatus": false,
"showUpdateButton": false,
"pafEStatusInfoUrl": "",
"xllDownload32bitURL": "",
"xllDownload64bitURL": ""
}
I tried abbreviating to just the version, eg: 2.0.82 but it didn't seem to matter.
As for the following : "In the id=evalservice line, change the location to the following:
location="${wlp.user.dir}/../../webapps/evalservice/"
"
The default file had the following:
<application id="evalservice" location="${wlp.user.dir}/../../webapps/evalservice.war"
Which makes sense to me as there is no directory evalservice. But no impact.