Judging by your comments, and after having dropped the slide.war file into
tomcat's webapps directory, i have concluded that you are thinking of the
webdav portion of slide.  I am using the low level api of slide which only
inludes the following jar files:

slide-kernel.jar
slide-stores.jar
slide-roles.jar
jta.jar

Judging by the web.xml file included in the slide.war file, it looks like it
is defining a servlet, webdav, and providing the location of the Domain.xml
via a init-param element.  So your idea is right, but just not applicable to
the low level api of slide.  Regardless, Martin, I thank you for your
suggestion.

I also noted that once you drop the slide.war file from {slide
home}/slide/webapp/ into tomcat that log4j.properties file is located in the
slide/WEB-INF/classes directory.  And I know they built this war file with
Ant 1.4 due to the MANIFEST.MF file located in slide/META-INF/.  

Any help appreciated.

Thanks, 
Dan

-----Original Message-----
From: Martin Holz [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 10:06 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: tomcat and slide.properties


"Tarkenton, Daniel S." <[EMAIL PROTECTED]> writes:

> Hi all.
> 
> In a standalone application using the low level slide api (_not webdav_),
I
> can add the location of my slide.properties file to my system classpath.
> The main purpose for having a slide.properties file is to tell slide the
> location of the all important Domain.xml config file for slide.  Well, now
I
> am trying to figure out how to put slide.properties into tomcat.   

WEB-INF/web.xml has the same role for servlets as slide.properties
for standalone applications. Look for init-param "domain".

--
Martin Holz     <[EMAIL PROTECTED]>

Softwareentwicklung / Vernetztes Studium - Chemie
FIZ CHEMIE Berlin
Franklinstrasse 11
D-10587 Berlin     



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

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

Reply via email to