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 83056 - Need way how to force server to be restarted
Summary: Need way how to force server to be restarted
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-20 00:06 UTC by Lukas Jungmann
Modified: 2010-04-05 07:40 UTC (History)
2 users (show)

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-08-20 00:06:24 UTC
In case when the server is running in debug mode and one tryes to debug
appclient (or any client side component, which has to be deployed somewhere and
run using eg. ACC) then value of "jpda.address" property for ACC will be same as
for the server itself, therefore debug session for client side component cannot
be created.

One way how to fix this would be to provide some way how to force server to
start server in running mode in case it is running in debug mode, other is
described in issue 83055.