Luca Zago wrote:
> HI,
> I tried to put this file everywhere.
> - tomcat/bin
> - tomcat
> - tomcat/conf
> 
> but always the same error
> javax.servlet.ServletException: Domain initialization error : Domain.xml
> impossible to find file.
> when I tried to access the slide-admin we app.
> 
> is there some attribute or tag where I can specified the path of this file?
> My problem is that I have the web applications slide and slide-admin.
> The first one works fine, the second application doesn't find the file.
> Can somebody help me?
> 
> Thanks.

First, make sure the slide-kernel.jar and everything it depends on (not 
the other way around, so: slide-stores.jar, jta.jar, etc) is in the 
tomcat/shared/lib directory (or just tomcat/lib if tomcat/shared/lib 
doesn't exist).

Next, in tomcat/shared/classes, create the file 
org/apache/slide/slide.properties, with the content:

org.apache.slide.domain=[absolute path to the Domain.xml file]

(If that doesn't work, try putting the properties file in the 
WEB-INF/classes directory of both slide and slide-admin)

-- 
Christopher Lenz
/=/ cmlenz at gmx.de


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

Reply via email to