I have a tomcat server working, and there I have a webapp folder my_web_app.
I didn\'t deploy the project; I only have that folder of that application (
There is a way to create war file of your project from eclipse.
First a create an xml file with the following code,
Replace HistoryCheck with your project name.
Now, In project explorer right click on that xml file and Run as-> ant build
You can see the war file of your project in your project folder.