5 Replies Latest reply on May 1, 2014 3:11 PM by rherma

    modeshape-web-jcr-webdav-war-3.7.2.Final, login to sample repo

    rherma

      Hi.

       

      I have deployed the modeshape-web-jcr-webdav-war-3.7.2.Final.war on my local JBoss server (jboss-eap-6.2), it seems to be running.

       

      What is the default login?  I have not made any configurations, just deplyoed the default war file.

       

      I can see inside the rep-config that the security should work with anonymous:

       

      "security" : {

              "anonymous" : {

                  "roles" : ["readonly","readwrite","admin"],

                  "useOnFailedLogin" : false

              },

              "providers" : [

                  { "classname" : "servlet" }

              ]

          }