Slide authentification

2005-05-26 Thread Bertrand Tignon
Hi ! From the Slide FAQ : 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. How can I let Tomcat use the Slide realm ? I use the bundle

Re: Slide authentification

2005-05-26 Thread Jacob Lund
I would suggest that you use the jaas module - not the slide realm. The jaas module will also let you use the slide users for tomcat authentication: http://jakarta.apache.org/slide/howto-jaas.html /jacob - Original Message - From: Bertrand Tignon [EMAIL PROTECTED] To: Slide Users

subversion on slide

2005-05-26 Thread Paul Hussein
Has anyone tried running subversion on top of slide as the WebDAV server ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Store object

2005-05-26 Thread Guillaume Chervet
Hello, Do you know where I can find more informations about slide? I don't understand the store system. I am using (org.apache.slide.content) but I don't find how to store some java objects. I can store String object using this example http://wiki.apache.org/jakarta-slide/Sample_API_application,

Help with Weblogic configuration - not found and bad request errors

2005-05-26 Thread Charlton Chris
Hi, I'm having problems getting Slide working with Weblogic8.1 SP4 (works fine with Tomcat). I've followed the weblogic config advice in the slide wiki, and it (apparently) deploys nicely - however http://localhost:7001/slide/ http://localhost:7001/slide/ returns a 404 file not found, and

RE: Store object

2005-05-26 Thread Darren Hartford
Sounds like your looking for an object-oriented database (storing java objects). Check out ozone-db, intersystems cache, db4o, and similar systems if that is your intent. If you are looking to use Slide for storing files, recommend you look into using the WebDAV interface instead of the direct