Repost: how do I set http proxy on windows

Hi,

This is a repost of an issue I added to the gateway forum, but haven’t had a response after 5 days or so. Original post here:

Hi,

The instructions for http proxies and msn here work great for my

linux workstation. Unfortunately my colleagues runs windows and can’t

edit the openfire .sh script to add the http proxy options.

http://www.igniterealtime.org/community/docs/DOC-1100

<quote>

Ex:

nohup “$app_java_home/bin/java” -server

-Dhttp.proxyHost=mywebcache.mydomain.com -Dhttp.proxyPort=3128

-Dinstall4j.jvmDir="$app_java_home" …

</quote>

Can someone update the docs (or answer this post) with instructions for

adding these JVM properties for windows, both when running from the

command line and as a service.

thanks indeed.

bil m

Hi,

he may have an openfire.vmoptions file or something like this (proper name is in the installation docs). One can add there much more lines, like

-Xms128m
-Xmx256m
-Dhttp.proxyHost=mywebcache.mydomain.com
-Dhttp.proxyPort=3128

.

This should work fine on Windows.

LG

PS: You may want to remove “Not tested yet” in Proxy Considerations for MSN Support if this works.

thanks for the answer. just what I needed.