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 269642 - Java EE 6 REST: Hello World Relative URL
Summary: Java EE 6 REST: Hello World Relative URL
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Samples (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-24 18:06 UTC by eyevolver
Modified: 2017-01-25 07:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eyevolver 2017-01-24 18:06:21 UTC
After a successful build and deploy, browser opens to /resources/helloWorld (resulting in a 404 page) and it should browse to /resources/greeting.  A simple change to the Relative URL: parameter in the Project Properties will resolve the problem.
Comment 1 eyevolver 2017-01-24 18:08:50 UTC
Sorry, forgot to mention this is found in the Start Page->Try a Sample Project->Samples->Web Services path.