Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 435658

Summary: Node inspector UI should run on same port as web server
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: NodeAssignee: Project Inbox <orion.server-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2014-05-23 11:42:13 EDT
The debug UI provided by node-inspector should run on whatever port the rest of the Orion server runs on.

Currently we try to host the node-inspector UI on a separate WWW port, 8900 by default. This won't fly when running an Orion node server running in an environment like Cloud Foundry, where the server gets only 1 web port to the outside world.

Basically the node inspector UI should be just another piece of middleware added to the server. When you browse to (for example) http://localhost:8081/inspect/{PID}/ you should get the inspector UI for the app with that PID.
Comment 1 John Arthorne CLA 2015-05-05 16:19:00 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:


https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html