Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-slide Wiki" for 
change notification.

The following page has been changed by PhilBurnside:
http://wiki.apache.org/jakarta-slide/InstallationWithSamples

------------------------------------------------------------------------------
  === Server.XML ===
  In the '''TOMCAT$/conf/server.xml''' file add the following code to the 
'''Host''' section :
  
+ {{{
- Code Sample :
- 
     <Context path="/slide" debug="0" privileged="true" useNaming="true">
          <Realm name="Slide DAV Server" 
        className="org.apache.catalina.realm.UserDatabaseRealm" 
        debug="0" 
        resourceName="UserDatabase"/>
      </Context>
- 
+ }}}
  
  This sets up the SLIDE implementation to run within its own realm. I have 
implemented this using the Tomcat user file, however implementations are 
available for JAAS. 
  
@@ -55, +54 @@

  
  This file sets the environment variables which are used by the SLIDE servlet. 
You need to change the following
  
+ {{{
- Code Sample :
- 
  #Default : Will look for domain.xml in current directory
  org.apache.slide.domain=TOMCAT$/webapps/slide/Domain.xml
  
  #Phil - apparently needed to bind the security
  #This was highlighted as a bug so may be corrected in future versions...
  org.apache.slide.binding=true 
- 
+ }}}
  
  === domain.xml ===
  This is the critical file. It defines the initialisation for the SLIDE 
environment. In this file you define the following - 

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

Reply via email to