1) generate SSL certificate for Tomcat (see tomcat-docs/ssl-howto.html from your Tomcat for details).
During generating certificate the answer on question "What is your first and last name" must be the name of your host (b04 in my case).
2) specify CertURL in your .qwc file:
...
...
...
3) return "" from sendRequestXML()
return "Interactive mode" from getLastError()
return "https://b04:8443/somepage.htm" from getInteractiveURL()
No comments:
Post a Comment