jetty

Problems with maven in IDEA

I decided to take a course at stepic on developing a web server in java, but I ran into a problem-in pom.xml each plugin is h ... Id> <version>9.3.0.M0</version> </dependency> </dependencies> </project>

StackOverflowError on jetty

I try to demonstrate it on my screen .jsp page. In response to my code, it crashes: Error for /java.lang.StackOverflowError. ... title> </head> <body> <p>Message: ${message}</p> </body> </html>

How to programmatically display jsp

I use jetty. The task is to output jsp without using the web.xml, just through the code. How do I do this? Tried to use the code: request.getRequestDispatcher("webapp/index.jsp").forward(request, resp); But it knocks out StackOverflowError.