RE: Help with slide.war build

2002-08-30 Thread West, Tedie
I just installed tomcat 4.0 ... and it seemed to work -Original Message- From: Gunderson, Jeff [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 3:54 PM To: 'Slide Users Mailing List' Subject: RE: Help with slide.war build Thanks much Tedie, this got me a lot further. I think I'

RE: Help with slide.war build

2002-08-30 Thread Gunderson, Jeff
Thanks much Tedie, this got me a lot further. I think I'm starting to figure this ant business out. I'm still having trouble building but I think its because I don't have the latest version of Tomcat. The build.xml has: but I don't have the User class in my catalina.jar. I'm thinking this

Authentification with SlideRealm -->ManagedBean?

2002-08-30 Thread Marcus Dickerhof
Hi everybody, Is there anybody out there, who actually could manage to configure slide to do the authentification of users with the SlideRealm and Tomcat 4.1.9? (I managed authentification with the tomcat-users.xml without any problems). First of all I get a Exception when I start up tomcat --

Re: Little SlideRealm Problem -- Please Help

2002-08-30 Thread Marcus Dickerhof
Thank you very much, it worked! Greetings Marcus - Original Message - From: "Robert Priest" <[EMAIL PROTECTED]> To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 8:00 PM Subject: RE: Little SlideRealm Problem -- Please Help > Sounds like you need to cr

RE: Help with slide.war build

2002-08-30 Thread West, Tedie
Jeff, I recently had a similar problem where the webapps and the server was not getting built. I noticed in the build.xml that if the catalina/tomcat stuff was not there ant would skip the webapps and the slide server build. To fix I downloaded tomcat 4. Also, to get the slide-admin.war to build

RE: Slide-Admin web application

2002-08-30 Thread PRAKASH,RAJESH (Non-HP-PaloAlto,ex1)
Hello, Try putting Domain.xml to the directory from where you start tomcat. Also make sure that only one Domain.xml exists in the entire tomcat directory. This should solve the problem. Regards, Rajesh -Original Message- From: Luca Zago [mailto:[EMAIL PROTECTED]] Sent: Friday, August

Slide-Admin web application

2002-08-30 Thread Luca Zago
Hi, I am trying to use slide-admin as a web application. And I got this error: javax.servlet.ServletException: Domain initialization error : Domain.xml (Impossibile trovare il file specificato) in italian (Impossibile trovare il file specificato) means (impossible to find specified file) I ha

Help with slide.war build

2002-08-30 Thread Gunderson, Jeff
Hi, I'm trying to build the lastest source (8/30). Ant gives me a "build successful" but it doesn't build the webapp\slide.war. Any hints would be appreciated. Thx, Jeff -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Create New file.

2002-08-30 Thread A Felix
I think this will need one HEAD request and one PUT, something like, a) send HEAD /path/file b) if status is 404, PUT /path/file else return false hope it helps! -af --- "Shah, Kalpesh" <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way in slide client by which I can > speci

Re[2]: Using Slide transaction's connection

2002-08-30 Thread Lukasz Kowalczyk
Thursday, August 29, 2002, 10:47:13 PM, you wrote: TW> Bita, TW> I don't have sample code to show you but I'll try to explain better. Take a TW> look at J2EEDescriptorsStore. It maintains a connection map to support TW> concurrent clients. This way the store knows which connection to use when

How to determine the modifying user via WebDAV

2002-08-30 Thread gcasper
Hi all, what is the correct way to determine the user who modified a versioned-controlled resource. I understand it should be the DAV:creator-displayname of the corresponding version resource but this seems to be always empty. Am I missing something? Is this a bug/missing feature in Slide? Thank

Re: WebDAV interoperable meeting

2002-08-30 Thread Michael Wechner
Will somebody of the Slide community attend the next Open Source Content Management conference at Berkeley? http://www.oscom.org/conferences/berkeley2002/ Maybe we can discuss some stuff concerning Slide. There will be an interop workshop about WebDAV on the third day hosted by Greg Stein. Gre

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: Using Slide transaction's connection

2002-08-30 Thread Tom Wang
Bita, I don't have sample code to show you but I'll try to explain better. Take a look at J2EEDescriptorsStore. It maintains a connection map to support concurrent clients. This way the store knows which connection to use when dealing with a specific thread. What I was suggesting is to save t