Currently Being Moderated

Proxy Considerations for MSN Support

VERSION 2

Created on: Sep 6, 2007 9:11 AM by Daniel Henninger - Last Modified:  Jun 16, 2008 12:43 PM by LG

The MSN protocol requires both port 1863, the standard MSN protocol port, and port 443, HTTPS.  Many sites require proxies for HTTP/HTTPS traffic but are willing to open up port 1863.  If you require proxy support for port 443 to get MSN working, you can instruct the JVM to send all https connections through the proxy with the following options:

 

-Dhttps.proxyHost=myproxy.mydomain.org -Dhttps.proxyPort=myproxyport

 

Ex:

nohup "$app_java_home/bin/java" -server -Dhttp.proxyHost=mywebcache.mydomain.com -Dhttp.proxyPort=3128 -Dinstall4j.jvmDir="$app_java_home" .......

 

You can read more about this at: http://java.sun.com/j2se/1.5.0/docs/guide/net/proxies.html

 

A better solution will be worked out in the future, but for now, this is a good stopgap.

 

Windows

Not tested yet: Edit the openfired.vmoptions or openfire-service.vmoptions file and add every -D... parameter as a new line. The Installation Guide describes both files.

Average User Rating
(0 ratings)




billmil billmil  says:

OK. Your example makes sense in unix. But how does a person add these -D properties when running from the install4j-generated .exe file?

 

thanks.

Daniel Henninger Daniel Henninger  says in response to billmil:

I honestly have no idea.  =)  I don't work with Windows so I don't have any idea where to look.  If you find out where please let me know and I'll update this document.

More Like This

  • Retrieving data ...