Gil Heiman
Sr. Member
   
Offline
Posts: 322

|
 |
« on: May 24, 2007, 09:36:59 PM » |
|
For those of you who are experiencing problems installing Collanos due to a company proxy, for now, there is a quick, manual work-around to resolve this issue:
If proxy doesn't need authorization, the following lines could be added to ‘Workplace.ini’ file, located in Collanos installation directory, at the end of the file:
-Dhttp.proxyHost=192.168.40.78 -Dhttp.proxyPort=12345
So, it should look like:
C:\Program Files\Collanos1.0.3.14\jre\bin\javaw.exe -vmargs -client -Xms96m -Xmx256m -Dhttp.proxyHost='your proxy server address/number' -Dhttp.proxyPort=8443
Enter your own proxy instead of: 'your proxy server address/number'.
In the future we will automate this process as much as possible.
|