4 Replies Latest reply on Feb 9, 2010 2:09 AM by koraycetinbas

    WSRP consumed portlet's renderRequest.getServerPort()

      Hi all,

       

      I am consuming a portlet remotely.(using bundled jboss portal 2.7.2) Remote portlet does https requests to the producer by using the port number in the renderRequest

             renderRequest.getServerPort()

       

      I am confused which port that is. Because no matter what i do i cannot make it use any value other than 8080 (which is denied as this is the http port and the request is https)

       

      I have updated application servers default port to 8443 (which i want) -- under \server\default\deploy\jboss-web.deployer\server.xml, i have set it to use https with port 8443 etc.

       

      Whathever i do, renderRequest.getServerPort() returns 8080

       

      Is that value obtained somehow from the producer? I was thinking that although this is a remote portlet, it is rendered on local portal, and port configuration should be on my portal somewhere.

       

      Any help is appreciated..

       

      Thanks,

      Koray