Issue Details (XML | Word | Printable)

Key: UDIG-27
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: arccrap
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uDIG

No way to specify a proxy

Created: 30/Sep/04 05:46 PM   Updated: 06/Mar/09 06:00 AM
Component/s: catalog, metadata and search, webservices
Affects Version/s: UDIG 0.2, UDIG 0.3
Fix Version/s: UDIG 0.3

Environment: Windows XP
Eclipse 3.0
Issue Links:
Supercedes
 


 Description  « Hide
When trying to view the GMap service, i get an exception in the java console. I am behind a corporate firewall, and must enter my proxy information into the application, but you do not provide such a possiblity.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Jody Garnett added a comment - 01/Oct/04 08:10 PM
Good point; I usally see that as part of installation.

Standard Java HTTP proxy rules should apply - this is a normal java applet.

-Dhttp.proxyHost (default:<none>)
-Dhttp.proxyPort (default:80 if http.proxyHost specified)
-Dhttp.nonProxyHosts (default:<none>)

This information can be entered via eclipse.exe -vmargs

But it would be much nicer to include them in the config.ini
(Hey wait that is probably why one-click installers usually collect this information.)

For now I will enter this information in as
a commented out entry in our config.ini file.

Admittedly the long term solution should be to centralize this knowledge so both WMS/WFS can find it when making requests.

Jody Garnett added a comment - 01/Oct/04 08:23 PM
Found a "workaround" included in the latest documentation.

Linked bug UDIG-37 superceeds this bug with a request for a User Interface to make all this easy:
  http://jira.codehaus.org/browse/UDIG-37