0 Replies Latest reply on Mar 15, 2007 6:06 AM by mutahi

    configuring https on jboss.

    mutahi

      I am using acegi on my web application and using jboss-4.0.4.GA. I need to use port 8090 for my normal http and 8443 for https. If I configure to use port 8080 on the http connector (in server.xml in jboss tomcat), it works alright. But if I configure to use port 8090 on the same http connector, it does not work. The thing is, I need to switch between https and http depending on the content that the user is viewing. e.g The login page should be on https (and am using acegi for that). Is there something I am missing?, Help will be greatly appreciated.
      Thank you.