Hello!
 
Thanks for making the Manakin install page
available:
     http://di.tamu.edu/projects/xmlui/install#Installing%20Manakin 
I wanted to recommend a small change to the
instructions.
Rather than provide the Tomcat-specific instruction for
setting the dspace-config context parameter:
"
...
Update Tomcat's conf/context.xml to include a parameter that tells
Manakin where your dspace.cfg configuration is located. Modify the
context.xml file to add the following element inside the <Context>
element:
<Parameter name="dspace-config" value="/absolute/path/to/dspace.cfg"
description="Path to the DSpace configuration file." /> ...", consider
recommending that the user configurethe context-paramter in the Manakin
web.xml file before building the manakin .war files -which should work
for most J2EE servers (I'm running Glassfish,and all seems fine). $ svn
diff config/web.xml 
Index: config/web.xml
===================================================================
--- config/web.xml      (revision 664)
+++ config/web.xml      (working copy)
@@ -46,6 +46,11 @@
                An XML based front end to DSpace that allows thematic
customizations to DSpace's interface.
        </description>
 
+   <context-param>
+      <param-name>dspace-config</param-name>
+      <param-value>/opt/dspace/config/dspace.cfg</param-value>
+   </context-param>
+
   <servlet>
... Cheers,Reuben 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to