views:

23

answers:

2

Is there an easy way to tell Netbeans (6.9) what page to open when I "run" my Maven Enterprise project? It opens a totally wrong context path. I guess there are some options I can specify on the Project Properties | Actions page -> "Run project" action, I just can't find it anywhere as documentation seems to be nonexistent for Netbeans...

A: 

Did you specified relative url in Project properties / run?

alt text

amra
Sorry, I was not clear. It is the context path that is wrong (which is part of the URL). I do not run the web project (because it says "In-place deployment..." but doesn't do anything other than compile), I run the Assembly project instead.
Gabor Kulcsar
+1  A: 

you are running into http://netbeans.org/bugzilla/show_bug.cgi?id=176096. I haven't found a fix for it yet.

vkraemer