Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

http.proxyHost and http.proxyPort



I am working with a customer, trying to get my application working with his proxy server. The Parsnips application uses HTTP to download and index web pages. I don't yet have explicit proxy support, but I thought I could get it working by having him define the http.proxyHost and http.proxyPort properties in the Info.plist.

BTW: The app does work correctly for him if he disables the proxy server.

Here is a snippet of the Info.plist where the properties are defined:

    <key>Java</key>
    <dict>
        ...
        ...
        <key>Properties</key>
        <dict>
            <key>http.proxyHost</key>
            <string>10.190.193.1</string>
            <key>http.proxyPort</key>
            <string>3128</string>
        </dict>
    </dict>

This doesn't seem to be working for him. Does anyone know if I'm doing something wrong or if there is a problem in Apple's implementation of this?

--
Bill Tschumy
Otherwise -- Austin, TX
http://www.otherwise.com


_______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.