0

So according to these sources:

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

and

https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000667490-Where-does-intelliJ-save-projects-

Intellji should be:

${dir.to.idea.project}\YourWebApp\out\artifacts

which in my instance would

~/IdeaProjects/projectname/YourWebApp/out/artifacts

However there is only and empty dir under:

~/IdeaProjects/projectname/

I figure this may be the wrong project name folder is there any way to check this and confirm within the IDE.

Will
  • 8,246
  • 16
  • 60
  • 92
  • What is the artifact output location? See https://www.jetbrains.com/help/idea/artifacts.html. Do you have any web artifacts configured for this project? – CrazyCoder Apr 10 '20 at 18:57
  • /Users/mcerlane_w/git/ghix-web/target/ghix-web/ I'm guessing it just pulls from there? target has my ghix-web.war and ghix-web dir but no out folder only index.jsp META-INF resources and WEB-INF – Will Apr 10 '20 at 19:03
  • So does it appear there after you Build | Build Artifacts? – CrazyCoder Apr 10 '20 at 19:04
  • Please share the [Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). – CrazyCoder Apr 10 '20 at 19:34

0 Answers0