]
Rob Stryker commented on JBIDE-19755:
-------------------------------------
I've pushed the patch that does an initial implementation.
I would strongly suggest users do not monitor the management port at all until an upstream
fix is committed.
I will be writing a blog entry on how to use this in the near future, both for users and
for extenders.
Implement ServerPort portion of wst.servertools API
---------------------------------------------------
Key: JBIDE-19755
URL:
https://issues.jboss.org/browse/JBIDE-19755
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: server
Affects Versions: 4.3.0.Alpha2
Reporter: Rob Stryker
WTP has support for port monitoring in it. This is a piece of code that I've
neglected to implement for, oh, 9 years. I think now's the time, since [~bbrodt] has
been asking about it.
Unfortunately, I've been hit by an upstream bug that hinders my progress:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=466109
To be clear, I have a proposed patch which works for HTTP monitoring but simply
doesn't function for monitoring the management port due to an upstream bug.