jruby/warbler

How do i pass keystore and password to executable war file

joshianand opened this issue · 3 comments

Hi, I tried creating war file to run with Tomcat 8.5, but tomcat is not bale to unwrap the war file as it throws error saying web-inf is not able to expand to tomcat webapps folder. i quit on that part and saw executable war file runs fine

I was able to change default port to 4000 by adding -Dwrabler.port attribute, how do i start my executable in https mode and how I pass keystore and password for starting it in ssl mode ?