1 Reply Latest reply on Mar 6, 2003 12:34 PM by mikefinn

    Default jboss page?

    snikolaidis

      Ok, I've created a war file (let's name it test.war), deployed it on JBoss (3.0.4 with tomcat integrated) and by calling http://localhost:8080/test, the welcome page of my war file returns.

      Now, how can I set this page as the default welcome page for the whole site? So, by giving only http://localhost:8080 to transfer me in that particular page?

      Thanx in advance,
      Stratos Nikolaidis
      Thessaloniki, Greece

        • 1. Re: Default jboss page?
          mikefinn

          Search the forums. This has been asked (and answered) a million times. You should be able to specify it in the EAR application.xml as the context-root for the WAR - assuming you are deploying an EAR.

          Mike