ewg118/numishare

Tomcat Authentication wiki instructions

Opened this issue · 1 comments

I am attempting to set up Numishare for the first time. I am using an Ubuntu VM on the Mac, using vagrant.

I believe I have configured everything correctly except security. http://localhost:8080/orbeon/numishare/admin/ shows "Unauthorized User: You are seeing this interface either because authentication has not been enabled for the Numishare administrative panel or there is no matching eXist-db collection for your role...."

My attempts to follow https://github.com/ewg118/numishare/wiki/Tomcat-Authentication cause the Numishare admin URL to become a 404 rather than presenting a login box.

These URLs look fine
http://localhost:8080/orbeon/home/
http://localhost:8983/solr/#/numishare/core-overview
http://localhost:8888/exist/apps/dashboard/index.html

I have completely automated the steps I took to get this far.
bootstrap.sh.txt

Any thoughts?

I was able to get Numishare working in Vagrant. My difficulty was following https://github.com/ewg118/numishare/wiki/Tomcat-Authentication#restrict-access-to-numishareadmin-in-orbeon . It isn't sufficient to add to web.xml, I also had to remove the existing FORM <login-config> that was already there. Looking at https://github.com/Msch0150/numishare-docker really helped.

Is it OK for me to edit the Wiki?