3 Replies Latest reply on Apr 17, 2008 7:25 PM by peterj

    How to package a web app into a .war file?

    thoste

      The JBoss user guide shows in the section

      http://jbws.dyndns.org/mediawiki/index.php?title=User_Guide#Plain_old_Java_Object_.28POJO.29

      a POJO endpoint implementation.

      After the web.xml source it is said:

      "A JSR-181 java service endpoint (JSE) is packaged as a web application in a *.war file."

      How is this done practically?

      Do I have to add the compiled web service java class and web.xml into a jar archive ?

      How does this look like in detail ?

      Thomas