Failed to upgrade project classes and resources using Intellij and Tomcat

Asked

Viewed 89 times

0

I am using Intellij to develop a web project, the application server used is Tomcat. I configured shortcut keys to update the features and just reload the page for the modifications in the project to be loaded. Everything was working, suddenly stopped. Follow the print of the Tomcat settings in my project: inserir a descrição da imagem aqui

I have tried several options in the fields 'On update action' and 'On frame deactivation', I’m not succeeding with any attempt. As you can see the selected Artifact is the exploded as recommended on some websites and tutorials.

1 answer

1


I managed to solve the problem as follows:

In the Tomcat root folder open conf folder;

Open the context.xml file;

Inside the file, in the scope of the 'context' tag add the line: Resources cachingAllowed="false"/

Restart Tomcat server instance within intellij;

Done! All files are updated by using Ctrl + F10. Just upload the page and the files will be updated.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.