1 Reply Latest reply on May 27, 2007 6:00 PM by jwcone

    SSL Configuration

    chandra_88

      Hi ,

      I have a war deployed in the jboss app server , that runs on the default port say war1 also i have two other wars say war2 war3 which are deployed on the same jboss servers which run on the default port . I want to secure these two wars on SSL (war2 and war3) , however war1 should run on the default HTTP port . What is the mecahnsim to do this . Iam using an embedded tomcat in the JBoss and i dont have apache . So the configuration should look something like this

      http://localhost:8080/war1
      https://localhost:<SSL-port>/war2, https://localhost:<SSL-port>/war

      Thanks