3 Replies Latest reply on Sep 30, 2005 4:53 AM by darranl

    how to deploy in Jboss

    hemanmalve

      Hi,
      i'm new to this application server, yesterday only i installed j2sdk-1_4_2 ,MyEclipse3.8.3,Jboss4.0 and configured every thing.
      how to deploy in the JBoss.my application is like having ear,ejb,web modules and how to deploy this.I need some related documentation about deploying and other things which should be useful for this environment
      regards
      heman

        • 1. Re: how to deploy in Jboss
          darranl

          The getting started guide is a good place to start: -

          http://docs.jboss.org/jbossas/getting_started/v4/html/

          In general to deploy an archive you just copy it to the deploy folder under the server configuration you are running, si if you were running the default configuration you would copy the archive to {jboss.home}/server/default/deploy

          You have missed of probably the most important part of the JBoss version, when positing it is important that you report the full version i.e. 4.0.? After this it is possible that there is also some further verion information such as RC? or SP? that should also be included in the question.

          • 2. Re: how to deploy in Jboss
            hemanmalve

            Thank you for your kind information.

            Download JBoss 4.0 Application Server from below URL:
            http://www.jboss.com/downloads/index (jboss-4.0.0.zip)
            i didn't get you what is RC,SP

            • 3. Re: how to deploy in Jboss
              darranl

              Ok that means you are using JBoss 4.0.0

              If the file name also contained RC? you would be using a release candidate where ? is the release candidate number.

              If the file name also contained SP? you would be using a service pack where ? is the service pack number.