error on basic example module

I have successfully created my first module. however when I click on it, I get Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. displayed on the page. am stuck there. I wanted it to display the basicexample.jsp page.

Do you think you can upload the module to GitHub?

@deb sorry for the error ! These error

the server could not find the requested resource (JSP, HTML, images…) and returns HTTP status code 404. Most of the time, you can fix this error by correcting the URL.

Well this error happens normally when you are trying to access the un existing page,it would be good to look at the basic example module you created on git

thanks a lot. I looked into the error and its now sorted

thanks. its working now

Thanks for the response. i got it sorted

You can actually add what helped you on this thread

1 Like

Actually the secret is in looking at the already built openmrs modules on github. Test them against the openmrs distribution. its easier to follow through. I cant point to one piece of code. you just have to understand the flow using already built modules