Hi, I have just installed the 5.11 REST-API war-file on Tomcat6 with an Oracle database behind. At startup, the tables in oracle were created, but no content is in there.
<html> <head> <title>Status page</title> </head> <body style="font-family: sans-serif;"> <p style="font-size: 1.2em;font-weight: bold;margin: 1em 0px;">Forbidden</p> <p>Authentication is required</p> <p>You can get technical details <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4">here</a>.<br> Please continue your visit at our <a href="/">home page</a>. </p> </body> </html>
I have also created a user kermit and group kermit with role security-role directly with sql in the tables ACT_ID_GROUP and ACT_ID_USER and tried to login with kermit:kermit.
Thank you for the answer. At creation time of the datatables it might be a good idea to also create a user (aka superuser or admin), so that you can use the REST-API after installation. A kermit/kermit might help here.
Is it possible to ship the neccessary data for the first login-user in the next version?