You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Our use of L.A.R.S is to hold assets for our Liberty servers because they dont have access to internet. In this scenario, when an upgrade to liberty occur (for ex : 16.0.0.2 => 16.0.0.3), we need to download all Liberty assets for the new version and upload them to the lars server.
I believe this could be easier if there was a 'proxy' mode, much like what is used in the Maven Nexus software. This way with a simple proxy option on the server, if the asset is not available in the repository, the lars server would dl it and store it in MongoDB for further download. Also this way the only server that need internet access is the lars server.
Thoughts ?
I find the way to dl assets a little hacky, if there is a better way, let me know !
I agree this would be a good feature which we should consider. I've raised an RFE here which you can vote for. This also makes it easier for other customers to express their interest in this feature.
Another option for downloading the features is to download the wlp-featureRepo-x.x.x.x.zip package from fix central. This zip file contains all the features released with that version of liberty. You would still need to upload them to your server using larsClient.
Hello,
Thank you for the tip about dling the whole wlp-featureRepo-xxxx.zip from fix central. It helped save time on our last few upgrades.
Nevertherless i still think some kind of proxy mode or mirror mode configuration would help to upgrade more smoothly to a new version. Did you have some time to think it over ?
Hello,
Our use of L.A.R.S is to hold assets for our Liberty servers because they dont have access to internet. In this scenario, when an upgrade to liberty occur (for ex : 16.0.0.2 => 16.0.0.3), we need to download all Liberty assets for the new version and upload them to the lars server.
I believe this could be easier if there was a 'proxy' mode, much like what is used in the Maven Nexus software. This way with a simple proxy option on the server, if the asset is not available in the repository, the lars server would dl it and store it in MongoDB for further download. Also this way the only server that need internet access is the lars server.
Thoughts ?
I find the way to dl assets a little hacky, if there is a better way, let me know !
>featureManager install javaee-7.0 ndMemberBundle ndControllerBundle libertyCoreBundle baseBundle --downloadOnly --location=l:\temp\lars-repo --acceptLicense
>larsClient upload --url=http://web-lars/ma/v1 --username=admin --password=admin L:\temp\lars-repo
The text was updated successfully, but these errors were encountered: