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 247920

Summary: Switching from NodeJS run config back to Web Application does not remember server
Product: web Reporter: Vladimir Riha <vriha>
Component: HTML ProjectAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vladimir Riha 2014-10-14 11:19:13 UTC
Please try following:
  - create a new HTML5 application
  - enabled NodeJS support
  - from bubble notification, enable "Run on NodeJS"
  - go to project properties -> Run
  - switch back to Web Application run config

=> server is set to external although it used to be embedded.


This is quite a minor issue but for unexperienced user who wants to "revert" the NodeJS configuration back to the default one it could be a bit confusing. It would be nice if the last used Web Server would be remembered.

Thanks