Forum Discussion
SmartBear_Suppo
Alumni
17 years agowell.. duh.. now I've found it, this wasn't the error.. it was the following line:
proxyConf.setHttpPort( Integer.getInteger( proxyPort ) );
which should have been
proxyConf.setHttpPort( Integer.parseInt( proxyPort ) );
It is now and a new build is in the oven.. sorry..
regards!
/Ole
eviware.com
proxyConf.setHttpPort( Integer.getInteger( proxyPort ) );
which should have been
proxyConf.setHttpPort( Integer.parseInt( proxyPort ) );
It is now and a new build is in the oven.. sorry..
regards!
/Ole
eviware.com