Re: RE: Error setting up slide-admin

2002-04-15 Thread Christopher Lenz
Hi Rajesh, correct deployment of the admin-webapp depends on a couple of factors, I'll list them here: - slide-kernel.jar and slide-stores.jar must be in a shared library location, so that both the webdav-servlet and the admin-webapp use the same instance. - the webdav-servlet must have been st

HSQL Store doesnt accept PUT???

2002-04-15 Thread Sanjaya Ganesh
Hi Friends, My SLIDE setup is as below: (1) I have the JDBCStore with HSQL running. (2) I uncommented the HSQL portion and "COMMENTED" the store="memory" portion of SLIDE. When I do a PUT, I get the following error. I am able top execute the EXACT same PUT when using with memory store. Why is

RE: Error setting up slide-admin

2002-04-15 Thread PRAKASH,RAJESH (Non-HP-PaloAlto,ex1)
Hello, I am getting this error while deploying the slide-admin.war file. Initially, I got an error that it was not able to find the Domain.xml file. Resolved that by copying that to the bin directory of tomcat after which the admin page gets loaded but I cannot do anything there. Clicking on

Webdav servlet.

2002-04-15 Thread Haiying Qiao
Hello, I want to integrate webdav servlet with my own webapplication. However, I cannot retrieve the html file from servlet engine. For example: http://hostname:8080/slide/index.html will not return page not found error. However, if the request is: http://hostname:8080/slide/index.jsp, the pag

RE: Callbacks, virtual directories and more

2002-04-15 Thread Per Kreipke
Juergen > Did you have a look at the Tomcat 4 filter functionality? I have. We just switched to TC4 from 3.X to get at it. However, I'm not sure yet how it will be useful. - I think filtering could be the place to manage callbacks. I was hoping that the ContentInterceptor framework would be more

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: Callbacks, virtual directories and more

2002-04-15 Thread Pill, Juergen
Hello Per Kreipke, Did you have a look at the Tomcat 4 filter functionality? Best regards, Juergen -Original Message- From: Per Kreipke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 20.56 PM To: Slide Users Mailing List Subject:Callbacks, virtual directori

Vignette + SLIDE client?

2002-04-15 Thread Sanjaya Ganesh
HI : Has anyone tried accessing Vignette CMS using SLIDE WEBDAV client APIs? Is this possible? What is the WEBDAV compliant URL for Vignette? -Sanjay - Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax

RE: JDBCContentStore - another configuration attempted - success

2002-04-15 Thread Mark Hortman
I don't know this for sure, but look for a file called slidestructure.script, or *.script. It is an ascii file which contains Create table sql statements Index sql statements Insert statements, And while slide runs it actually has rollback and commit statements. This leads me to believe that HSQ

Found the bug? - RE: Creation Date for a WebdavResource - bug?

2002-04-15 Thread jakarta_slide_user
Hi, I am looking through the sources of WebdavResource and see that when parseDate(String) fails to parse a date string it simply returns a null and the set is skipped. Maybe the date is in an unrecognized format? Try maybe upping the debug level to 7 (debug) or set debug in the command line cl

RE: JDBCContentStore - another configuration attempted - success

2002-04-15 Thread jakarta_slide_user
About your first question - yes, I dragged a file into the network place designated for Slide and managed to retrieve it, created directories, accessed via the command-line client, copied, moved, delete, all works fine. Just one thing which surprised me a bit - the database is saved somewere in p

RE: JDBCContentStore - another configuration attempted - success

2002-04-15 Thread jakarta_slide_user
I'm not sure, but in server\conf\slide.conf this file and its siblings are mentioned, and it seems that changes to them affected slide's behaviour, so I suppose they matter somehow :). G'Night. > -Original Message- > From: Sanjaya Ganesh > [mailto:[EMAIL PROTECTED] .mailshell.com] > Sen

Is it recommanded to use WebdavFile?

2002-04-15 Thread jakarta_slide_user
Hi, I don't see examples of usage of WebdavFile, but I am very tempted to use it in order to plug it under our current data-access layer (which sort of wraps access to java.io.File). Is it a safe bet to base a working product on this class? Thanks, --Amos Shapira "Of course Australia was mark

RE: JDBCContentStore - another configuration attempted - success

2002-04-15 Thread Sanjaya Ganesh
Hmm...gotcha...Did you try a "PUT" and do you mean it works fine? Then I will create such a directory and put that file "slide.def" and see what happens. But what I cant make out is does SLIDE really need that Slide.def file? Because it is all working for me in all cases except this PUT is not

RE: JDBCContentStore - another configuration attempted - success

2002-04-15 Thread jakarta_slide_user
OK, I see it - it comes from the binary download (jakarta-slide-1.0.16.zip). > -Original Message- > From: Sanjaya Ganesh > [mailto:[EMAIL PROTECTED] > .mailshell.com] > Sent: Monday, April 15, 2002 6:04 PM > To: [EMAIL PROTECTED] > Subject: RE: JDBCContentStore - another configuration >

RE: JDBCContentStore - another configuration attempted - success

2002-04-15 Thread Sanjaya Ganesh
I have the same version 1.0.16. But I did an ANT build as per the instructions on jakarta web site. I dont have that file, though [EMAIL PROTECTED] wrote: Have you looked under server\conf\slide? That's why I keep giving full path names. What version of Slide do you have? Mine is 1.0.16. >

RE: Creation Date for a WebdavResource - bug?

2002-04-15 Thread jakarta_slide_user
In case you are not aware, this date is the epoch of time, which means that the integer value is zero. Don't know how to fix this, but it might help you if you want to dig into the JDBC database or (more probably?) see in the source whether this field is initialized at all. > -Original Messag

RE: Creation Date for a WebdavResource - bug?

2002-04-15 Thread Eric Hodges
I get the same bogus value, using slidestore.reference.JDBCDescriptorsStore and slidestore.reference.FileContentStore. > -Original Message- > From: Sanjaya Ganesh [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 12:29 AM > To: [EMAIL PROTECTED] > Subject: Creation Date for a We

RE: JDBCContentStore - another configuration attempted - success

2002-04-15 Thread jakarta_slide_user
Have you looked under server\conf\slide? That's why I keep giving full path names. What version of Slide do you have? Mine is 1.0.16. > -Original Message- > From: Sanjaya Ganesh > [mailto:[EMAIL PROTECTED] > .mailshell.com] > Sent: Monday, April 15, 2002 4:37 PM > To: [EMAIL PROTECTED]

Re: JDBCContentStore - another configuration attempted - success

2002-04-15 Thread Sanjaya Ganesh
My implementation is working perfectly fine with file store. But I dont have a slide.def file at all :-(. I am still not successful in getting it work with HSQL. All works fine, but the content goes to file store. So PUT always fails !! with an exception I previously posted. -Sanjay. [EMAIL

admin view in Slide

2002-04-15 Thread Elodie Tasia
In Slide's documentation, it is said, about the admin view : " The first management component which is available is the Catalina manager web application. It can be accessed in context "manager" on port 8080 (it runs on the same host as the client view). The manager requires an authenticated us

JDBCContentStore - another configuration attempted - success

2002-04-15 Thread jakarta_slide_user
Hello, I have just found the file "jakarta-slide-1.0.16\doc\samples\Domain.sample" and copied the part which is preceded by "### JDBC Configuration ###", it seems to correct a tiny mistake in my previous attempt but I copied the entire tag just in case I had other errors. The file I copied this