I am using iiop protocol for communicating between standalone Java Remote Client and Websphere Liberty Server. I want to use iiop over ssl using self signed certificates.
I have created keystore and truststores with relavant certificates and have updated server.xml appropriately, but when I start liberty server it fails to listen on iiops port 9402 which would be used by java remote client to communicate using iiop over ssl. The netstat output shows following active ports : http(9080), https(9443),iiop(2809) but does not list the iiops port 9402.
I have attached my server.xml and startup logs. Thanks in advance for any help
------------------------------
Rajesh
------------------------------