Clean Tomcat's working directory with IntelliJ
Asked Answered
S

1

16

I'm using IntelliJ 14 for deploying a Spring App to my local Tomcat 8 installation (Windows).

I recently changed the letter casing of some file names and it seems that Tomcat's working directory is not updated correctly (propably the fault of Windows's case-insensitive filesystem).

How do I clean Tomcat 8's working directory with IntelliJ?

Systaltic answered 1/6, 2015 at 11:45 Comment(0)
B
10

IntelliJ creates the Tomcat cache at C:\Users\<your-username>\.IntelliJIdea<year>.<version>\system\tomcat. You can delete this folder to get the cache clean.

For Windows, the folder is c:\Users\<your-username>\AppData\Local\JetBrains\IntelliJIdea<year>.<version>\tomcat\

Attention! Be sure to clean the browser cache. If you use Chrome, F12>Application Tab>Clear storage>Click Clear site data

enter image description here Ref:

Directories used by the IDE to store settings, caches, plugins and logs

Brasilin answered 14/4, 2017 at 6:56 Comment(1)
c:\Users\<your-username>\AppData\Local\JetBrains\IntelliJIdea2022.2\tomcat\Mernamero

© 2022 - 2024 — McMap. All rights reserved.