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 216218

Summary: "Run" opens the wrong web component in the browser for Maven-based JavaEE6 EAR project
Product: javaee Reporter: big_al <big_al>
Component: MavenAssignee: Martin Janicek <mjanicek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description big_al 2012-07-31 19:34:36 UTC
How to reproduce:

1. Create Maven-based JavaEE6 EAR project
2. Open the Properties for the WAR project and change the context path to "/somethingelse"
3. Clean and build the project
4. Run the EAR project

Observed:

The browser opens http://localhost:8080/nameofwar-!.0-SNAPSHOT

Expected

The browser should open http://localhost:8080/somethingelse  (as specified in step 2).


Note, it works fine if the project is a Maven-Based JavaEE6 WAR project.
Comment 1 Jiri Skrivanek 2012-08-01 07:35:22 UTC

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