If I use ORDS in standalone mode, I know that I can add new users by type a command like
java -jar ords.war user XXX "XXXX"
Now, if i'm using ORDS with Tomcat, even if I add new users in tomcat-users.xml file, I can't log in with these entries.
Does that mean that the tomcat-users.xml file is not honored by ORDS ?
If no, does that mean that the file credentials continues to be the only identity store for ORDS ?
The documentation says that authentication process can user APIs from WebLogic Server or Glassfish but no mention is given about Tomcat.
Thanks in advance,
Patrick