The Artima Developer Community
Sponsored Link

Java Answers Forum
WAR file

1 reply on 1 page. Most recent reply: Feb 4, 2005 2:11 AM by Pradeep

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
gaurav

Posts: 2
Nickname: ramgaurav
Registered: Jan, 2005

WAR file Posted: Jan 24, 2005 8:35 PM
Reply to this message Reply
Advertisement
thank you , as per your saying i now understand that we have to save our WAR file in TOMCAT_HOME\webapps\ .and after doin this it have worked ,
btu sorry to disturb you please tell me that how to create WAR file in tomcat.

thank you
gaurav


Pradeep

Posts: 3
Nickname: pradeepa
Registered: Jan, 2005

Re: WAR file Posted: Feb 4, 2005 2:11 AM
Reply to this message Reply
Hi gaurav ,

Once u finish all the things like coding and setting the class files in web-inf\classes, creation of web.xml file and all . go to the command prompt know move to the root directory of your project and type the command

jar -cvf warfilename.war *.*

This is will create the war file in the root directory with the specified name.

Pradeep.Jaladi

Flat View: This topic has 1 reply on 1 page
Topic: problems with jakarta commons fileupload Previous Topic   Next Topic Topic: Swing GUI design query

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use