using was in CLM 2011 or CLM 2012 should we open the port 9043?
![]()
Hi, can you please tell me if we should open the port 9043 if we are planning to install CLM 2012 on WAS? or,any other ports
Thanks |
Accepted answer
![]() As Stephane mentioned, you can customize what port to use. Based on my experience, I would recommend to Use IBM HTTPs Server as the proxy server and use the HTTPS (default port 443) such that you only need to ask the network security guy (or yourself) to open only the port 443 to the client machines. If you configure the embedded "web server" inside WAS to use port 443, it may not be a good idea unless you won't need an HTTPS server at all. Of course, the systsmes holding servers used by CLM (database, app servers) need to have the required ports opened to each other, which are normally within a secured domain. Natalia Trofimov selected this answer as the correct answer
Comments Introducing a reverse proxy into the scene in a initial deployment of CLM is a recommended Best Practice. It will allow you to refactor your CLM topology while maintaining stable URIs :
|