Sounds like you need to create a slide.properties file and put it in common\classes\org\apache\slide
the contents should be as follows: ------ Start of file # Domain XML definition file # Default : Will look for domain.xml in current directory org.apache.slide.domain=D:\\Tomcat\\webapps\\slide\\Domain.xml # Automatically perform security checks # Default : true org.apache.slide.security=true # Automatically perform locking checks # Default : true #org.apache.slide.lock=true ------end of file -----Original Message----- From: Marcus Dickerhof [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: Little SlideRealm Problem -- Please Help Hi, I just have a small problem. When I run Slide as a webapp everything works fine. But when I want to use the wrappers.catalina.SlideRealm I get a problem. I made the change in the server.xml --> "<Realm className="wrappers.catalina.SlideRealm" namespace="slide" />" instead of the other Realm then I copied the slide-catalinawrapper.jar into the server/lib folder of tomcat. the other jars (jta.jar, slide-roles.jar, slide-kernel.jar, slide-stores.jar, slide-webdavservlet.jar are also placed in the common/libs folder of tomcat). When I start tomcat from command-line, it only works when I have the domain.xml file in the directory I start tomcat from. So my question is where do I have to put the domain.xml and web.xml files or where can I set their paths? I'm using Tomcat 4.1.9beta and Slide Nightly 27.08.2002. Please just give me a hint. Thank you very much in advance. Greetings Marcus Dickerhof -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
