5 Replies Latest reply on Aug 25, 2010 11:22 AM by peterj

    JBoss deployment

    dinsceg

      Hi

          I have doubt on jboss file deployment.

         Is jboss supports file deployment instead of .ear files???

         

       

       

             Plz anyone help me ...

       

       

      Thanks ..

        • 1. Re: JBoss
          jaikiran

          Dinesh venkatesan wrote:

           

          Hi

              I have doubt on jboss file deployment.

             Is jboss supports file deployment instead of .ear files???

             

          What kind of file deployment?

           

          Dinesh venkatesan wrote:

           


          Plz anyone clarify my doubt  ... its urgent.

           

          When discussing in forums which are volunteer driven, messages like "Urgent", "ASAP" have the exact opposite effect. Not many will be willing to reply to your post. So please be patient and do not use such words in your posts.

          • 2. Re: JBoss
            dinsceg

            Hi,

                 we can deploy .ear & .war files in Jboss..

                 Can i deploy any other file Extension in JBoss???

             

             

             

            Thanks in Advance

            • 3. Re: JBoss
              jaikiran

              Dinesh venkatesan wrote:

               


                   Can i deploy any other file Extension in JBoss???

               

               

               

              There are only a limited deployment types that JBoss AS (or any other application server) support. Remember, JBoss AS is not a file server, it's a JavaEE application server. Can you be a bit more specific on how you are using JBoss AS and what file extensions you are talking about?

              • 4. Re: JBoss
                dinsceg

                Thanks for your Reply.

                 

                you said Jboss supports only limited deployment types...

                 

                Can i know what are the deployment Type JBoss support?

                 

                 

                Thanks,

                Dinesh.

                • 5. Re: JBoss
                  peterj

                  Look in the server/default/deploy directory, it contains deployed files and you can infer many of the allowed extensions from there: *.war, *.sar, *.rar, *-ds.xml, *-service.xml, *-jboss-beans.xml, *.jar (containing EJBs). I think the only one missing is *,ear. Note that the "*.*ar" files are all variations of JAR files.