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 236027

Summary: RESTful JavaScript Client in Maven: wrong default web pages folder
Product: webservices Reporter: Petr Jiricka <pjiricka>
Component: RESTAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Jiricka 2013-09-16 13:15:01 UTC
See also bug 236011.

In a Java EE Maven project, when the RESTful JavaScript Client wizard is used, generated pages folder is set by default to 'public_html'. The correct default location is the web root, i.e. src/main/webapp.

Steps to reproduce:

http://www.youtube.com/watch?v=gIEBo2AUDkA
Comment 1 Milan Kuchtiak 2014-07-24 10:18:01 UTC
See the fix:
http://hg.netbeans.org/web-main/rev/479ac9934a7d

*** This bug has been marked as a duplicate of bug 236011 ***