was

[Weblogic] Maven 환경에서 context-root 고정시키기

sup2is 2019. 8. 1. 13:24

 

weblogic으로 올라가는 프로젝트에서

 

자꾸 maven update 할때마다

 

context-root가 이상하게 변경되어서 찾아봤다

 

아래의 프로퍼티를 추가하면 된당

 

 

<properties>
  <m2eclipse.wtp.contextRoot>my_context_root !</m2eclipse.wtp.contextRoot>
</properties>

 

 

https://stackoverflow.com/questions/16617595/weblogic-application-context-root-is-war-file-name-instead-of-name-specified-in