hi
i am using tomcat 7 as a container. my application is ready to upload on the server.
can you tell me how i can upload the web application on windows 2003 server.
thanks but i still don't get it. if i want to make my application accessible than i have to put whole application directory on the server which have tomcat server running and put it into webapps of tomcat ? Is it that way ? or any other way please let me know.
Hi,
You can either manually copy your webapp in the tomcat's webapp directory. OR you can access the tomcat admin console and deploy your war from the console.
Hi,
When you type http://<yourhostname>:8080 , tomcat displays its default index page.
On that page you can find a menu item link to the Admin console.