Modify

Opened 16 years ago

Closed 15 years ago

#2835 closed enhancement (invalid)

Proxy Einstellungen

Reported by: jeggert Owned by: team
Priority: major Milestone:
Component: unspecified Version:
Keywords: Proxy Cc:

Description

Ist es möglich die Proxy-Einstellungen zu erweitern?

  1. Das man eine Proxy-Konfigurations-URL (Konfigurationsskript) eingeben kann
  1. Das JOSM die Einstellungen des Internet Explorers übernimmt

Attachments (2)

Screenshot_003.jpg (35.4 KB ) - added by jeggert 16 years ago.
Einstellungen Firefox
Screenshot_004.jpg (35.7 KB ) - added by jeggert 16 years ago.
Einstellungen Internet Explorer

Download all attachments as: .zip

Change History (8)

by jeggert, 16 years ago

Attachment: Screenshot_003.jpg added

Einstellungen Firefox

by jeggert, 16 years ago

Attachment: Screenshot_004.jpg added

Einstellungen Internet Explorer

comment:1 by jeggert, 16 years ago

Component: Coreunspecified
Priority: trivialmajor
Version: latest

comment:2 by anonymous, 16 years ago

Using the IE proxy settings can be done relatively easy in newer Java versions:

System.setProperty("java.net.useSystemProxies", "true");

This enables the proxy settings of the Java control panel and by default this uses the browser settings (of the Windows OS respectively the IE).

comment:3 by jeggert, 16 years ago

I changed the setting in the Java control panel but I can't connect to the server. Everytime I get this Message:

java.net.SocketTimeoutException: connect timed out

How can I use:
System.setProperty("java.net.useSystemProxies", "true");

comment:4 by anonymous, 16 years ago

That line was for the developers to be integrated in JOSM.

As an end user you can set this property via command line on JOSM start-up:

java -jar josm-tested.jar -Djava.net.useSystemProxies=true

comment:5 by jeggert, 15 years ago

That will perhaps work, but to use JOSM at work I need configure script. At this script i have to insert my username and password.
How do I change the settings in JOSM?

comment:6 by jeggert, 15 years ago

Resolution: invalid
Status: newclosed

It only works with the JOSM-Webstart edition!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.