Tomcat deployment error Intellij Idea

I am facing a deployment problem in Tomcat. I'm using Intellij Idea as an IDE and also using Maven for my project.
For example, I am working on a project and then when I want to open another project, Tomcat shows the first project data not the second one.
I tried to restart, redeploy, rebuilt and also rebuilt artifacts but again I am getting same result... and also I cleared my browser history.
Please give me some advice.

0

Do you stop Tomcat, open the second project, then start Tomcat, deploy the new app and still see the first app deployed? Do you deploy both apps under the same context?

How do you deploy, from IDEA or from Maven?

0

请先登录再写评论。