You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2: Update irods-webdav/src/main/resources/miltonContext.xml
a: Set host, zone, port, authScheme, defaultStorageResource to your iRODS repo
b: Change class="io.milton.config.HttpManagerBuilder" to class="io.milton.ent.config.HttpManagerBuilderEnt"
c: Change a resource.factory constructor-arg from "/test1/home/test1" to a path on your iRODS repo
d: Change property context-path from "irods-webdav" to ""
3: Update irods-webdav/pom.xml
a: Change "milton-server-ce" to "milton-server-ent"
4: Go to http://milton.io/about/license/index.html and get a trial enterprise license. Put the two files--milton.license.properties and milton.license.sig--in irods-webdav/src/main/resources.
5: run irods-webdav/mvn package -DskipTests
6: Move irods-webdav/target/irods-webdav-0.0.1-SNAPSHOT.war to a Tomcat webapps directory (I usually also change the name to ROOT.war.