Hi, unfortunately I get the same access violation message as before although org.apache.slide.security is set to false (see log below). What can I do now?
I forgot to mention that I'm using the WCK. best regards Michael 27.06.2005 14:25:22 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-25080 27.06.2005 14:25:22 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 719 ms 27.06.2005 14:25:22 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 27.06.2005 14:25:22 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.9 27.06.2005 14:25:22 org.apache.catalina.core.StandardHost start INFO: XML validation disabled 27 Jun 2005 14:25:24 - org.apache.slide.common.Domain - INFO - Initializing Domain 27 Jun 2005 14:25:24 - org.apache.slide.common.Domain - INFO - Configuration found in classpath 27 Jun 2005 14:25:24 - org.apache.slide.webdav.event.NotificationTrigger - INFO - Creating notification trigger 27 Jun 2005 14:25:25 - org.apache.slide.common.Domain - INFO - Domain configuration : {org.apache.slide.redirectreferences=false, org.apache.slide.lock=false, org.apache.slide.versioncontrol=false, org.apache.slide.debug=true, org.apache.slide.search=true, org.apache.slide.security=false, org.apache.slide.urlEncoding=UTF-8} 27 Jun 2005 14:25:25 - org.apache.slide.common.Domain - INFO - Domain parameters: {logger-level=6, versioncontrol-exclude=, auto-version=checkout-checkin, historypath=/history, checkin-fork=forbidden, workingresourcepath=/workingresource, workspacepath=/workspace, default=slide, auto-version-control=false, logger=org.apache.slide.util.logger.SimpleLogger, checkout-fork=forbidden} 27 Jun 2005 14:25:25 - org.apache.slide.common.Domain - INFO - Initializing namespace : slide [main] WARN config.Configurator - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/autofs/students/hiwi/miov/tomcat/webapps/testslide/WEB-INF/lib/ehcache-1.0.jar!/ehcache-failsafe.xml 27 Jun 2005 14:25:25 - org.apache.slide.common.Namespace - INFO - Loading namespace slide parameters 27 Jun 2005 14:25:25 - org.apache.slide.common.Namespace - INFO - Loading namespace definition 27 Jun 2005 14:25:25 - org.apache.slide.common.Namespace - INFO - nodestore: org.apache.slide.simple.store.WebdavStoreAdapter Am Mo 27.06.2005 09:56, delbd <[EMAIL PROTECTED]> schrieb: > Hello, > > setting org.apache.slide.security=false should be enough to deactivate ACL > checks. I suppose your slide.properties is not taken into account at startup. > > At the startup of the webapp, you should have bunch of INFO lines in your > tomcat log file coming from the Slide domain initialisation. One if those > lines in the begin should look like this: > > 27 Jun 2005 09:52:29 - org.apache.slide.common.Domain - INFO - Domain > configuration : {org.apache.slide.versioncontrol=true, > org.apache.slide.debug=false, org.apache.slide.search=false, > org.apache.slide.security=true, org.apache.slide.urlEncoding=ISO8859-1, > org.apache.slide.domain=bin/Domain.xml} > > check if the value org.apache.slide.security is really set to false. If not, > your slide.properties is at the wrong place. > > Here i put slide.properties in WEB-INF/classes and that's enough to configure > slide. > > > -- > David Delbecq > Royal Meteorological Institute of Belgium > > Le Samedi 25 Juin 2005 14:37, Michael Ovelgönne a écrit : --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]