Julian Reschke | 1 Dec 09:15
Picon
Picon

Re: Problems with Slide Client and SAP Portal WebDAV

Jeff Blank schrieb:
> So I've been attempting to see what's different about the SAP Portal
> WebDAV response vs the Slide Server response. Here's a few observations:
> 
> 1) Notice that the "xmlns:D=DAV:" is excluded from <D:response> in SAP
> Portal's WebDAV.  Could this make the slide client upset? 

That would be a bug. It's just a minor difference in XML serialization.
 > ...

> 2) For collections, D:displayname isn't well populated in SAP Portal.
> I've re-created this specific scenario in my local Slide server and all
> seems ok.

D:displayname is populated for those resources which have one. There is 
no defaulting to "whatever the last segment in the URI is". If the 
client makes bad assumptions about displayname behaviour, this could 
confuse it (note that Apache/mod_dav works exactly the same).

> 3) HTTP Header is slightly different wrt Multi-Status indicator. My gut
> says this difference is not important.  I doubt the HTTP header is that
> key to parsing the Response XML and population of higher level classes.
 > ...

The textual part of the response status should be irrelevant.

 > ...

Best regards, Julian
(Continue reading)

Mike Murray | 1 Dec 19:47
Picon

Re: Using Slide to expose my file system

You could easily write a store implementation to do this, but I would take a
look at the SimpleFileStore, since it does essentially what you need (I
extended it to provide a store that stores chunks of data across many
machines in a grid computing network). This is a new feature of 2.2, so you
will have to check out the source from SVN (see the jakarta website).

-mike

On 11/29/06, David Smiley <DSMILEY <at> mitre.org> wrote:
>
>
> Hi.  I am wondering if I can use Slide to expose a piece of my filesystem
> via
> WebDAV.
>
> I am aware of the file based store, but it encodes versions at the end of
> the file's name.  Worse, even after playing with the paths in Domain.xml,
> it
> doesn't seem to want to expose any of my existing folders and files.  Does
> someone know if I can do this?
>
> ~ David Smiley
> --
> View this message in context:
> http://www.nabble.com/Using-Slide-to-expose-my-file-system-tf2729930.html#a7614309
> Sent from the Jakarta Slide - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe <at> jakarta.apache.org
(Continue reading)

Jeff Blank | 1 Dec 21:51
Favicon

slide client - Error: sun.security.validator.validatorexception: no trusted certificate found

I get the following error when I connect to a URL of this form:
https://<server>/<path> using slide client.

Error: sun.security.validator.validatorexception: no trusted certificate
found

I think that I correctly downloaded the certificate via my web browser
and installed it via keytool.  However, it's unclear how to use it with
slide cmdline client.

-Jeff Blank

 
Picon
Picon
Gravatar

Re: slide client - Error: sun.security.validator.validatorexception: no trusted certificate found

Hello Jeff,

I have no idea either.

Regards,

Antoine
-------- Original-Nachricht --------
Datum: Fri, 1 Dec 2006 12:51:36 -0800
Von: "Jeff Blank" <jblank <at> autonomy.com>
An: slide-user <at> jakarta.apache.org
Betreff: slide client - Error: sun.security.validator.validatorexception: no trusted certificate found

> I get the following error when I connect to a URL of this form:
> https://<server>/<path> using slide client.
>  
> Error: sun.security.validator.validatorexception: no trusted certificate
> found
>  
> I think that I correctly downloaded the certificate via my web browser
> and installed it via keytool.  However, it's unclear how to use it with
> slide cmdline client.
>  
> -Jeff Blank
>  
>  
Olivier Etienne | 4 Dec 14:38
Picon

Subscribe / unsbscribe / poll / event

Hi,

I'm looking for specifications about the SUBSCRIBE, UNSUBSCRIBE, POLL and
EVENT methods. I didn't found it in any rfc from www.webdav.org. Does
someone knows where I can find that ?

Regards,

     Olivier
rohitajm | 6 Dec 10:19
Favicon

Slide as Window Service


Hello All,

I have configured ApacheTomcat/Slide to run as a Window Service. It is
configured to run automatically when I boot the system. It is working
perfectly. 

But now when I boot the system, it display a consol window for few seconds.
I do not want to display that consol window on boot. 

What should I do so consol window doesn't appear before user?

Thanks in advance.

-Rohit
--

-- 
View this message in context: http://www.nabble.com/Slide-as-Window-Service-tf2766939.html#a7715925
Sent from the Jakarta Slide - User mailing list archive at Nabble.com.
JV | 6 Dec 10:48
Picon
Favicon

Re: Slide as Window Service

Hi Rohit,

This has nothing to do with Slide, so in fact you should go to the  
Tomcat user list.

I don't know what version of Tomcat you use, but I know that version  
5.5 does not display a console window. I've never seen one. During  
the installation of Tomcat 5.5 you can check the box for the Tomcat  
service. If you haven't done that but instead created your own  
service, this might be different. Then you could reinstall Tomcat.  
Just keep all changed configuration files (like server.xml), plus the  
webapps, and copy those back after reinstalling.

Furthermore, a windows service is meant to run without logging in,  
and I suppose you see the console window when logging in. You can  
check if the service really runs by not logging in, and using another  
computer on your network to connect to the webserver. If Tomcat  
responds, then the service is running.

What the console window is doing, I don't know. Maybe you can make a  
screenshot of it and describe what's going on or publish it using  
http://www.tinypic.com/

JV

Op 6 dec 2006, om 10:19 heeft rohitajm het volgende geschreven:

>
> Hello All,
>
(Continue reading)

mridu | 7 Dec 12:49
Favicon

Problem with slide and postgresql


hello sir/mam

I am using "jakarta-slide-2.1-tomcat-5.0.28", OpenLdap and postgresql
7.4.3.Slide is running 
  well in local text store .But there is a problem of password security.i.e
any user can see the   
  password of other user ( by selecting particular user node ) by going into
the menu 

  View-->View Modify Properties

 Thats why i selected LDAP for storing the users and roles .

 I have configured slide with

 A.ldap and postgresql.

 I have followed the following steps ---

 1.Configure the LDAP server
 2.Create the users and roles in the LDAP server
 3.configure the Domain.xml,server.xml and web.xml to access the users
   and roles from the LDAP server.
 4.configure  domain.xml and server.xml to store all other data
   except users and roles in the postgresql databse.
 5.Login through DAVExplorer
 6.writting and removing any file inside the node "/file".
 7.changing the ACL of users by administrator user.

(Continue reading)

Jeff Blank | 8 Dec 20:55
Favicon

Slide client - need to provide cookies acquired as a result of forms-based authentication

I'm using Slide 2.1 client.  My WebDAV server requires forms-based
authentication.  I have a mechanism to acquire the cookies and write
them to a file.  However, it's unclear to me how to provide the cookies
with slide client requests.  

Any sort of guidance is of course appreciated.  Some pseudo / example
code would be ideal.  THX!

-Jeff Blank
Paul Hammant | 10 Dec 21:35

Does SimpleFileStore work with HEAD of Slide?

I've the latest Svn trunk, and have tried to replace the applicable  
section of Domain.xml with the XML fragment suggested in  
SimpleFileStore.java, but it does not work :-(

This from catalina's log :

   10 Dec 2006 12:25:48 - org.apache.slide.common.Namespace - ERROR -  
org.apache.slide.common.ServiceMissingOnRootNodeException: Service is  
missing on root node
   org.apache.slide.common.ServiceMissingOnRootNodeException: Service  
is missing on root node
         at org.apache.slide.common.Uri.parseUri(Uri.java:365)
         at org.apache.slide.common.Uri.<init>(Uri.java:67)
         at org.apache.slide.common.Namespace.getUri(Namespace.java:713)
         at org.apache.slide.common.Namespace.getUri(Namespace.java:697)
         at org.apache.slide.common.Namespace.loadBaseData 
(Namespace.java:806)
         at org.apache.slide.common.Domain.initNamespace(Domain.java: 
883)
         at org.apache.slide.common.Domain.init(Domain.java:462)
         at org.apache.slide.common.Domain.init(Domain.java:375)
         at org.apache.slide.common.Domain.init(Domain.java:338)
         at org.apache.slide.webdav.WebdavServlet.init 
(WebdavServlet.java:251)
         at javax.servlet.GenericServlet.init(GenericServlet.java:211)
         at org.apache.slide.webdav.WebdavServlet.init 
(WebdavServlet.java:191)
         at org.apache.catalina.core.StandardWrapper.loadServlet 
(StandardWrapper.java:1029)
         at org.apache.catalina.core.StandardWrapper.load 
(Continue reading)


Gmane