
| Key: |
UDIG-27
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Blocker
|
| Assignee: |
Unassigned
|
| Reporter: |
arccrap
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP
Eclipse 3.0
|
|
Issue Links:
|
Supercedes
|
|
|
|
This issue is superceded by:
|
|
|
|
|
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|
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.