WAR file generation in Java!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    WAR file generation in Java!

    I am trying 2 generate a war file using java.util.jar.
    But this is not working while i deploy it into Apache..
    Is there any APIs for WAR file generation like JAR file?

    Debasis Jana!
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by dmjpro
    I am trying 2 generate a war file using java.util.jar.
    But this is not working while i deploy it into Apache..
    Is there any APIs for WAR file generation like JAR file?
    There is nothing special about .war files w.r.t. .jar files; it's just the content of the
    .war file that has to obey to certain rules.

    Google is your friend; read all about it here.

    kind regards,

    Jos

    Comment

    Working...