0 Replies Latest reply on Dec 28, 2011 4:56 AM by s_arfat

    hide this port 8443 on browser URL

    s_arfat

      Dear Team,

       

      We are running jboss on port 8443 using ssl configuration inside our java application.

       

      we have redirect configure apache mod_jk module to redirect on port 80.

       

      now when we access URL: http://ip-address

       

      it opens the web application like this : https://ip-address:8443/something/main.zul

       

      Is there any way to hide this port 8443 on browser URL.

       

      we cannot change the port 8443 to 443 in java application since we are running jboss server using normal user, so port 443 or 80 will not open.