Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is my app placed when deploying to Tomcat using IntelliJ IDEA?

I am deploying an application from IntelliJ IDEA to the local Tomcat server. I thought the apps you deploy are placed in the webapps folder, however it does not turn up there.

Is this correct? Where is it?

like image 441
LuckyLuke Avatar asked May 05 '12 12:05

LuckyLuke


1 Answers

Just for reference, the corresponding folder on a mac (for IntelliJ 13) is:

/Users/<username>/Library/Caches/IntelliJIdea13/tomcat/ 
like image 117
dewtea Avatar answered Sep 19 '22 11:09

dewtea