2 Replies Latest reply on May 14, 2004 9:00 AM by javamac

    How to deploy Nukes in alternate context

    javamac

      Hello folks

      Quick question on deployment. Ive gotten nukes successfully deployed to /. Since i have a current website already deployed to that context, I'd like to deploy nukes to /forum. What files do I need to modify to make this happen.
      I've searched this site to no avail. If I missed something feel free to point me the source url.

      Thanks in advance

        • 1. Re: How to deploy Nukes in alternate context
          jae77

          by default, nukes is available via /nukes, not /.

          in any case, if you are installing from source, edit the local.properties file that is in the "build" directory and change the entry for the context-root.

          if you are not installing from source, you're most likely going to have to open up the nukes.ear and modify the application.xml file to change the context-root location.

          • 2. Re: How to deploy Nukes in alternate context
            javamac

            Actually the binary that I downloaded was using / not /nukes. I exploded the ear and edited the application.xml in the META-INF dir to relect /forum and it works like a charm. Thanks for your input.