tesla / m2eclipse-webby

Web Application Runner for Maven WAR Projects
https://docs.sonatype.org/display/M2ECLIPSE/Integration+with+Maven+WAR+Plugin
18 stars 17 forks source link

Unable to initialize context in embedded jetty 11 server using sontype m2e plugin (0.2.2) #22

Open anshuhedau opened 5 months ago

anshuhedau commented 5 months ago

Hi Team,

We are using org.sonatype.m2e.webby (0.2.2 version) (https://github.com/tesla/m2eclipse-webby) plugin to launch the application in embedded jetty server (11 version). We recently upgraded the jetty version from 9 to 11 as part of the spring upgrade process from 5.3.25 to 6.1.6 version, post which this has stopped working. We also tried to update the latest sonatype plugin version available which is version 0.3.1 , but this did not work as well. 

Please help resolve this issue. browser_error browser_error_2 error.txt

RoiSoleil commented 5 months ago

I tried to run a Jetty 11 exemple with Webby and it worked. Do you have a example to reproduce your problem ?