2009/3/25 Mark H. Wood <[email protected]>:
> That's an interesting approach.  When I want a Tomcat app. at the
> root, I create a Context descriptor file for it.  Let's say I have
> DSpace installed at /opt/dspace and I want its XMLUI to appear at the
> root.  Here Tomcat's configuration directory is /etc/tomcat-6, but
> that may be different for you so make the appropriate substitution.  I
> create /etc/tomcat-6/Catalina/localhost/ROOT.xml:
>
>  <Context docBase='/opt/dspace/webapps/xmlui'>
>
>    <Parameter
>      name="dspace-config"
>      value="/opt/dspace/config/dspace.cfg"
>      description="Path to the DSpace configuration file." />
>
>  </Context>
>
> and Tomcat will use /opt/dspace/webapps/xmlui as the root application.


Hi Mark

I just revisited this. That works well, and is a much better solution
than my symlinks in the default docBase.

Thanks!

Sean
-- 
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to