Hi All,
Tomcat newbie here...
I downloaded and setup my Apache Tomcat 6 in our production server. I then started it to see if its running nad found out that its okay.
It runs and then I place my project war file there. I am about to restart the tomcat service when I notice that that my web archive file was already unzipped and my project web file is already set at the web apps folder.
I think, my setup has an autodeploy feature but I kept on thinking if this is a good thing?
I have these questions in mind.
- Does tomcat really auto deploys web archive file and what is the frequency that it does?
- Is this a nice feature?
- So what if I leave my war file there, does that mean that Tomcat will reload or unzip the archive file every now and then.
- Is what Tomcat does to my war file the same as when I properly restart my tomcat and let the tomcat service deploy my war file.
Please advise as I am quite confuse. Thanks