Re: Status-code 102

2002-01-13 Thread Remy Maucherat
> The slide server doesn't send it. > > On the client, it is defined but there is no specific code to process > this status. > You will have to write a test case for it and maybe write some kind of > callback to notify your client app. Yes, the servlet spec doesn't provide a way at the moment to

Re: Deploying Slide 1.0.16 on HP Application Server 8.0

2002-01-15 Thread Remy Maucherat
> The issue described in the previous message has been resolved by a > patch for HP-AS. However, the following exception is generated whenever two > or more WebDAV methods are invoked during an HTTP connection to Slide > deployed on HP-AS: > > 15 Jan 2002 12:57:44 - org.apache.slide.webdav.Webdav

Re: Using J2EEDescriptorStore with

2002-01-17 Thread Remy Maucherat
> Hi, > > > Are you seeing any errors? > > Yes: > > Starting Slide > Service slidestore.j2ee.J2EEDescriptorsStore@60ff2f initialization failed : Name java:comp is not bound in this Context > > at org.apache.slide.common.Namespace.initializeServices(Namespace.java:446) > at org.apache.slide.common.

Re: Using J2EEDescriptorStore with

2002-01-22 Thread Remy Maucherat
> So, in light of this, could you give me a hint on how > to instantiate the datasources manually ? I guess tyrex is the package to use. > Unfortunately its documentation is rather poor. The problem is that you can't instantiate a DataSource in a generic way, and it's a lot better to rely on JNDI

Re: admin problem

2002-01-22 Thread Remy Maucherat
> Using slide as a server and not as a web app, I cannot access ports 8081 > and 8082. Slide does not recognize my user name and password and > tells me I am not authorized. I have already added a root and manager user > to conf/tomcat-user.xml That's only needed to access the Tomcat manager and

Re: Performance using Sybase Anywhere 7

2002-01-24 Thread Remy Maucherat
> Hi, > > I've encountered some performance problems using JDBCDescriptorsStore > and J2EEDescriptorsStore. Performance improved (about 45%) after I > changed database schema. I changed all VARCHARs longer than 255 to LONG > VARCHAR. TEXT datatype would probably done the trick also, but I'm > happ

Re: serving jsp pages from slide repository

2002-01-30 Thread Remy Maucherat
> This is probably a faq. > > I'm trying to server jsp pages from a webdav repository. All files with > the *.jsp url are catched by JspServlet, but it seems that jspServlet > only looks for the jsp as a file under the web applications directory. > > Isn't the JspServlet supposed to follow the rul

Re: serving jsp pages from slide repository

2002-01-31 Thread Remy Maucherat
> Remy Maucherat wrote: > > > > You can do that, but it's a lot more complex than that to do. Basically, you > > need an implementation of a Tomcat 4 Resources written to access a Slide > > namespace (instead of, for example, the filesystem). > > I ju

Re: Problem adding Web Folder to Win2k Network Places

2002-02-08 Thread Remy Maucherat
> Yep - that is how it is working :-) - I think the "unofficial FAQ" > need to be updated. It's not that simple. If you're using the Slide WAR with Tomcat and its default configuration, 8080 is the right port. If you're using the standalone server, then it's not. > Thanx for all your help. R

Re: Versioning - Is in Slide?

2002-02-08 Thread Remy Maucherat
> (I know this newbie is being a pain ;-) > > I see Versioning listed in the Main Features section. Is this something > that is currently in the production version or something on the slate > for 2.x? If it is in the production version, is there some > documentation on it somewhere? > I know th

Re: Nightly build - can't start Tomcat

2002-02-08 Thread Remy Maucherat
> I have successfully gotten version 1.0.16 working. I tried installing a > couple of the nightly builds and they all result in the following > exception when tomcat is starting. Any idea what the problem might be? > JDK1.3.1_01 on Win2k: I rebuilt almost everything with the Tomcat HEAD CVS + a

Re: Nightly build - can't start Tomcat

2002-02-12 Thread Remy Maucherat
connector.http.HttpProcessor.process(Unknown > Source) > at org.apache.catalina.connector.http.HttpProcessor.run(Unknown > Source) > at java.lang.Thread.run(Thread.java:484) > > The Webdav interface (8081/slide) seems to work fine. > Any idea ? > > Thanks, > -- Hai Nguyen >

Re: Mkcol behaviour

2002-02-15 Thread Remy Maucherat
> "Pill, Juergen" wrote: > > > Hello Bita, > > > > Are you sure, Slide has your described behavior. We have a test case in our > > suite, that checks this condition: > > > > Hi Pill, > > I checked the slide by its client application, that's it : > > [SHI.CS.BRIS.AC.UK] /slide/files/ $ ls > test >

Re: Dynamic modification of Slide users and ACLs

2002-02-20 Thread Remy Maucherat
> Is there any way to dynamically add/remove users to Slide and modify > ACLs without restarting Slide? I've noticed that any changes I make > regarding the addition of new users and the modification of ACLs (via > changes to the PERMISSIONS table when the JDBC store is used) require Slide > to b

Re: Slide MBean and Tomcat

2002-02-21 Thread Remy Maucherat
> Hi, > > I see that Slide is now a MBean. > If Slide is running in Tomcat, what is the solution > to manage the Slide MBean, Tomcat isn't a MBean > Server. Well, 4.1 uses OpenJMX and a tool from the commons called the modeler. There are talks about JMX based tools for building admin webapps, so

Re: + character in an URI

2002-02-21 Thread Remy Maucherat
> Hi, > > Slide 1.0.16 > Tomcat 4.0.1 > Solaris 5.7 > > If I use a '+' in an URI, Slide replace this character with > a space ' ' > /slide/files/test+1.xml > become > /slide/files/test 1.xml This should have been fixed. Remy -- To unsubscribe, e-mail: For additio

Re: Special letters

2002-03-05 Thread Remy Maucherat
> This sounds like Slide/Tomcat is not defaulting to UTF-8 encoded > URIs. I am think it does. I've had a lot more success with TeamDrive, or when using an HTTP browser to access the server, so it may be i18n problems with the current MS client. (I'm not sure 100% about that; it's just my current

Re: Problem with proppatch

2002-03-27 Thread Remy Maucherat
> Yes, I guess, but how ? I don't understand anything in these configuration > files :o( > Must I write something particular in sever.xml ? domain.xml ? something else > ? The TC 4 integrated WebDAV support doesn't handle PROPPATCH, if that's what you are using as the server. If you think you're

Re: J2EEDescriptorsStore and slide_1_0

2002-04-08 Thread Remy Maucherat
> Does anyone have the J2EEDescriptorsStore working with the slide server? > In that case - could some tell me exactly what files to change? I cannot > get it working when I follow the J2EE How-to. > > I get following error: > Service slidestore.j2ee.J2EEDescriptorsStore@39240e initialization > f

Re: admin view in Slide

2002-04-15 Thread Remy Maucherat
> I don't understand : I believed that, when using Slide, > the users were authenticated by Slide's Realm, and not Tomcat. > So the tomcat-users.xml file shouldn't be useful anymore, isn't it ? > Is this case, the manager must be defined in server/conf/slide/slide.conf ? No the Catalina manager w

Re: Slide2, tc417 and j2ee

2002-07-10 Thread Remy Maucherat
Jacob Lund wrote: > Sorry - my mistake -> reading the JNDI how-to help :-) > > Now the tomcat dies when it is starting up. I don't get anything on the > console - I have attached the two log files generated when it starts! If the VM crashes, try using a different one to see if it helps. Sun VMs

Re: WebDAV interoperable meeting

2002-08-30 Thread Remy Maucherat
Pill, Juergen wrote: > Hello, > > Software AG will attend this interoperable meeting with Tamino WebDAV > Server, which is based on Slide. Information about other vendors is mostly > classified as confidential (developers meet to improve the interoperability > in a confidential area), but everyth

Re: ArGoSoft Mailing List Server

2002-09-21 Thread Remy Maucherat
Jeremy Kuhnash wrote: > Can someone remove this user from the mailing list? my notifier goes off > like crazy .. He's been removed yesterday. Now I get him in the moderation queue, and when I bounce his emails, I get a reply back ... Remy -- To unsubscribe, e-mail:

Re: Slide status (was: newbie question about slide future)

2003-03-13 Thread Remy Maucherat
Pill, Juergen wrote: Hello all, I regret, if you are unhappy with the current Slide situation. Slide consists of many pieces (e.g. WebDAV client API, server, cm API, GUI and command line clients, etc). Some of those are actively worked on; some of those are currently under lower development. 1)

Re: Match+Gas = Slide status (was: newbie question about slidefuture)

2003-03-19 Thread Remy Maucherat
Jeremy Kuhnash wrote: As the guy that lit the fire, I'll just summarize. I will admit that I do not follow this project very closely but that is _an effect of it not being well maintainted_. Historically, open source project success can be measured by just this one artifact. Also, as far as Apa

Re: Match+Gas = Slide status (was: newbie question about slidefuture)

2003-03-20 Thread Remy Maucherat
James Higginbotham wrote: Remy and Jeremy, What about this: Jeremy - how about you getting the latest CVS and ensuring that all tests pass. Assuming that the testsuite is an indication of codebase sanity, then this should help us determine if the current CVS tips are stable enough for a release. I

Re: Why is Slide so dependant on Tomcat? (was Re: Authenticationand JBoss)

2003-04-04 Thread Remy Maucherat
Ryan McDonough wrote: The module James has works wonderfully, but I think Ivan has touched on something that I have been wondering: why is Slide so Tomcat centric? Why all the wrapper classes? Why do those wrapper classes have hard-coded paths to the WAR files? It just doesn't make much sense nor d

Re: Remy Maucherat still contributing?

2003-08-14 Thread Remy Maucherat
Oliver Zeigermann wrote: Just wondering, as Remy Maucherat seems to be the most important contributor, but now has accepted a postion at JBOSS, will he continue to contribute? Well, I was a major contributor during Slide 1.x, and the release manager for that branch. I haven't contributed

Re: Slide 2.0 Release Management / WAS E_HREF

2003-11-11 Thread Remy Maucherat
Oliver Zeigermann wrote: Hi! I am not really in the position to answer that question as I have never participated in a Slide release. Also the term "release manager" is not very well defined in general. Although, judging from what I have seen in other open source projects and from what I have l

Re: Slide 2.0 Release Management

2003-11-13 Thread Remy Maucherat
Oliver Zeigermann wrote: any help is appreciated! Maybe we should wait what Stefano might propose to decouple Slide from Tomcat even more. I can help fix the Tomcat integration eventually if it's broken (I did it in the first place). It should be very obvious that Slide isn't coupled to Tomcat i

Re: Slide 2.0 Release Management

2003-11-13 Thread Remy Maucherat
Oliver Zeigermann wrote: Remy! Sorry, for my obviously mistakable statements. To make it very clear: 1. When talking about decoupling I was talking about the wrapper things that are still limited to Tomcat as far as I know. 2. Those wrappers are valuable! Ah, ok, I thought you wanted to remove s

Re: Slide 2.0 Release Management

2003-11-13 Thread Remy Maucherat
Oliver Zeigermann wrote: Remy Maucherat wrote: Slide 1.0 was my child long ago ;-) It's good that some folks picked it up. Ask any mother, a child will remain your child forever ;) No, I would have volunteered to release Slide 2.0 otherwise ;-) influence. I am sure I not only speak for m

New moderator needed for slide-dev and slide-user

2004-05-18 Thread Remy Maucherat
Hi, I've been the moderator for these two lists for the past two years (I think, maybe longer ...) now, and would like to pass the tasks to someone else. Thanks, Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: PropFind and Name space support question on slide

2001-01-29 Thread Remy Maucherat
> Morning, > Has anybody worked on find properties in a different namespace using > propfind? > I am using slide1.0m5. > I tried the testing code like the following, Seems it can not find the > "z39.50:author" property > Any suggestions? > Thanks > > Code like: > > Vector prope

Re: Java 1.1 compatible?

2001-02-03 Thread Remy Maucherat
> This is probably a FAQ, but since the FAQ seems pretty empty... > > Is Slide 1.0M6 compatible with Java 1.1 ? AFAIK, it should be. Until further notice, you can report as a bug any JDK 1.1 compatibility issue (preferably on slide-dev). Remy

Re: Slide - Oracle

2001-02-06 Thread Remy Maucherat
> Hello, > > I am trying to use Oracle for storing properties. > I have modified Domain.xml for Oracle Database. > It is giving Initilization error. It is working fine with hSQL > Driver gets loaded in a simple Java program ,Slide clsses are unable to load > the Oracle Driver. > Is there anything

Re: Resource bundle exceptions

2001-02-06 Thread Remy Maucherat
> Hi All, > > I've been looking at the slide recently, so far it looks very promising... > > I have slide up and running in TC4 and using hsql. At times I get a stack > trace in the TC server window, any ideas why this could be happening? (btw, > Im accessing this via MS WebFolders). First of all

RE: Slide - Oracle

2001-02-07 Thread Remy Maucherat
Quoting "Kurapati, Rama" <[EMAIL PROTECTED]>: > It works just great. Thank you. > Can i get any clues about storing the conent in Databse? > I have changed contentstore tag of Domai.xml to name="jdbc" > />. What kind of parameters to be added for this tag along with > JDBC > parameters. Th

Re: Storing and retrieving properties

2001-02-08 Thread Remy Maucherat
> Hello all, > > I've been trying to access properties of nodes. I noticed that there is a > section of code that has been commented out in Test.java that shows how to > store a property and load it back in. > > Will this code work in the current version of Slide? Can anyone give me tips > on work

Re: Groups in slide

2001-02-08 Thread Remy Maucherat
> Hi everyone, > > Does Slide support having user groups? For example, could I have > /users/admin and then put links into that node for all the users in that > group? I tried to code this but it didn't seem to work. > > Am I going about this the wrong way? You can't do grouping with links, bu

Re: question on the command line admin tool

2001-02-09 Thread Remy Maucherat
> Hi, > > I'm new to SLIDE so please forgive me if this question has been > asked before. > Here is what I have currently installed: > > jakarta-tomcat-3.2.1 > slide 1.0M6 > > I've placed the slide.war file in the webapp directory of the > tomcat web server. > > My first test is to run the " /slid

Milestone 7

2001-02-11 Thread Remy Maucherat
Hi, Another new milestone of Slide has been released. Highlights include : - New JDBC content store - Documentation updates (especially on JDBC) - Default configuration now showcases the roles functionality - New optional high-level API built on top of the client library (org.apache.webdav.util

Re: Slide and virtual hosting

2001-02-12 Thread Remy Maucherat
> I'm in the planning stages of a couple of web projects, and have a question > about Slide's capabilities. I'm working on a design for a site that I hope to > make a very collaborative effort, and WebDAV seems a good way to allow people to > manage their own content on the site with whatever tool

Re: Default properties on Node

2001-02-12 Thread Remy Maucherat
> Hi All, > > Is there any way to specify default properties for all nodes that will be > set when a node is created?? > > My reason for wanting to do this is I'm using custom properties for a > document publishing system, eg status which could be one of 'live', 'devel', > and I want a node to hav

Re: Default properties on Node

2001-02-13 Thread Remy Maucherat
> Hi Remy, > > That would be great to be able to set a default for a Namespace/role > combination as you suggested. That would solve all the issues I'm facing. > > Just throwing some ideas around, > > I was thinking that a property could be made 'inheritable', the ObjectNode > can check its parent

Re: simple question!

2001-02-19 Thread Remy Maucherat
Title: simple question! Tomcat 4.0 no longer includes a JAXP compliant parser. You should add one, such as Xerces, in the lib directory of Tomcat 4.0, or in the /WEB-INF/lib directory of the Slide webapp.   The integrated WebDAV support of TC 4.0 uses the XML parser which is available for the

Re: exception on propfind

2001-02-20 Thread Remy Maucherat
Quoting "Thomson, Judi R" <[EMAIL PROTECTED]>: > Hi, > I'm trying to set up slide so that I can add some data stores and > indexing to > it. Right now I'm at the 'try to understand what is already there' > stage. I > have tomcat 3.2.1 and slide (milestone 7) running under solaris. I can >

Re: Multiple Namespaces

2001-02-20 Thread Remy Maucherat
> I wonder how could we set up multiple name spaces in slide. I mean, to store > collection A in directory A and Collection B in Directory B and probably > with different Service implementatations. > Ref http://jakarta.apache.org/slide/namespace.html#Stores You can put multiple namespace element

Re: Default properties for file types

2001-02-20 Thread Remy Maucherat
> Hi all > > I would like to be able have a default property that applies to a > certain type of file. An example would be that there would be a > property which specifies the default transformation to apply to an XML file. > > I was wondering whether i could do this with the new default properti

Re: Multiple Namespaces

2001-02-20 Thread Remy Maucherat
> Thanks. In the WebdavServlet code it is looking only for "webdav" > namespace. Do wee need to modify or it just works? There is a "namespace" parameter in web.xml in the Slide Webapp. You can put there the name of the namespace you want the servlet to access. Remy (wondering why he's even bot

RE: Groups in slide

2001-02-21 Thread Remy Maucherat
Quoting "McDonnell, David" <[EMAIL PROTECTED]>: > Hi Remy, > > Will you be able to have multiple roles for each user, and will a > class/interface have to be written for each role? An implementing class has to be written. It could probably be generated using JDK 1.3 dynamic proxies (but I nev

Re: Groups in slide

2001-02-21 Thread Remy Maucherat
> Hi, > > So there will be no way to add roles dynamically?? (while slide is > running).. I can't see anyway to do it, except maybe with the sun javac > tools, and dynamically generate and compile classes, but this would be a bit > of a hack and the class would have to be stored for later as well.

Re: Sorry - Multiple Namespaces

2001-02-21 Thread Remy Maucherat
Quoting "Kurapati, Rama" <[EMAIL PROTECTED]>: > Documentation is pretty good and covered every thing on configuration. > May > be i was not clear in posting the my doubt about adding different > services > for different namespaces in slide Domain.xml. I have added an > additional > namespace elem

RE: Groups in slide

2001-02-22 Thread Remy Maucherat
Quoting Remy Maucherat <[EMAIL PROTECTED]>: > Quoting "McDonnell, David" <[EMAIL PROTECTED]>: > > > Hi Remy, > > > > Will you be able to have multiple roles for each user, and will a > > class/interface have to be written for each role? &g

RE: exception on propfind

2001-02-22 Thread Remy Maucherat
Quoting "Pan, Jiantao" <[EMAIL PROTECTED]>: > I have the same problem. > I have Tomcat3.2.1 and Slide1.0m7 It shouldn't display that exception with Tomcat 3.2 and up. I don't know why it does. Anyway, as I've said over and over, this exception is harmless and can be ignored. It just means tha

Re: Security Configuration

2001-02-23 Thread Remy Maucherat
> Hello, > I have tomcat3.2.1 with slide1.0m7 > Without any modification, I got the following warning when I try to create > a new subfolder under files > 23 Feb 2001 10:42:54 - WARNING - Access denied on /files by user > /users/guest for action /actions/write > 23 Feb 2001 10:42:54 - WARNING -

Re: exception on propfind

2001-02-23 Thread Remy Maucherat
> I had the same problem with TC 321. > I have applied a patch within a jar file. If you add this to your classpath, > right before webserver.jar, the exception (which is harmless as said by > Remy) will dissappear. > In my environment it was sufficient to copy the jar file to the Tomcat lib > dir

Re: Default properties for file types

2001-02-23 Thread Remy Maucherat
> Remy said: > > > Conditional processing is an important feature, but to be really flexible it > > has to use the same kind of semantics that approvals and notifications will > > use (read : be a user defined process). > > > > In the meantime, it would probably be a good idea to define a simple >

Re: Default properties for file types

2001-02-23 Thread Remy Maucherat
> --- Remy wrote: > That method will be called (for all registered filters) just before storing > (or creating) content in the Store. Filters will be declared in Domain.xml. > --- > > What about filtering content on the way out? I wasn't sure that post filtering could be useful, but I guess it wo

RE: Access denied

2001-02-27 Thread Remy Maucherat
Quoting "Kurapati, Rama" <[EMAIL PROTECTED]>: > Dave: > I did uncommented in Web.xml it, then it was not recognising any of the > tomcat users(Tomcat-users.xml). I don't know where i went wrong. When using a realm other than the Tomcat 4 SlideRealm, you have to declare users in both the Tomcat

Re: Please Help Me!!!

2001-02-28 Thread Remy Maucherat
> I have not tried using it with dreamweaver, but it works great with MS > WebFolders (part of IE5). About the WebDAV compatibility : no real effort has been done in order to maximize interoperability yet. There is still a number of features I want to add to the WebDAV layer (mainly DAV ACL suppo

Re: Using WebFolders

2001-02-28 Thread Remy Maucherat
> Hi, > > I am using SLIDE (1.0m6) with Jakarta-Tomcat-3.2.1 on Solaris. > My client is Web Folders running on my PC. I've modified > the Domain.xml to add myself as a valid user and have a > valid directory. I think this is o.k. since I can see my > folder when I check it using Web Folders. Howev

Re: Using WebFolders

2001-03-01 Thread Remy Maucherat
> Thanks for the information. However, even after I comment out the section, > do I need to add myself somewhere in the web.xml file so that it can > validate > me as a user. I just tried it and it cannot authenticate me... probably > because > I need to change something somewhere else that allows

Re: Using WebFolders

2001-03-01 Thread Remy Maucherat
> I must be doing something wrong still. I've added myself to the > tomcat-users.xml > however after logging in through the login box, it still says : > > You do not have permission to access this Web Folder location. > > If I comment out the security-constraint I can access the location however.

Re: Setup questions...

2001-03-02 Thread Remy Maucherat
> Hi all, > > I'm having some trouble getting slide up and running and need some help. I > have setup slide using tomcat 3.2 on a linux box and can copy files into a > directory using Internet Explorer 5 and the file -> open -> as Web Folder > option. I also verified that the files are copied onto

Re: unusual question

2001-03-02 Thread Remy Maucherat
Hi, > no.. I'm not looking for api/help/install files.. I need conference papers > and/or journal articles. I will reference the web pages for sure, but I was > hoping that someone else had publications about it tucked away somewhere. I'm not aware of an article or publication referencing Slide

Re: Setup questions...

2001-03-05 Thread Remy Maucherat
> Thank you for the tip Remy, it worked like a champ... sort of. The files > are now persisted after a restart of Tomcat, but there are some permission > problems which still need to be resolved. I have seen several postings > regarding questions about how to setup permissions with slide but nothi

Re: Setup questions...

2001-03-05 Thread Remy Maucherat
> Hi all, > > I've tried using slide with other databases, first off I tried Interbase. > -It doesnt like a varchar primary key longer than 252 characters. > This may be a problem for some people as it limits the URI to 252 chars > long. You could remove the Primary key constraint, and you could u

Re: Question

2001-03-06 Thread Remy Maucherat
> hi ! all > I have down load the currently availble binary ver of slide. > I have also install the reqd file as instructed in read me file. > I am not able to get how to use it. whether I requires special webdav > server or other can be used. Moreover I want to test it for my org > How should I

Re: another web folder question

2001-03-06 Thread Remy Maucherat
> Hi, > > This may be a very silly question, but I'm in the process of writing my own > DAV servlet and having problems getting Web Folders find my folder... > > The Domain.xml has as the first node in it's file. Does that define > the > name of the folder is 'slide' ? No. Are you wondering abou

Re: Re: Question

2001-03-06 Thread Remy Maucherat
> hi all! > thanks remy for guidance . > but I am not to find the Server component in the down loaded material. > suggest how to find it or check wheteher is was proper or not. The server components should be in the lib folder of your distribution directory. You can also use the webapp/slide.war

Re: question

2001-03-07 Thread Remy Maucherat
> hi all. > I wish to add myself as a user for the slide application. > I came to know that for this purpose I have to do some change in > domain.xml.But I am not able to do it correctly since the problem exists as it > is. > how should I do that. help me. Could you be more specific ? Thanks, Re

Re: A checksum error is occurring when un-tarring slide releases

2001-03-07 Thread Remy Maucherat
> Just a heads up, > > I've found checksum errors when attempting to extract the Slide 1.0M8 or Slide > 1.0M7 releases that were archived in the tar.gz format. The error condition > only allowed me to extract part of the release. I had no problem extracting the > releases in a zip format. Weird

Re: Question on propfind

2001-03-07 Thread Remy Maucherat
> Hi, > Using slide client library, When we run a PropFindMethod, After we get the > response, I know there must have a way to get all the properties for each > response uris. Does anybody know how to do it? After executing the request, call getAllResponseURLs(), then call getResponseProperties(

Re: Question on propfind

2001-03-08 Thread Remy Maucherat
> Thanks Remy, > For DAV:resourcetype > Another question: > After using propFindMethod.getResponseProperties(url), For the property > resourcetype, The getPropertyAsString() method gives "" even for collection > resource type. > the reply xml fragment is : > > > Could we find a way to distingu

Re: Slide WebDav Client API

2001-03-08 Thread Remy Maucherat
> Is there any client exemple written using this api, or other documentation > about the client api other than the JavaDoc? We searched the web site but > found nothing. > > Thank you for your time and have a nice day! You should have a look at the old command line client (src/webdav/client/org/a

Re: Current stability of M8

2001-03-08 Thread Remy Maucherat
> I'd like to know what is the level of stability of the > current slide release (M8). As a whole, it's not feature complete, so it can be considered alpha software. > Also, when moving files between two collections, the files > are logically moved from one collection to the other. But > physic

Re: Mapping URIs, Namespaces, and URL

2001-03-10 Thread Remy Maucherat
> Hi, > > Can somebody explain how Slide interpetes the mapping URIs to Namespaces > Nodes and further to URLs. > > Say, RFC 2396 defines URI like: "schema://server(authority)/path/query". And > URI in RFC 2518 is considered just as a name that is supposed to map to the > Resource Model Namespace

Nightly builds

2001-03-10 Thread Remy Maucherat
Hi, Slide nightly builds are available again, in both source and binary form : http://jakarta.apache.org/builds/jakarta-slide/nightly/ Remy

Re: setting up env, putting content in CM

2001-03-12 Thread Remy Maucherat
Quoting "Villiotte, Tom" <[EMAIL PROTECTED]>: > Hi, > I'm a new user to Slide. I'm trying to store data in the Slide CM > system, and then be able to move it around, create new collections, > put/get > - basically use all the webdav commands. I have the Tomcat server, but > do I > really

Re: Using DAV status codes

2001-03-12 Thread Remy Maucherat
> Hi > > One of the possible status codes that DAV can return is 207 which is not > understandable by the tomcat web server version 3.2.1. How can I make these > status codes understandable to the web server at runtime. I have already > modified > the jakarta-tomat-3.2.1/src/org/apache/tomcat/core

Re: Authentication Problems

2001-03-14 Thread Remy Maucherat
Hi,   Uncommenting this should give a prompt for a login/password :     It defines a BASIC auth challenge on all URIs inside the Slide webapp, and it should work ok with a compliant servlet container. If I have made a mistake, please let me know ...   Remy   - Original Message -

Re: Domain configuration question

2001-03-14 Thread Remy Maucherat
  - Original Message - From: Jason Coward To: Slide-User Sent: Wednesday, March 14, 2001 8:31 AM Subject: Domain configuration question Can someone tell me what the default-property elements under the comment Default properties mapping represents in the

Re: Enable Logging

2001-03-16 Thread Remy Maucherat
  - Original Message - From: Kurapati, Rama To: '[EMAIL PROTECTED]' Sent: Friday, March 16, 2001 8:26 AM Subject: Enable Logging Hi, I have Slide m7 and Tomcat 3.2.1. I want to put console message to a log file. I know m7 supports logging. Can any one g

Re: Login Problems

2001-03-16 Thread Remy Maucherat
Title: Re: Authentication Problems   - Original Message - From: Paresh Joshi To: '[EMAIL PROTECTED]' Sent: Friday, March 16, 2001 7:53 AM Subject: RE: Login Problems Hi Tom,   In my "tomcat-users.xml" I had "tomcat" as my password for user john and hav

Re: Use Documentation

2001-03-18 Thread Remy Maucherat
> I am a new user of Slide. I found the documentation on installing and > configuring the Slide but could not find any documentation about how to use > it. Slide is in active developement at the moment, ans some features are still a moving target (like the client). I also don't have as much time

Re: WebDAV Client libs

2001-03-19 Thread Remy Maucherat
> I'm trying to use the slide client libs, but I just can't get > authenticated right... > > I try to move a file with the following code: > > WebdavClient wdc = new WebdavClient(new URL(host),"root","mypass"); > wdc.setDebug(1); > MoveMethod move = new MoveMethod(store + pp.getString("file"), >

Re: WebDAV Client libs

2001-03-19 Thread Remy Maucherat
- Original Message - From: "Dan Diephouse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 10:39 AM Subject: Re: WebDAV Client libs > Not the answer I wanted to hear :) > > So, lets say hypothetically that I want slide to delegate authentication from > somewhere

Re: WebDAV Client libs

2001-03-19 Thread Remy Maucherat
> Remy Maucherat wrote: > > > > You > > should plug your auth mechanism at the container level, and it's easy to do > > with Tomcat (either 3 or 4). > > Actually, I don't think this is provided as an example anywhere in the > tomcat distr. Do y

Re: web-dav for third-party cms

2001-03-20 Thread Remy Maucherat
> Hi, > > I want to use slide to offer web-dav access to > third-party content management systems. > The file-system based store that comes with slide M8 > works fine, and I have added some logging to follow > the store functionality. > Are store implementations the right way to write > an interf

Re: Configuration problems ?

2001-03-20 Thread Remy Maucherat
> I'm trying to use the slide client API (TC 3.2.1 ,slide M8) > > I've got the following errors while querying the server : > > 1) > WARNING - Access denied on /users by user /users/guest for action /actions/read > 20 Mar 2001 17:08:21 - WARNING - Access denied on /actions by user /users/guest for

Re: Configuration problems ?

2001-03-21 Thread Remy Maucherat
> Hi Remy and thanks for your help, > To answer your questions : > > > Remy Maucherat wrote: > > > > 1) > > > WARNING - Access denied on /users by user /users/guest for action > > /actions/read > > > 20 Mar 2001 17:08:21 - WARNING - Access den

Re: jar file clash?

2001-03-21 Thread Remy Maucherat
> I have installed the most recent tomcat and it runs fine. Then for slide, > (just to get started) I dropped slide.war (m8) in the webapps dir (and did > nothing else) and restarted tomcat (4.0-b1). On trying to load > http://localhost/slide/, I got a java dump that suggests that some jar is > at

Re: Question #2

2001-03-21 Thread Remy Maucherat
> While I'm on the subject, what are the differences between the two webdavs > at this stage? Any moves to marry them? I wrote the WebdavServlet in Tomcat 4. It's based on code from Slide, but the objective was very different. Tomcat 4 WebDAV is there to provide functionality equivalent to the FP

Re: mysql questions

2001-03-22 Thread Remy Maucherat
Quoting Jason Harrop <[EMAIL PROTECTED]>: > Dan, it works for us using 3.23.28-gamma, though we build the database > by doing something like: > > mysql < build_slide_repository > > as opposed to letting slide build it. i posted the script we use to the > > list the other week... And is now p

Re: jar file clash?

2001-03-22 Thread Remy Maucherat
> sorry guys. Blame it on Jon (he must be the biggest supporter of the "reply-to" override) ;) Remy

Re: Performance Problem

2001-03-23 Thread Remy Maucherat
Quoting "Kurapati, Rama" <[EMAIL PROTECTED]>: > Hi: > > I have a Folder TEST with 500 sub folders, each containing 100 files, > all > of same size 400 bytes. It is strange that it takes only 40-90 ms for > the > first 2 thousand files and afterthat the time is gradually increasing. > After >

Re: HeadMethod with PutMethod

2001-03-23 Thread Remy Maucherat
Quoting "Kurapati, Rama" <[EMAIL PROTECTED]>: > Hi, > > I noticed that HeadMethod is being called for every PutMethod > execution. > Why is it necessary? IE makes a HEAD before a PUT to make sure it doesn't ovewrite anything. Basically, that's a decision which has been made by Microsoft. Rem

Re: mysql questions

2001-03-23 Thread Remy Maucherat
Quoting Dan Diephouse <[EMAIL PROTECTED]>: > OK, I think I wasn't clear about my question > > I wasn't having problems creating the database, I just wanted to point > out > that anyone who has a version before 3.23.2 is going to have problems > (like > me, but not Jason Harrop). Sorry, I mi

Re: Performance Problem

2001-03-24 Thread Remy Maucherat
> 24 Mar 2001 13:14:45 - INFO - PUT (time: 94874 ms) URI = /files/archives/2712.JPG > 24 Mar 2001 13:14:49 - INFO - OPTIONS (time: 57 ms) URI = / > 24 Mar 2001 13:14:49 - INFO - PROPFIND (time: 463 ms) URI = / > 24 Mar 2001 13:15:13 - INFO - PROPFIND (time: 21509 ms) URI = /files > 24 Mar 2001 13:

  1   2   3   4   >