ozeigermann 2004/02/19 05:55:34
Modified: src/doc project.xml faq.xml
docs config_file.html howto-j2eestore.html
getting-started.html index.html howto-tomcat.html
xp.html conf-lib.html faq.html installation.html
changelog.html webdav-client.html osx.html
contrib.html architecture.html news.html
download.html
Log:
- Added FAQ entries
- Link to mainling lists is more specific now
Revision Changes Path
1.27 +1 -1 jakarta-slide/src/doc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/project.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- project.xml 16 Feb 2004 12:15:00 -0000 1.26
+++ project.xml 19 Feb 2004 13:55:33 -0000 1.27
@@ -15,7 +15,7 @@
<item name="FAQ" href="faq.html"/>
<item name="Downloads" href="download.html"/>
<item name="Contributors" href="contrib.html"/>
- <item name="Mailing Lists" href="http://jakarta.apache.org/site/mail.html"/>
+ <item name="Mailing Lists"
href="http://jakarta.apache.org/site/mail2.html#Slide"/>
<item name="Changelog" href="changelog.html"/>
<item name="Bugzilla" href="http://nagoya.apache.org/bugzilla"/>
<item name="CVS" href="http://jakarta.apache.org/site/cvsindex.html"/>
1.12 +40 -0 jakarta-slide/src/doc/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/faq.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- faq.xml 21 Jan 2004 10:49:47 -0000 1.11
+++ faq.xml 19 Feb 2004 13:55:33 -0000 1.12
@@ -13,6 +13,46 @@
<p>This is a collection of frequently asked questions about Slide.</p>
+ <subsection name="Who can I turn when after reading this FAQ I still have
questions?">
+ <p>Subscribe to the <a
href="http://jakarta.apache.org/site/mail2.html#Slide">Slide User Mailing List</a> and
ask your question there.</p>
+ </subsection>
+
+ <subsection name="Where do I configure authentication and security?">
+ <p>You (selectively) switch on security in web.xml like in any other web
application.
+ Where authentication information like user name and password comes
from is configured in Realms
+ when you use Tomcat as your web container.
+ Initial users are configured in Domain.xml.
+ As Tomcat actually does the authentication it needs to have knowledge
about them.
+ You thus have to either double them in tomcat-users.xml for the
default Tomcat realm
+ (at least for 4.1.x it is the default) or let Tomcat use the Slide
realm.
+ In the bundled version the Slide realm is used.</p>
+ </subsection>
+
+ <subsection name="When I change user data in Domain.xml the changes do not seem
to affect Slide. What might be the problem?">
+ <p>The whole data section of Domain.xml - including user data - is for
*initialization* only.
+ This means if you change this data in Domain.xml it will only show up
unless you delete existing data before. No
+ data will be overridden.
+ </p>
+ </subsection>
+
+ <subsection name="What stores are there?">
+ <p>There are two complete store implementations coming with Slide. The tx file
store is the default one and
+ does not need an additional RDBMS installed. There also is an RDBMS
store that features ports to
+ SQLServer, Postgres, MySQL, and Sybase. Ports for Oracle and DB/2 are
in preparation.</p>
+ </subsection>
+
+ <subsection name="Where is some starter info/example on what to implement for
my own store?">
+ <p>There is no such info. The best you can get are the both default stores as
an example.</p>
+ </subsection>
+
+ <subsection name="Is there a bug related to OS X built in webdav(fs) support?">
+ <p>Yes. Someone suggested making Slide handle OSX differently to fix it.
+ A workaround was to set the lockdiscoveryIncludesPrincipalURL property
in web.xml to false.</p>
+ </subsection>
+
+
+
+
</section>
</body>
1.4 +1 -1 jakarta-slide/docs/config_file.html
Index: config_file.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/config_file.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config_file.html 16 Feb 2004 12:15:00 -0000 1.3
+++ config_file.html 19 Feb 2004 13:55:33 -0000 1.4
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.5 +1 -1 jakarta-slide/docs/howto-j2eestore.html
Index: howto-j2eestore.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/howto-j2eestore.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- howto-j2eestore.html 16 Feb 2004 12:15:00 -0000 1.4
+++ howto-j2eestore.html 19 Feb 2004 13:55:33 -0000 1.5
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.4 +1 -1 jakarta-slide/docs/getting-started.html
Index: getting-started.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/getting-started.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- getting-started.html 16 Feb 2004 12:15:01 -0000 1.3
+++ getting-started.html 19 Feb 2004 13:55:33 -0000 1.4
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.37 +1 -1 jakarta-slide/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/index.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- index.html 16 Feb 2004 14:21:07 -0000 1.36
+++ index.html 19 Feb 2004 13:55:33 -0000 1.37
@@ -47,7 +47,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.36 +1 -1 jakarta-slide/docs/howto-tomcat.html
Index: howto-tomcat.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/howto-tomcat.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- howto-tomcat.html 16 Feb 2004 12:15:01 -0000 1.35
+++ howto-tomcat.html 19 Feb 2004 13:55:33 -0000 1.36
@@ -47,7 +47,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.4 +1 -1 jakarta-slide/docs/xp.html
Index: xp.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/xp.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xp.html 16 Feb 2004 12:15:01 -0000 1.3
+++ xp.html 19 Feb 2004 13:55:33 -0000 1.4
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.34 +1 -1 jakarta-slide/docs/conf-lib.html
Index: conf-lib.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/conf-lib.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- conf-lib.html 16 Feb 2004 12:15:01 -0000 1.33
+++ conf-lib.html 19 Feb 2004 13:55:33 -0000 1.34
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.25 +113 -1 jakarta-slide/docs/faq.html
Index: faq.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/faq.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- faq.html 16 Feb 2004 12:15:01 -0000 1.24
+++ faq.html 19 Feb 2004 13:55:33 -0000 1.25
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
@@ -117,6 +117,118 @@
<p>This is a collection of frequently asked questions about Slide.</p>
+
+
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="Who%20can%20I%20turn%20when%20after%20reading%20this%20FAQ%20I%20still%20have%20questions?"><strong>Who
can I turn when after reading this FAQ I still have
questions?</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+<p>Subscribe to the <a href="http://jakarta.apache.org/site/mail2.html#Slide">Slide
User Mailing List</a> and ask your question there.</p>
+
+</blockquote>
+</td>
+</tr>
+</table>
+
+
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="Where%20do%20I%20configure%20authentication%20and%20security?"><strong>Where do
I configure authentication and security?</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+<p>You (selectively) switch on security in web.xml like in any other web
application.
+ Where authentication information like user name and password comes
from is configured in Realms
+ when you use Tomcat as your web container.
+ Initial users are configured in Domain.xml.
+ As Tomcat actually does the authentication it needs to have knowledge
about them.
+ You thus have to either double them in tomcat-users.xml for the
default Tomcat realm
+ (at least for 4.1.x it is the default) or let Tomcat use the Slide
realm.
+ In the bundled version the Slide realm is used.</p>
+
+</blockquote>
+</td>
+</tr>
+</table>
+
+
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="When%20I%20change%20user%20data%20in%20Domain.xml%20the%20changes%20do%20not%20seem%20to%20affect%20Slide.%20What%20might%20be%20the%20problem?"><strong>When
I change user data in Domain.xml the changes do not seem to affect Slide. What might
be the problem?</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+<p>The whole data section of Domain.xml - including user data - is for
*initialization* only.
+ This means if you change this data in Domain.xml it will only show up
unless you delete existing data before. No
+ data will be overridden.
+ </p>
+
+</blockquote>
+</td>
+</tr>
+</table>
+
+
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="What%20stores%20are%20there?"><strong>What stores are
there?</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+<p>There are two complete store implementations coming with Slide. The tx file
store is the default one and
+ does not need an additional RDBMS installed. There also is an RDBMS
store that features ports to
+ SQLServer, Postgres, MySQL, and Sybase. Ports for Oracle and DB/2 are
in preparation.</p>
+
+</blockquote>
+</td>
+</tr>
+</table>
+
+
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="Where%20is%20some%20starter%20info/example%20on%20what%20to%20implement%20for%20my%20own%20store?"><strong>Where
is some starter info/example on what to implement for my own
store?</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+<p>There is no such info. The best you can get are the both default stores as an
example.</p>
+
+</blockquote>
+</td>
+</tr>
+</table>
+
+
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="Is%20there%20a%20bug%20related%20to%20OS%20X%20built%20in%20webdav(fs)%20support?"><strong>Is
there a bug related to OS X built in webdav(fs) support?</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+<p>Yes. Someone suggested making Slide handle OSX differently to fix it.
+ A workaround was to set the lockdiscoveryIncludesPrincipalURL property
in web.xml to false.</p>
+
+</blockquote>
+</td>
+</tr>
+</table>
+
+
+
</blockquote>
1.39 +1 -1 jakarta-slide/docs/installation.html
Index: installation.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/installation.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- installation.html 16 Feb 2004 12:15:01 -0000 1.38
+++ installation.html 19 Feb 2004 13:55:33 -0000 1.39
@@ -47,7 +47,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.47 +1 -1 jakarta-slide/docs/changelog.html
Index: changelog.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/changelog.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- changelog.html 16 Feb 2004 12:15:01 -0000 1.46
+++ changelog.html 19 Feb 2004 13:55:33 -0000 1.47
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.18 +1 -1 jakarta-slide/docs/webdav-client.html
Index: webdav-client.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/webdav-client.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- webdav-client.html 16 Feb 2004 12:15:01 -0000 1.17
+++ webdav-client.html 19 Feb 2004 13:55:33 -0000 1.18
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.4 +1 -1 jakarta-slide/docs/osx.html
Index: osx.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/osx.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- osx.html 16 Feb 2004 12:15:01 -0000 1.3
+++ osx.html 19 Feb 2004 13:55:33 -0000 1.4
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.46 +1 -1 jakarta-slide/docs/contrib.html
Index: contrib.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/contrib.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- contrib.html 16 Feb 2004 12:15:01 -0000 1.45
+++ contrib.html 19 Feb 2004 13:55:33 -0000 1.46
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.34 +1 -1 jakarta-slide/docs/architecture.html
Index: architecture.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/architecture.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- architecture.html 16 Feb 2004 12:15:01 -0000 1.33
+++ architecture.html 19 Feb 2004 13:55:33 -0000 1.34
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.49 +1 -1 jakarta-slide/docs/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/news.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- news.html 16 Feb 2004 12:15:01 -0000 1.48
+++ news.html 19 Feb 2004 13:55:33 -0000 1.49
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
1.3 +1 -1 jakarta-slide/docs/download.html
Index: download.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/download.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- download.html 16 Feb 2004 12:15:01 -0000 1.2
+++ download.html 19 Feb 2004 13:55:33 -0000 1.3
@@ -45,7 +45,7 @@
<a href="contrib.html">Contributors</a>
</li>
<li>
-<a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+<a href="http://jakarta.apache.org/site/mail2.html#Slide">Mailing Lists</a>
</li>
<li>
<a href="changelog.html">Changelog</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]