RE: duplicated org.exolab.jms.net.https.proxyHost
"Tim Anderson" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for pointing this out - I've corrected the page and re-uploaded it. In your example, you need to add the following to jndi.properties: org.exolab.jms.net.https.proxyHost=myproxy org.exolab.jms.net.https.proxyPort=80 -Tim _____ From: openjms-user-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:openjms-user-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of daniel soria Sent: Friday, 1 July 2005 8:46 PM To: [email protected] Subject: [openjms-user] duplicated org.exolab.jms.net.https.proxyHost Hi All, On the page <http://openjms.sourceforge.net/usersguide/https.html> http://openjms.sourceforge.net/usersguide/https.html , where you explain the https connector properties, the same name shows up twice: "org.exolab.jms.net.https.proxyHost". Assigning it in one opportunity, the value of proxyhost, and in the other, the value of proxyport. How must I set these values when I have for example the proxy host as "myproxy" and the proxy port as 80 in the file "jndi.properties"?