War and ear files are nothing but jar files but with extensions as .war and
.ear

you can give the following command at the dos prompt

jar -cvf abc.war/abc.ear  <<files to be archived>

Its better to use some tools for such puposes. You can use ant also. or make
a batch file(.cmd)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks
Ashwani Kalra
Sr. Mem. Dev. Staff
Aithent Technologies
http://www.geocities.com/ashwani_kalra/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of OZGUR KISIR
Sent: Tuesday, March 26, 2002 4:49 PM
To: [EMAIL PROTECTED]
Subject: deployment into Tomcat question?


Hi all,
I want to compress (make a *.war file) my project for easy deployment. I
can run with putting the necessary files in the exact folders(classes into
WEB-INF/classes , jsp's /root/jsp etc...) However , how can I convert my
application into a   'myapp.war'  file?

Ozgur

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to