0

I know how to configure tomcat to run my Dynamic web project created in eclipse. Can any body please explain me the step by step process which tomcat does to run my web project?

Aneesh
  • 153
  • 5
  • 18
  • Go to console and see the steps.... – Distopic Jul 31 '13 at 13:20
  • I can see like; Jul 31, 2013 8:32:17 PM org.apache.catalina.core.StandardContext reload INFO: Reloading Context with name [/TestApp] has started Jul 31, 2013 8:32:18 PM org.apache.catalina.core.StandardContext reload INFO: Reloading Context with name [/TestApp] is completed – Aneesh Jul 31 '13 at 14:59
  • Is tomcat creating any WAR file of running project? – Aneesh Jul 31 '13 at 15:01

1 Answers1

2

I could see a detail clarification regarding this in following links;

Where does Eclipse deploy web applications using WTP?

http://oreilly.com/pub/a/java/archive/tomcat.html?page=1

http://www.mulesoft.com/tomcat-deploy

Community
  • 1
  • 1
Aneesh
  • 153
  • 5
  • 18