Why the Web Interface CA Vantage v14 start up takes a long time and consume high resource?
This is caused by setting of the started task.
To be precise "user.dir=/"
This cause java to look for jar files in lot of places instead only in intended ones.
To fix this you have to add into the WebUI started task, the following line at the end of IJO configuration section:
IJO="$IJO -Duser.dir=${CATALINA_HOME}"