aspose file tools
The moose likes Tomcat and the fly likes how to make a .war file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "how to make a .war file" Watch "how to make a .war file" New topic
Author

how to make a .war file

mazoun yusuf
Greenhorn

Joined: Feb 11, 2005
Posts: 19
how can u make a .war file in order to deploy a file

mazoun
Arto Pastinen
Ranch Hand

Joined: Dec 13, 2002
Posts: 79
I use maven to build my projects. Internally it uses ant task.
Tim Baker
Ranch Hand

Joined: Oct 04, 2003
Posts: 541
I Use ant, and ant has a jar task, which can create wars
eg
<jar destfile="releases/new/packages/gwa.war" basedir="releases/new/files" />

If you want to do it via the command lind you use the jar command, which you use according to these instructions:

http://java.sun.com/docs/books/tutorial/jar/basics/


Kim Jong II (North Korea's Dear Leader) said:Nuclear weapons don't kill people, people kill people.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to make a .war file
 
Similar Threads
how to make a war file
servlets
What is a .war file?
WAR file
Request for JSP Samples