Can the Run/Debug configuration behavior be modified back to normal behaviors?

Answered

IntelliJ does some weird things in the Run/Debug Configuration:

  • If your project/module name is aaa-bbb, it renames it to aaa_bbb in both the Server and Deployment tabs.
  • If you are deploying to Tomcat (posibly to others) it appends _war or _war_exploded.

The above can be manually restored to the original normal names on each configuration, but it is easy to forget and end up doing massive troubleshooting.  This can be particularly annoying when you are deploying various projects/modules and they happen to produce WARs hosting rest services that could call each other and expect the normal names.

So, I was wondering... is there a place where these things are configured in IntelliJ IDEA so that I can reconfigure the defaults back to what is normal in the industry?

0

Please sign in to leave a comment.