1 Reply Latest reply on Mar 9, 2007 4:11 PM by peterj

    Java Service Issue with JBOSS

    sysuser1

      I have configured my JBOSS server multiple instances on same server.I have also configured JBoss as windows NT service using Java service.everything workd well but i found two directories created under D:\jboss-4.0.1\server
      one is my configuration "my_confif" that's where my conf,deploy and lib directories are located.When i start the service jboss creates another directory under D:\jboss-4.0.1\server with " my_config" it creates with the same name and it has leading space.My application works well but i have two duplicate directories one has conf,deploy and lib directories and other has log,tmp and work directories .

      Does any one encounter this issue?

        • 1. Re: Java Service Issue with JBOSS
          peterj

          This is really weird. If Jboss is happy to use both "my_config" and " my_config" at the same time, the only explanation I can come up with is that JBoss is being started with one config for the -c parameter (e.g., run -c my_config) and the other locations are being set with system properties (e.g. "-Djboss.server.temp.dir= my_config").