jetty service start with two java processes, jetty container and application service
/usr/local/java8/bin/java -jar $JETTY_HOME/start.jar -Dapp.workdir=$APP_WORK_HOME
then jacoco throws java.net.BindException: Address already in use, cause both processes create agent use the same port. I found in lower version, Agent class won't throw any Exception, so it can works with lower version such as 0.7.x , while , in 0.8.x, the method throws Exception, so my jetty service cannot start normally, can I remove the exception?
