Introduction:
Creating Monsoon VM in OpenStack Nova compute platform comprise with many steps. There is a detailed help document provided by platform team. All the steps involved to create instance, additional requirements and the solution for the ...
Docker in Windows
Introduction:
Before going into this topic, you can find Docker and Kubernetes introduction here Docker & Kubernetes
Here I am going to talk about ‘docker in...
Introduction:
Now a days, SAP construct most of the product as Docker components to have micro-service architecture and to support multi cloud architecture. Dockers are cloud platform independent. This blog is to understand about Docker, Image, con...
Introduction:
This article will be helpful for who upgrade the run time from JEE6 to Tomcat 8 and who develop the application using JDK8 and deploy in Tomcat 8. Especially this is prepared for Neo cloud platform. This may be applicable to upgrad...
Hi All,
Problem Statement:
Not able to connect On-Premise system from Neo cloud theu cloud connector. We get below error.
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.pr...
Hi Sandeep,
I have built a search engine which is an entity agnostic, rest api exposed and built using opensource apache Lucene. Wanted to make it as a SaaS service, so that other product/s can use/bind it easily.
I just need to push as a SaaS s...
Hi As per Neo cloud platform team suggested, modified the url from Https protocol to Http protocol then we get 503 service unavailable. the ssl issue might e resolved. Again added one more property to find out connector's location Id,urlConnection.s...
Hi Antal, As you suggested, i reviewed the code it is as per the below documents.For Tomcat:(We modified according to this post)https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/474eae1b69c9434b9dce0314b8d2b6b1.htmlFor Tom EE: ...
Hi Antal,Thanks for quick reply, PFB the details of Destination. We defined HTTP only not Https. The on-premise application exposes the API with Https, you could see in below url. We get SSL handshake error when we invoke the on-premise url from Neo ...