0

I have a jar file which takes some input from command line and does processing. I want to make this jar file as a deployable war file (wildly file) How can i do that? Any guide would be appreciated. (I have installed jobs tools in my eclipse,)

And I would like to know the difference between ear file and the war file? Any detail explanation would be appreciated?

Ratha
  • 9,434
  • 17
  • 85
  • 163
  • Possible duplicate of [.war vs .ear file](http://stackoverflow.com/questions/1594667/war-vs-ear-file) – ozOli Mar 31 '16 at 11:36

1 Answers1

0

I'm not sure a command line application makes much sense in a web container. That said in a WAR libraries need to go in the WAR/WEB-INF/lib directory.

James R. Perkins
  • 16,800
  • 44
  • 60