Hi. I'm trying to deploy a war file on btp cloud foundry.
However, because of sapjco3, my project keeps faile to deploy properly.
UnsatisfiedLinkError: no sapjco3 in java.library.path
This seems to be the main cause of the problem. So I've been thinking of accessing cloud foundry ubuntu environment via ssh in order to setup libsapjco3.so file in the right path.
However, this is impossible. According to cloud foundry documention, in order to access an application via ssh, the application should be running correctly. But, my deployment is not working, hence, accessing the cloud foundry container is not allowed in the first place.
What can I do to solve this issue?
I don't think cloud connector or other connectivity service have something to do with this issue...
Any ideas or suggestions will be greatful.