Panduchunkz

Results 17 comments of Panduchunkz

> What specific version of Jetty 12, and what OS? I am using Jetty 12.0.27 on my Windows 11 OS.

> Please at least copy/paste the output of the logs, and define what do you mean by "accessing the URL path is not working". Do you get a 404? An...

> The logs show that your web application is correctly deployed under context path `/dummy`. > > > Yes, I am getting 404 error code while hitting the specific URL...

> [@Panduchunkz](https://github.com/Panduchunkz) can you run `start.jar jetty.server.dumpAfterStart=true` and get us the output from that? It would seem that you have a context deployed, but we want to see if the...

I want to clarify one more point in Jetty 12. Is web.xml is mandatory? Because in previous Jetty 9, the auto configures the URL paths using annotation scanning. Currently, I...

> [@Panduchunkz](https://github.com/Panduchunkz) if you add module `ee10-annotations` to your Jetty module configuration, does it work? > > ``` > cd $JETTY_BASE > java -jar $JETTY_HOME/start.jar --add-modules=ee10-annotations > ``` Yeah. Finally,...

I am able to hit the @WebServlet annotation class in my war. To Confirm that, I logged "Dummy Init " as sample message. The URL which throwing 404 will be...

> Also, you must not have `jakarta.servlet-api-6.1.0.jar` in `$JETTYBASE/lib/ext`. Remove it. Ok will do it and let you know the result. Kindly give the solutions for that @ApplicationPath annotation scanning

> > After fixing that 500 dependencies jar files in /ext directory. > > That is an invalid setup for Jetty 12 with environment specific webapps. > > There's layers...

> > > After fixing that 500 dependencies jar files in /ext directory. > > > > > > That is an invalid setup for Jetty 12 with environment specific...