1 Reply Latest reply on Oct 6, 2005 5:50 AM by simona.pricope

    change JBoss start page

    simona.pricope

      Hello

      I don'nt know how to change the start page of JBoss. I want to redirect it to another page of my project, so when someone acceses http://localhost:8080/ I want to redirect to the login page of my project.

      Another question: How can I change the port? I want to set the port to 80, and the https to 443 so anyone can access my project.

      Thank you.

        • 1. Re: change JBoss start page
          simona.pricope

          I have found the solution on my own by reading more carefully this forum. So who wants to know:

          The index.html file can be found on \deploy\jbossweb-tomcat55.sar\ROOT.war of your jboss directory. And you can change it to redirect to your application pages by inserting a meta tag:

          <meta http-equiv="Refresh" content="0; URL=/myApp/login"/>