I am using Eclipse for Java web development. I have WTP and Tomcat installed. I run Tomcat via Eclipse (which is a pretty standard configuration).
What I want to understand is that:
When you right click on a server in the Servers tab, it gives you two options:
Not much information could be found on Google. People are blindly choosing "Clean". Could someone please explain the difference between the two options?
Thank you in advance.
Clean: Purges all webapps and redeploys them (don't do this while the Tomcat instance is running)
Clean working dir: Cleans out Tomcat's work dir, e.g., where compiled JSPs go. See here.
2.1m questions
2.1m answers
60 comments
57.0k users