Hi, How are you running jetty? Are you running in the distribution/embedded/maven plugin? Do you have jsp and it's dependencies enabled?
Making a very simple webapp that is a directory that looks like: /test index.jsp deploys and runs just fine on the jetty-11 distro, so there must be something else going on with your setup. Firstly, I would make sure you're using the latest full release version of jetty-11, which is 11.0.1. Then build up from a simple webapp like the one above gradually adding more of your app in until you can see where the problem lies. regards Jan On Thu, 25 Mar 2021 at 09:19, Som Lima <[email protected]> wrote: > Hi, > > I am using working on the heroku archetype webapp for jersey jax-rs > section 5.1 > > > https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest3x/getting-started.html#deploy-it-on-heroku > > It is publishing jax-rs resources. > > https://lit-savannah-55019.herokuapp.com/myresource > > The archetype seem to have everything > to be a webapp also , so I thought I just need to drop jsp in the > src/main/webapp/index.jsp > > Adding welcome-file-list tag and > welcome-file tag with index.jsp. > in the web.xml file. > > That didn't do the trick. > > I got a 404. > running jetty 11.0.0.beta3. > > Can you please tell me what more is needed for the index.jsp to be > published > . > > Regards > > > > _______________________________________________ > jetty-users mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel <[email protected]> www.webtide.com *Expert assistance from the creators of Jetty and CometD*
_______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
