On Fri, Nov 12, 2010 at 02:38:48PM -0600, Peoples, Lee wrote: > I would like to have our IT department set up a server so we can use DSpace > as a scholarship repository. They asked if it is possible to use an IIS > Microsoft web server instead of Apache. I found a message from a few years > back on the same topic and the advice was to use Tomcat or Jetty. Is this > still the case? Do any other approaches work?
DSpace must run inside a servlet container, so you need one of those (such as Tomcat or Jetty) regardless. But, if your IT people want everything to go through IIS, you'd only need to find a suitable way to proxy from IIS to your servlet container. Here we run Tomcat behind Apache HTTPD using mod_jk (on one server) or mod_proxy_ajp (on another) to link them. There's probably a similar facility available for IIS. I believe that Tomcat can also work behind a plain HTTP proxy but I've never tried it. -- Mark H. Wood, Lead System Programmer [email protected] Balance your desire for bells and whistles with the reality that only a little more than 2 percent of world population has broadband. -- Ledford and Tyler, _Google Analytics 2.0_
pgpgCIdMxLzR6.pgp
Description: PGP signature
------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

