Q: My internet connection requires a proxy to be configured in internet options. How can I configure the same in OperAnk?
A: Sorry for a late reply.
For proxy configuration, you will need to edit the config2.xml file found inside
C:/Documents and Settings/<computer user>/.microemulator/config2.xml
<config>
...
<system-properties>
<system-property name="http.proxyHost" value="webcache.mydomain.com"></system-property>
<system-property name="http.proxyPort" value="8080"></system-property>
<system-property name="http.nonProxyHosts" value="localhost"></system-property>
</system-properties>
...
</config>
Temme if you still find any problems. Just checked the number of downloads, was impressed by the enthusiasm.
Have a nice day.
A: Sorry for a late reply.
For proxy configuration, you will need to edit the config2.xml file found inside
C:/Documents and Settings/<computer user>/.microemulator/config2.xml
<config>
...
<system-properties>
<system-property name="http.proxyHost" value="webcache.mydomain.com"></system-property>
<system-property name="http.proxyPort" value="8080"></system-property>
<system-property name="http.nonProxyHosts" value="localhost"></system-property>
</system-properties>
...
</config>
Temme if you still find any problems. Just checked the number of downloads, was impressed by the enthusiasm.
Have a nice day.
No comments:
Post a Comment