Has anyone converted their Tomcat webservers that are used to host the BSI TaxFactory Client interfaces from "http" to "https"?
Can you please provide an overview of the steps that were performed to accomplish this?
After reviewing the Tomcat documentation, and doing Google searches, I believe I have a basic understanding of the initial
actions that are required, but I have the following questions:
1. Do I need to enable "https" for the base instance of the Tomcat server installation? Or, just the deployed instances that are
hosting the interfaces to the various Lawson environments (eg: TST1, PRD)?
2. Do I need to generate separate keys for each Tomcat server instance ( eg: TST1, PRD)?
3. What happens with the port assignments for the TST1 and PRD server instances when converting to "https"?
4. After converting to "https", does the "Connection" code segment for the "http" interface need to be commented out in the
server.xml file?
Thank you in advance for any assistance.