Torsdag den 21. april 2005 02:02 skrev Joe Bautista:
> Hi all,
>
> I've been trying to deploy Sakai 1.5 on my Tomcat 5.5.7. One of the
> Contexts, sakai-dispatch, is supposed to replace the ROOT Context. My
> CATALINA_HOME/conf/catalina/localhost/sakai-dispatch.xml file contains the
> following code:
>
> <Context path="/" docBase="f:/usr/local/sakai/sakai-dispatch"
> crossContext="true">
>       <Realm className="org.sakaiproject.dav.DavRealm" />
> </Context>
>
> When I move this code into my CATALINA_HOME/conf/server.xml file, Sakai
> works. At first I thought sakai-dispatch.xml is not being read, so I added
> some garbage to sakai-dispatch.xml, but upon running
> CATALINA_HOME/bin/startup.bat the output window gave me some error messages
> based on the Digester.
>
> My conclusion is this: sakai-dispatch.xml is working, but for some reason
> it's not letting me set the path to "/".
>
> Any ideas?
try just to set path=""

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to