Explain to somebody what the Dynamic Web Module is and how to work with it. How much I was looking for, I didn’t find any instructions anywhere on how you can work with it in the eclipse. Initially, the problem is that I can not start a simple jetty server, having done everything like that, it’s said here https://wiki.eclipse.org/Jetty/Tutorial/Jetty_HelloWorld It seems that everything starts, but the page at http: // localhost : 8080 is not loaded. I found an article about how to launch jetty, and use the Dynamic Web Module in this way. Help, tell, tell me how to launch jetty on Eclipse, and in more detail.

    1 answer 1

    Dynamic Web Module is an application that has dynamically generated pages — most often a combination of Servlet and JSP. The name in my opinion is confusing - it would be easier to just call it - Web Application and not fool everyone.

    As for Jetty, the easiest way is to install the Run-Jetty-Run plugin. Go to the menu: Help -> Install New Software. Choose the URL http://run-jetty-run.googlecode.com/svn/trunk/updatesite and install there. When you create a project in the Run section, Run Jetty and Run Configuration appear, in which you can install Jetty. It is necessary there to pay attention to the value in the "Context" field - when you start the access to the application will be: localhost: 8080 / ContextValue

    For starters, you can see here: java-course.ru/student/book1/servlet/