glassfish - Eclipse (Kepler) Ignoring Context Root -
we have multi-module maven project. context root our jax-rs specified in pom , application.xml gets generated when maven build on project.
inside eclipse when clean/build project , deploy glassfish context-root gets ignored , context-root ends being name of war file.
is there way override this? didn't seem issue in older version of eclipse had been using.
if you're running server inside eclipse, try right-clicking project , going properties > web project settings. change context root want , click apply. in servers tab, turn off glassfish if it's running, right click glassfish server , choose clean it. try running project.
Comments
Post a Comment