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 74321 - 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: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL: http://java.sun.com/j2se/1.5.0/docs/g...
Keywords:
: 75008 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-03 16:37 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:37:53 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 - start server, go to runtime tab -> AS -> JVM options, set it
and restart the server.

   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 to Tools->Options->Advanced
Options->IDE conf...->...->SJSAS, eg. "Use IDE's proxy settings" with chechbox
which would be checked by default

   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 Nitya Doraisamy 2006-04-15 09:08:58 UTC
*** Issue 75008 has been marked as a duplicate of this issue. ***
Comment 2 Nitya Doraisamy 2006-04-15 21:44:32 UTC
Server uses IDE's proxy settings if option selected( it is by default)
Any change is propagated at next server restart 
Comment 3 Lukas Jungmann 2006-08-07 15:30:11 UTC
v.