I want to run my JSF-JSFUnit enabled webapp using a query like
When starting tomacat from eclipse I am passing the following as VM arguments
-DproxySet="true" -Dhttp.proxy.host="my proxy name" -Dhttp.proxy.port="proxy port"
But i still get the following error
INFO: I/O exception (java.net.SocketException) caught when processing request: Permission denied: connect
org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
My main page runs fine - http://localhost:8181/jsfunit_starter/index.faces
I have placed the cactus-report.xsl in the web content's root without changing it.
What could be the problem - is this related to being behind the proxy ?