In JBoss and Glassfish server, the location of the log file depends on the chosen server domain. Therefore the log file path has to be adapted after changing the server domain. Currently the log file path is not changed after it has been set once.
Steps to reproduce:
1.) Create a JBoss run configuration;
2.) Select the JBoss application server;
3.) Select the 'default' server domain;
4.) Check the log file path:
-> <JBOSS HOME>/server/default/log/server.log
5.) Change to the 'all' server domain;
6.) Check the log file path again:
It's still .../server/default/log/server.log instead of .../server/all/log/server.log.
Issue was closed