Hi all, I am trying to deploy my web application with jetty, but jetty diplays the code of jsp files at the adress: http://localhost:8080/index.jsp has this a relation to my browser?or is it a problem of jetty? Could someone help me! thanks
A:
Make sure you include the jsp and jsp-api jars. Otherwise jetty is unable to render jsp pages.
Kees de Kooter
2009-03-24 10:12:19
thank you for replying, in fact jetty I use is embedded in an osgi container and I use all the necessary bundles!!in your opinion could this be related to my browserThanks
2009-03-24 10:46:01
If you see the source code of your jsp this is a server issue.
Kees de Kooter
2009-03-24 10:59:04