1 Reply Latest reply on Jul 13, 2007 8:56 AM by pjiricka

    Use netbeans with jboss remote

    dmsanchez80

      Hello, Everything can help me, please?, I need use netbeans with jboss, but jboss is running in other server, (not local server, a remote server), who do you configure netbeans?, please.

      Thanks

        • 1. Re: Use netbeans with jboss remote

          I am afraid integration with remote JBoss is not easily possible. But you can:
          1. Install a local copy of JBoss and register it in the IDE
          2. Use this copy of JBoss with your projects
          3. Create an archive for your application (ear or war) - will be created in the "dist" folder inside your project
          4. Deploy this archive to the remote server using the server's management console.