5 Replies Latest reply on Mar 22, 2007 9:47 AM by linnpan

    what i need to do

    linnpan

      i have develope a simple portlet application using eclipse with pluto plugin.but i don't know what i need to do.how can i package my application, how can i build a .war file for the application so that i can copy the war file to jboss4.0.4ga\server\default\deploy directory

        • 1. Re: what i need to do
          kborna

          Right Click on the project you created. Select Export->WAR file and select your project from the web module drop down, and select the destination.
          Click finish. Move that war to deploy directory and start your Jboss

          • 2. Re: what i need to do
            linnpan

            thank you

            • 3. Re: what i need to do
              linnpan

              i do it as you guide, Right Click on the project i created. Select Export->... but there is no 'war file' option. i don't see . do i need to some plug-in else? or i need to do something else.

              • 4. Re: what i need to do
                kborna

                Did you created a web project? Does your program compiled ok?
                Also have you installed the JBoss plugin?

                Try it this way
                Right Click on your project, Select "Export" > Export...
                click on "+" next to web folder, and select WAR file.

                Let me know if that worked?

                • 5. Re: what i need to do
                  linnpan

                  i think i do not see the whole course to create a portal using jboss,i need to read more documents.
                  thanks for your help.