(The tomcat is on port 2222, and I’ve used path openmrs_22 for deploying)
When I search for this, the site asks for username and password.
I’ve checked ‘admin’ and ‘admin’, ‘admin’ and ‘Admin123’, ‘root’ and ‘openmrs’ but none of them worked.
What is the username and password here? How should I find them?
P.S. In the tomcat-users.xml file, I have the following commands:
Run http://localhost:2222 to access tomcat then that’s when u could login into its dashboard using the roles stated above
As for Openmrs run http://localhost:2222/openmrs_22 provide username: admin password: Admin123
then if you’re looking at testing Rest-end point, Use postman
The problem is when I want to go on http://localhost:2222/openmrs_22/ws/rest/v1/person?q=john, because it asks for user and password.
I checked with all possible users and passwords (including the ones you mention) but it is not the case!
I want to run a performance test. I’m using JMeter to access to the same page and search for persons, but my test also fails (probably duo to the same reason).
I’m wondering what is this user and password at the Rest-end point?!