1 Reply Latest reply on Nov 22, 2001 9:16 PM by hraun

    embedded tomcat - jboss folders

    bpowell

      Could someone please explain the intended uses of the jboss/conf/default and jboss/conf/tomcat folders for configuration?

        • 1. Re: embedded tomcat - jboss folders
          hraun

          When you type run, you can choose which one of several different configurations you'd like to run.
          E.g.run tomcat will run the tomcat configuration
          The jboss/conf/tomcat folder just holds all the configuration data for that, erm, configuration.
          You can create your own configs by copying the default folder, giving it a new name (say dave), and tweaking the config files inside. You would then start the new config by typing:
          run dave
          You may want to do this to use a different database or try out the server with some other settings for example.
          Cheers