Re: Unable to display the jsp - 404 Resource not found

2025-02-12 Thread Lukasz Lenart
śr., 12 lut 2025 o 08:56 Mahabir Gupta napisał(a): > > Dear Lukasz, > > My current Struts2 project is also a very simple web app. > > http://localhost:8080/Struts2Starter/ > > It loads the index.jsp page. > > http://localhost:8080/Struts2Starter/tutorials/getTutorial Could you use this link http:

Re: Unable to display the jsp - 404 Resource not found

2025-02-12 Thread Lukasz Lenart
śr., 12 lut 2025 o 11:11 Mahabir Gupta napisał(a): > > http://localhost:8080/Struts2Starter/tutorials/getTutorial.action > > 404 Error. I assume it doesn't work. What happens when you open this link http://localhost:8080/Struts2Starter/index.jsp Do you see this https://github.com/MahabirGupta/Str

Re: Unable to display the jsp - 404 Resource not found

2025-02-12 Thread Mahabir Gupta
It goes to the index.jsp page http://localhost:8080/Struts2Starter/index.jsp Index On Wed, Feb 12, 2025 at 7:07 PM Lukasz Lenart wrote: > śr., 12 lut 2025 o 11:11 Mahabir Gupta napisał(a): > > > > http://localhost:8080/Struts2Starter/tutorials/getTutorial.action > > > > 404 Error. > > I assum

Re: Unable to display the jsp - 404 Resource not found

2025-02-12 Thread Mahabir Gupta
http://localhost:8080/Struts2Starter/tutorials/getTutorial.action 404 Error. Thank you. Regards Mahabir On Wed, 12 Feb 2025 at 5:16 PM, Lukasz Lenart wrote: > śr., 12 lut 2025 o 08:56 Mahabir Gupta napisał(a): > > > > Dear Lukasz, > > > > My current Struts2 project is also a very simple web

Re: Unable to display the jsp - 404 Resource not found

2025-02-12 Thread 哈哈哈哈
Hi Mahabir I have try your repository You better use Control tools like Maven or gradle Cause the settings actually not get resources like struts.xml or log4j in Eclipse IDE But even I set resources in Deployment Assembly still have other problem Best regards Mahabir Gupta 於 2025年2月12日 週三 下午8:56

Re: Unable to display the jsp - 404 Resource not found

2025-02-12 Thread Mahabir Gupta
Hi, I am actually following this youtube tutorial video on Struts2 https://www.youtube.com/watch?v=wYkh87-hbiI In the video, the tutor is not using Maven or gradle. It is using a simple web application by defining the jar files in the class path. My main page can be loaded but not the other pages.