Many, Many Thanks Thomas.
I'll let you know how it goes. :)
Anton

-----Original Message-----
From: Thomas Schueppel [mailto:[EMAIL PROTECTED]]
Sent: Tue 02 July 2002 16:27
To: Slide Users Mailing List
Subject: Re: Versioning


hi,

here's what I did to install slide 2.0 with versioning. It's basically
written from my memory so I may have missed some points. Since
there seem to be some incompatibilities with the embedded tomcat
I created a webapp and dropped it into tomcat 4.1.3.

- get "tomcat 4.1.3 beta" from
    http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.3-beta/
- get current slide from cvs
- get necessary jars, gump may be helpful
    http://gump.covalent.net/jars/latest/
- adjust build.properties for my needs
[ - set compiler to modern in build.xml ]
[ - set classpath to include antlr.jar and antlr-tools.jar ]
- build slide by "ant full-dist"
    (everything should work fine)

- now copy the following jars from the newly build slide into the
  common/lib directory of tomcat 4.1.3:
      slide-stores.jar
      slide-roles.jar
      slide-kernel.jar
      slide-webdavservlet.jar

- You also need the following jars there:
    commons-dbcp.jar
    commons-pool.jar
    jaxp.jar
    jdom-dev.jar
    jta.jar
    hsqldb.jar

- copy the following jars from newly build slide into the
  /server/lib directory of tomcat 4.1.3:
     slide-catalinawrapper.jar
     slide-jmxwrapper.jar
     slide-jndiwrapper.jar

- copy slide.war into the /webapps folder of tomcat 4.1.3

- still haven't gotten sliderealm to authenticate users so
    I added root to conf/tomcat-users.xml

- start tomcat, stop tomcat to extract the war files
- copy the Domain.xml appended to this mail into
    /webapps/slide
- ensure that /webapps/slide/WEB-INF/web.xml has
      <param-name>domain</param-name>
      <param-value>/Domain.xml</param-value>
   as init-param of the webdav servlet.
- start tomcat
- connect to slide (something like http://localhost:8080/slide/files),
     enter root/root at login,
- upload a file
- change that file and upload it again (repeat)
- go to /history/1 in slide. There should be a document for each
    revision you uploaded.


Good Luck :-)

    Thomas

--
Thomas Sch�ppel, bit~side GmbH   Fon:   +49+30+394054-28
Salzufer 14a, 10587 Berlin     Fax:   +49+30+394054-50
http://www.bit-side.com        Email: [EMAIL PROTECTED]







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

Reply via email to