3 Replies Latest reply on Oct 14, 2008 6:25 AM by gsferra

    JBoss Portal and HTTPS issue

      Hi,

      wishing to migrate to a secure transport layer, I configured my JBoss 4.2.2 GA enabling the TSL connector in tomcat configuration file. Everything but JBoss Portal 2.6 seems to work fine; requesting http://127.0.0.1:8443/portal results in a 404 error page for resource unavailable.
      Any ideas?

        • 1. Re: JBoss Portal and HTTPS issue
          bvogt

          is there an 's' missing?
          https://127.0.0.1:8443/portal

          • 2. Re: JBoss Portal and HTTPS issue

             

            "bvogt" wrote:
            is there an 's' missing?
            https://127.0.0.1:8443/portal


            Unluckly it's not so simple, I misspelled the URL while posting; the correct one is "https://127.0.0.1:8443/portal", of course :)
            The respose always is: "Status 404 - The requested resource () is not available" :(

            • 3. Re: JBoss Portal and HTTPS issue

              I double-checked all available documentation but nothing new at horizon. I'm working on JBoss 4.2.2 GA (clustered), JBoss Portal HA 2.6.5 SP1 and JBossWS 3.0.2 GA (native). I readed about WSRP and changed xml files according available documentation and wiki (nothing seems to be done with WSDLPortFixFilter servlet, it should be needed for previous versions only) but everything but JBoss Portal seems to work; Tomcat logs just says "GET .... 404 ....". Mybe I missing something but... what?

              Any help will be appreciated. Thank you.