Running servlet page via index.jsp not working

已回答

As I am running index.jsp it is working but I want to call a servlet via the index.jsp but instead I get 404 not found error even my url is right. What to do in this case

0

Hi Nitin,

Please check this tutorial in order to get a general understanding of how to develop a JavaEE application in IntelliJ IDEA, and also this post on StackOverflow that might answer your question.

If the issue persists, please upload your project to https://uploads.services.jetbrains.com/.

0
Avatar
Permanently deleted user

I tryed so many times to run a webapplication with servlets and JSP pages. JSP pages are accessible but not servlets. I tried in both the ways type the URL of the servlet in the browser address bar as well as used the URL as reference of an <a> tag in the JSP page.

0

@... Could you upload your project to https://uploads.services.jetbrains.com/, so that we can check the project configuration? (please do not forget to specify the UploadID)

0

请先登录再写评论。