Author
how we create a war file in j2ee
Thakur Sachin Singh
Ranch Hand
Joined: Jun 15, 2010
Posts: 209
hai anybody give me the idea??
my blog SCJP 6- 91%, IBM DB2, IBM RAD Certified
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Deepa Gowda
Greenhorn
Joined: Dec 09, 2010
Posts: 4
when you deploy a project war file will be created.
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
Deepa Gowda wrote: when you deploy a project war file will be created.
The war can't be created by deploying a war. How would it get created in the first place? If you are talking about a specific IDE, not everyone uses the same IDE, or an IDE at all.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
venkatesh goud
Greenhorn
Joined: Nov 23, 2010
Posts: 9
posted Dec 09, 2010 22:10:37
0
This may useful
using ant
1. http://s2sgateway.com/jsp/create-a-war-file-using-jsp-code/
2. http://www.ecomputercoach.com/index.php/component/content/article/76-building-a-j2ee-web-application-using-ant-script.html?start=1
3. jar -cvf sample.war
Thakur Sachin Singh
Ranch Hand
Joined: Jun 15, 2010
Posts: 209
can anyone give me the steps of creation of war file?
is we create war file in a single command or there is some lengthy method to do that?
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
Have you even read this topic? The single simple command is given in the first reply.
subject: how we create a war file in j2ee