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 74326 - Server should be started with proxy settings defined in the IDE
Summary: Server should be started with proxy settings defined in the IDE
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL: http://java.sun.com/j2se/1.5.0/docs/g...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-03 16:53 UTC by Lukas Jungmann
Modified: 2014-09-16 12:22 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:53:52 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 Lukas Jungmann 2006-09-26 10:00:26 UTC
*** Issue 85527 has been marked as a duplicate of this issue. ***
Comment 2 Petr Hejl 2014-09-16 12:22:08 UTC
This has been fixed in weblogic_remote branch of jet-main.