------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
DSpace-tech mailing list
DSpac...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
Without jumping to Apache httpd, you can look at Tomcat’s RemoteAddrValve to limit access to specific IP addresses in your server.xml (this could also be handled at a lower level---OS, network---as well) and security-constraints in your web.xml to add HTTP Basic Authentication. Also, using a keystore for your Connector in server.xml to use SSL might be important depending on the sensitivity of your repository.
You may want to limit access once someone has access to the DSpace instance by changing the DEFAULT_ITEM_READ and DEFAULT_BITSTREAM_READ policies on your collections before uploads begin.
Hope this helps.
Regards,
Alex Lemann