How to Deploy simple webapp onto Apache Tomcat Server 7.0.23 ?
Raman Ghai
Ranch Hand
Joined: Jan 01, 2012
Posts: 51
posted
0
Hi guys,
I have created a simple web application which consists of three files : context.xml , web.xml and file1.html . located in F:\Project directory
Then I created a simple war application from these files using command prompt:
The contents of files are as follows :
1. context.xml
2. web.xml
3.File1.html
I have tried to deploy this webapp onto Tomcat Server running on http:\\localhost:8080 but it displays some error like file not found ..
please tell me step by step how to deploy this app onto Apache Tomcat Server 7.0.23 ?