• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

howto build .war file from intellij Idea 5 ?

 
Ranch Hand
Posts: 472
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, wonder can we build a war file from intellij IDE ? thank you for guidance
 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Nakata kokuyo:
hi, wonder can we build a war file from intellij IDE ? thank you for guidance



I'm not aware of a way to build a WAR file in IntelliJ itself, but you do have options.

You can create a WAR file using Ant, and you can run that inside IntelliJ.

IntelliJ can run a Web app inside the IDE under Tomcat or WebLogic. You have to use the default directory structure for an exploded WAR file. Once you have that, it's an easy matter to make a WAR file using the jar.exe tool in a command shell.
reply
    Bookmark Topic Watch Topic
  • New Topic