3 Replies Latest reply on Nov 28, 2006 3:13 AM by maxandersen

    Starting JBoss from Eclipse

    puck

      Hello out there,
      I'm trying to start JBoss over the Eclipse IDE. The problem is, I
      installed jboss on linux, and I created an extra user for jboss, like the tomcat-administrator user.
      For tomcat we have the sysdeo-plugin where you can set the name and password of the administrator. Is there any suitable plugin for jboss with which I can start and stop jboss?

      Thank you very much.

      Gruss Christian

        • 1. Re: Starting JBoss from Eclipse
          maxandersen

          you mean a OS level user ?

          JBoss IDE is used to run/debug jboss as for application development and to do that we launch jboss app server from within eclipse in a seperate JVM. That JVM is always started by the current user.

          If you are talking about the jboss as level user to stop and adminster an installation then that is (currently) done in the launch configuration by editing the shutdown and twiddle commands where you can set -user and -password to the relevant values.

          • 2. Re: Starting JBoss from Eclipse
            puck

            Where I can set this values? Nor in run.sh neighter in shutdown I found these values or a location where I can set it?

            Gruss Christian

            • 3. Re: Starting JBoss from Eclipse
              maxandersen

              you set that in the launch configuration of the server.

              you set them by entering them into the command line arguments field.