Hi,

I was actually referring to web.xml in Manakin. Since Im using mod/jk in 
Apache before Jetty I have specified dspace-config there. I guess with 
Dspace you could use something similar to Manakins web.xml:


<web-app>

   <!-- Context Configuration ========================================== -->

   <!--+
       | Set a context property useful to allow you to ProxyPass your
       | web application mounted to a different URI without loosing the
       | ability to do cookie-based sessions.
       | WARNING: this is Jetty specific!
       +-->
   <context-param>
     <param-name>dspace-config</param-name>
     <param-value>/usr/local/dspace/config/dspace.cfg</param-value>
     <description>An override of the session cookie path</description>
    </context-param>

...

Hope this helps,

-Mika


> Hi Mika,
> 
> Thanks for this...
> 
> I don't actually see the commented line for dspace-config in the web.xml
> file though (I even downloaded the latest svn version in case it was
> there). The only thing I see for Jetty is for the ProxyPass. Did I miss
> something in there?
> 
> Wayne
> 
> Mika Stenberg wrote:
>> Just add the dspace-config to Manakins own web.xml file. That'll do the
>> trick. There's already a commented line for it.
>>
>> We've been using Jetty 6.1.6rc0 for couple of months now and it works like a
>> dream; there's no going back to Tomcat. :)
>>
>> -Mika
>>
>>
>>> Hi,
>>>
>>> I'm attempting to set up Manakin using Jetty...could someone share how
>>> they configured the dspace-config parameter? I tried
>>>
>>> <Configure class="org.mortbay.jetty.webapp.WebAppContext">
>>>     <Set name="dspace-config">/path/to/dspace.cfg</Set>
>>> </Configure>
>>>
>>> but it's throwing an exception...
>>>
>>> Thanks for any help!
>>>
>>> Wayne
>>>
>>> -- 
>>> /**
>>>  * Wayne Graham
>>>  * Earl Gregg Swem Library
>>>  * PO Box 8794
>>>  * Williamsburg, VA 23188
>>>  * 757.221.3112
>>>  * http://swem.wm.edu/blogs/waynegraham/
>>>  */
>>>
>>>
>>> -------------------------------------------------------------------------
>>> This SF.net email is sponsored by: Splunk Inc.
>>> Still grepping through log files to find problems?  Stop.
>>> Now Search log events and configuration files using AJAX and a browser.
>>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>>> _______________________________________________
>>> Dspace-manakin mailing list
>>> [EMAIL PROTECTED]
>>> https://lists.sourceforge.net/lists/listinfo/dspace-manakin
>>>
>>>
>>
> 


-- 
Mika Stenberg
IT-asiantuntija

Terveystieteiden Keskuskirjasto
Lääketieteellinen tdk
PL 61 (Haartmaninkatu 4)
Helsingin Yliopisto
00290 Helsinki

puh. +358-9-191 26807

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to