Search code examples
javaintellij-ideajbossjboss-eap-7

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


I've successfully deployed an application (app.ear) inside of the application server Jboss EAP 7.1 from IntelliJ IDEA 2019.2.3. I'd like to know where is the folder where it was deployed. I'm using windows and I was searching in this path:

C:\Users\juanca\.IntelliJIdea2019.2\system\

However I couldn't find the folder. Any idea?


Solution

  • After looking for the solution, I found that IntelliJ uses the tmp\vfs folder inside the Jboss directory to deploy the applications, this is the path:

    $JBOSS_HOME\standalone\tmp\vfs\deployment\