This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 74324 - Server should be started with proxy settings defined in the IDE
Summary: Server should be started with proxy settings defined in the IDE
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL: http://java.sun.com/j2se/1.5.0/docs/g...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-03 16:51 UTC by Lukas Jungmann
Modified: 2006-08-07 15:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-04-03 16:51:20 UTC
Currently if user is behind a proxy server and want to set it up correctly
then he has to do it on 2 places:
 - for the IDE using Tools->options (for eg. autoupdate)
 - for the server - in its conf file.

   It would be better to start server with proxy JVM options defined in the IDE.
It would be very useful for users working with webservices mainly in cases they
are working with local and remote webservices at once.
   User should be also able to don't use these pre-defined values, so for this
case i would recommend to add new option somewhere, probably to server manager.
Something like eg. "Use IDE's proxy settings" with chechbox which would be
checked by default would be fine.

   This applies to following options:
http.proxyHost, http.proxyPort, http.nonProxyHosts, https.proxyHost, https.proxyPort

   Plugin should get correct values of these options for the server using
"System.getProperty(propName);".
Comment 1 Sherold Dev 2006-04-08 21:03:28 UTC
F.

Checking in nbproject/project.properties;
/cvs/tomcatint/tomcat5/nbproject/project.properties,v  <--  project.properties
new revision: 1.7.20.1.2.1; previous revision: 1.7.20.1
done
Checking in src/org/netbeans/modules/tomcat5/customizer/Bundle.properties;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3.30.2; previous revision: 1.3.30.1
done
Checking in src/org/netbeans/modules/tomcat5/customizer/CustomizerDataSupport.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerDataSupport.java,v
 <--  CustomizerDataSupport.java
new revision: 1.2.12.2.2.1; previous revision: 1.2.12.2
done
Checking in src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.form;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.form,v
 <--  CustomizerJVM.form
new revision: 1.2.12.1.2.2; previous revision: 1.2.12.1.2.1
done
Checking in src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/customizer/CustomizerJVM.java,v
 <--  CustomizerJVM.java
new revision: 1.2.12.2.2.2; previous revision: 1.2.12.2.2.1
done
Checking in src/org/netbeans/modules/tomcat5/ide/StartTomcat.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/StartTomcat.java,v 
<--  StartTomcat.java
new revision: 1.72.6.4.2.1; previous revision: 1.72.6.4
done
Checking in src/org/netbeans/modules/tomcat5/util/TomcatProperties.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/TomcatProperties.java,v
 <--  TomcatProperties.java
new revision: 1.2.12.4.2.4; previous revision: 1.2.12.4.2.3
done
Comment 2 Lukas Jungmann 2006-08-07 15:30:27 UTC
v.