<p>
These samples examplify an administration application for Slide. The
administration functionality is directly built on Slide's internal API.
Showing the use of the Slide source and namespace access. A different approach
would be to let all communication take place over WebDAV.
</p>
<p>
In order to configure WebDAV access for Slide you can uncomment the example
servlet declaration and servlet-mapping in web.xml.
You can then connect your favorite WebDAV client to
http://localhost:8888/webdav/.
</p>
-<p>
By default write privileges are only granted to
authenticated users. This means that you would have to configure authentication
in order to login and start editing files over WebDAV.
<br/>
You can find more info on how to do this for both Jetty and Tomcat in the
<a href="http://jakarta.apache.org/slide/howto-jaas.html">Slide documentation</a>
.
<br/>
Alternatively you could grant the desired privileges to the unauthenticated user
via the administration app.
</p>
<p class="samplesNote">
In order to use the upload feature within these samples
you will need to set enable-uploads parameter in web.xml to true.
</p>
-<table border="0" cellspacing="0" cellpadding="2">
-<form action="/samples/blocks/slide/login.cont" method="post">
<input type="hidden" name="continuationId" value="2a80013e416d5c6e704879643509181537336a7a"/>
-<tr>
<td>Username</td>
-<td>
<input name="userid" value="" type="text" size="15" maxlength="40"/>
</td>
</tr>
-<tr>
<td>Password</td>
-<td>
<input name="password" type="password" size="15" maxlength="40"/>
</td>
</tr>
-<tr>
<td/>
-<td>
<input type="submit" name="cocoon-login" value="Login"/>
</td>
</tr>
-<tr>
<td/>
<td>Try root,root or john,john</td>
</tr>
</form>
</table>
</column>