Question
access jcr repository with https
Our tomcat URL is https://xyz.abcd.com. I have jackrabbit deployed on tomcat. And jackrabbit URL is: https://xyz.abc.com/jackrabbit-webapp-2.6.8/
When I open the following URL: https://xyz.abc.com/jackrabbit-webapp-2.6.8/, it shows the repository URL without https as below:
http://xyz.abc.com/jackrabbit-webapp-2.6.8/repository/default/.
How can I get the jack rabbit repository URL with https? Please help.