2 Replies Latest reply on Feb 24, 2007 1:17 AM by jwenting

    redirect the first screen

    herrera

      I´d like to redirect the default app to another application .
      how to change the initial screen in http://localhost:8080 to other(to hide conf params) ?


      Herrera

        • 1. Re: redirect the first screen

          just replace it with a servlet or JSP that just does a forward or redirect of the request to the new address.
          If you change the contentroot you may loose the admin and jmx consoles.

          • 2. Re: redirect the first screen

            just replace it with a servlet or JSP that just does a forward or redirect of the request to the new address.
            If you change the contentroot you may loose the admin and jmx consoles.