I am using IntelliJ 14 to deploy a Spring application for my local installation of Tomcat 8 (Windows).
I recently changed the shell of letters to some file names, and it seems that the Tomcat working directory is not updated correctly (maybe a file system error that does not take Windows into account).
How to clean Tomcat 8 working directory using IntelliJ?
IntelliJ creates the Tomcat cache in C:\Users\<your-username>\.IntelliJIdea<year>.<version>\system\tomcat . You can delete this folder to clear the cache.
C:\Users\<your-username>\.IntelliJIdea<year>.<version>\system\tomcat
Attention! Be sure to clear your browser cache. If you use Chrome, F12> "Application" tab> "Clear storage"> "Clear site data"
Link:
Directories used by the IDE to store settings, caches, plugins, and logs
I did not find this option in IntelliJ.
But you can delete the working directory in the folder
\Program Files\Apache Software Foundation\Tomcat XX\work\Catalina
He will do the job.
Source: https://habr.com/ru/post/988311/More articles:Are there better ways to update the execution timer every second than using a background worker who checks every 150 ms? - c #How to get a submatrix from an existing array in C # without copying? - arraysMVVM, dependency injection and too many constructor parameters - dependency-injectionHow to configure multiple gradle.properties files in Gradle for multiple projects? - javaRunning Flink Sample Flink in local - javaUpdating static variables in java - javaCannot reference Observable Class fields from xml layout - androidyii2 package - single file position - yii2How to use GnuPG inside Docker containers since there is no entropy? - dockercannot convert from 'System.Data.Objects.ObjectParameter' to 'System.Data.Entity.Core.Objects.ObjectParameter' - c #All Articles