Mar
10
2009
0

Subversion proxy connection issues with Eclipse (In windows)

If you are having issues connecting to your subversion repositories from Eclipse (May be with Subversive/Subclipse). Try the following.

Enter proxy details into Subversion configuration:

Open servers file in the following location

Window XP
C:\Documents and Settings\MyUserId\Application Data\Subversion\servers
Windows Vista
C:\Users\Clientside\AppData\Roaming\Subversion\servers

Update following lines at the end of file

[global]
http-proxy-exceptions = yourproxy exceptions (e.g. dev.company.com.au)
http-proxy-host = yourproxyhost (e.g. proxy.company.com.au)
http-proxy-port = your proxy port (e.g. 8080)
http-proxy-username = proxyusername
http-proxy-password = proxypassword

This step might not be needed all the time

Update Eclipse Proxy settings

Windows > Preferences

Type ‘proxy‘ in the filter text box. Go to ‘Network Connections’ config page. Choose manual proxy configuration and Update the proxy details.

Written by Kishore in: eclipse, java | Tags: , , , ,
Jun
20
2008
0

Eclipse/RAD debugger timing out before starting server

Is your RAD/Eclipse Java debugger timing out before starting the server?

Have a gazillion projects in RAD/Eclipse which all have to be deployed in server for debugging all the time like I do?

There is an easy way to increase RAD/Eclipse debugger timeout.

  1. Go to Windows > Preferences > Java > Debug
  2. Increase both “Debugger time-out” and “Launch time-out” value to be much larger. Try values like 180000/360000 respectively for time-out values of 3 and 6 mins.

Full article at IBM

http://www-1.ibm.com/support/docview.wss?rs=2042&context=SSRTLW&context=SSJM4G&context=SSSTY3&context=SSCGQ7C&context=SSDV2W&uid=swg21212755&loc=en_US&cs=UTF-8&lang=en

Written by Kishore in: eclipse, java | Tags: , ,

Powered by WordPress. Theme: TheBuckmaker