Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jersey to jsp

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 <somplasticllc@xxxxxxxxx> wrote:
Hi,

I am using  working on the heroku  archetype   webapp  for  jersey jax-rs
 section 5.1


It is publishing   jax-rs resources.


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
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users


--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


Back to the top