Re: installing a web application on apache tomcat

2007-01-13 Thread Anoop kumar V
I would suggest that you check out the samples that come installed with tomcat. Also - in tomcat all that matters is that you drop a war file (or a directory) containing required files according to the J2ee specs into the webapps directory. So it would be something like this: webapp + your-web-

Re: installing a web application on apache tomcat

2007-01-13 Thread Dhaval Patel
Hi, There are couple of ways to do it. Following are few of them: (1) Using Tomcat manager application to upload .war file for your application. (2) You can put your web application folder inside Tomcat webapps (TOMCAT_HOME\webapps). But you have to make sure that you use WEB-INF\web.xml inside

installing a web application on apache tomcat

2007-01-13 Thread archana acharya
hello all, I am Archana Acharya, I am pursuing with final year BCA in India.As a part of my final term project I am required to install a web application in apache tomcat, by reading the documentation provided i understood that i have to set the context (specify the path) in a file called web.xml