RE: Graphics and layout needed for admin application

2004-07-22 Thread Christophe . LOMBART
Maybe http://www.myfaces.org/ can help. it is a set of GUI components. Not
yet tested but this project seems to be more and more popular.

Christophe


-Original Message-
From: Daniel Florey [mailto:[EMAIL PROTECTED] 
Sent: mardi 20 juillet 2004 10:00
To: Slide Users Mailing List
Subject: Graphics and layout needed for admin application


Hi folks,
as promised I've implemented a simple admin application to add users/roles
and manage the roles of a user. This application is based on the new
Projector framework that will be part of Slide 2.1M2. I hope to add some
applications in the future that will make Slide a full CMS that runs out of
the box. As I'm no designer at all I need some support from someone who is
able to make these applications look great. Is there anyone around
interested in supporting me in this area? What is needed?
- Some icons (user/role/add user/delete user/add role to user/remove role
from user/add role/delete role)
- Overall page layout
- Generic table design (including icons for sorting/collapsing/expanding
rows)

As a projects subjective quality is depending on the look and feel, it would
be great to have a nice look for the Slide/Projector applications.

Thanks for any help,

Daniel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



BindingStore

2004-07-22 Thread LOMBART Christophe
I'm migrating a web application in order to use the webdavclient instead of direct 
call to the Slide API :-). I need to have different URI that point to the same 
resource. So, I'm trying to use the BindingStore but I got the following error with a 
PUT method (simple copypast via a webfolder): 

root, PUT, 404 Not Found, 211 ms, /files/cv_2004.doc
 

I review http://jakarta.apache.org/slide/howto-bind.html but I'm wondering if I have 
to set other parameters.


Thanks,
Christophe


Here is the log : 

22 Jul 2004 16:35:03 - org.apache.slide.util.event.EventLogger - INFO - Recieved event 
with name 'transaction:begin': org.apache.slide.event.Transacti
[EMAIL PROTECTED]
22 Jul 2004 16:35:03 - org.apache.slide.util.event.EventLogger - INFO - Recieved event 
with name 'transaction:rollback': org.apache.slide.event.Transa
[EMAIL PROTECTED]
22 Jul 2004 16:35:03 - org.apache.slide.webdav.WebdavServlet - ERROR - 
org.apache.slide.webdav.WebdavException: Not Found
org.apache.slide.webdav.WebdavException: Not Found
at 
org.apache.slide.webdav.method.AbstractWebdavMethod.run(AbstractWebdavMethod.java:375)
at org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:166)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.apache.slide.webdav.filter.LogFilter.doFilter(LogFilter.java:141)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:551)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:534)
http8080-Processor4, 22-juil.-2004 16:35:03, root, HEAD, 404 Not Found, 130 ms, 
/files/cv_2004.doc
22 Jul 2004 16:35:03 - org.apache.slide.util.event.EventLogger - INFO - Recieved event 
with name 'transaction:begin': org.apache.slide.event.Transacti
[EMAIL PROTECTED]
22 Jul 2004 16:35:03 - org.apache.slide.util.event.EventLogger - INFO - Recieved event 
with name 'transaction:rollback': org.apache.slide.event.Transa
[EMAIL 

RE: Anyone running Slide 2.0 on Websphere 5.0 platform

2004-07-22 Thread Krishna Kankipati
Kiran,
Your suggestion helped, thanks a bunch, the problem was that
Websphere was using a different version of jdom.jar from its lib folder at
runtime. I renamed that file (sitting in Websphere library folder) and now I
assumed its picking the jdom-b9.jar from WEB-INF/lib folder and things seems
to be working. I still need to figure out how to set set CLASSLOADER
sequence of jar files if multiple versions exist in websphere. I could not
find a way to tweak CLASSPATH for Websphere web project at runtime.

When I try to write a file to webdav using Webdav explorer, I get following
error message:

[7/22/04 10:22:57:489 MDT] 504ee369 SystemOut O
Servlet.Engine.Transports : 1, 22-Jul-2004 10:22:57, , PUT, 403 Forbidden,
30 ms, /

I have dis-abled security in slide.properties and removed all the security
elements from web.xml, do you think thats the reason why it does not allow
me to PUT files?

kind regards,

Krishna


-Original Message-
From: Kiran Patchigolla [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 21, 2004 5:20 PM
To: 'Slide Users Mailing List'
Subject: RE: Anyone running Slide 2.0 on Websphere 5.0 platform


This is because of jdom.jar version mismatch. Websphere is probably picking
up a jdom.jar from the libraries that it packages. Slide 2.0 needs the
jdom-b9.jar that is packaged with it.

To get around this problem you would have to force websphere to use the
jdom-b9.jar for your web application. Its relatively easy to do this with
other application servers (place the jdom-b9.jar in the web-inf/lib). I am
not sure exactly how you would do this in websphere (I think you have to
play with order of classloaders etc).

Hopefully this info will get you started...

Kiran.

-Original Message-
From: Krishna Kankipati [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 21, 2004 4:13 PM
To: '[EMAIL PROTECTED]'
Subject: Anyone running Slide 2.0 on Websphere 5.0 platform

Hi,
I am trying to run Slide on WebSphere Platform 5.0 [BASE 5.0.2
ptf2M0325.01]
After a lot of effort I could get the Slide servlet to run successfully and
show output on Websphere browser output when pointed to the webdav servlet.
I had to configure slide.properties to dis-able security by setting
org.apache.slide.security=false. I also had to remove all the
security-constraint and login-config elements in web.xml as mentioned in
Slide documentation to dis-able authentication. When pointing IE browser to
the servlet I get a output showing 7 folders (users/, roles/, actions/,
files/, history/, workspace/, workingresource/).

I installed DAV Explorer 0.9 and pointed it to webdav. I get following error
on the server and DAV Explorer displays HTTP:500 Internal Error
Encountered message:

/*
[7/21/04 16:35:06:530 MDT] 15e32762 SystemOut O 21 Jul 2004 16:35:06 -
org.apache.slide.webdav.WebdavServlet - ERROR - java.lang.VerifyError:
(class: org/apache/slide/webdav/util/PropertyHelper, method:
createActiveLockElement signature:
(Lorg/apache/slide/lock/NodeLock;Ljava/lang/String;Ljava/lang/String;)Lorg/j
dom/Element;) Incompatible argument to method
[7/21/04 16:35:06:530 MDT] 15e32762 SystemErr R java.lang.VerifyError:
(class: org/apache/slide/webdav/util/PropertyHelper, method:
createActiveLockElement signature:
(Lorg/apache/slide/lock/NodeLock;Ljava/lang/String;Ljava/lang/String;)Lorg/j
dom/Element;) Incompatible argument to method
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.util.VersioningHelper.init(VersioningHelper.java:1
55)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.util.VersioningHelper.getVersioningHelper(Versioning
Helper.java:113)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.method.PropFindMethod.parseRequest(PropFindMethod.ja
va:168)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.method.AbstractWebdavMethod.run(AbstractWebdavMethod
.java:312)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:165)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServle
tInstance.java:110)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecy
cleServlet.java:174)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServ
let.java:313)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecyc
leServlet.java:116)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at

RE: Determining original from history ( /history to /files )

2004-07-22 Thread Kiran Patchigolla
Is there a way to determine the original path from the history path using
Slide API?





If you have received this e-mail in error, please delete it and notify the sender as 
soon as possible. The contents of this e-mail may be confidential and the unauthorized 
use, copying, or dissemination of it and any attachments to it, is prohibited. 

Internet communications are not secure and Hyperion does not, therefore, accept legal 
responsibility for the contents of this message nor for any damage caused by viruses.  
The views expressed here do not necessarily represent those of Hyperion.

For more information about Hyperion, please visit our Web site at www.hyperion.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Determining original from history ( /history to /files )

2004-07-22 Thread James Mason
Try the ReportMethod:
http://jakarta.apache.org/slide/clientjavadoc/org/apache/webdav/lib/methods/ReportMethod.html.
You'll need to set the type to LOCATE_HISTORY and specify the history
url. Also look at
http://www.webdav.org/deltav/protocol/rfc3253.html#rfc.section.5.2.3
for an explanation of what's going on.

-James

 [EMAIL PROTECTED] 7/22/2004 11:00:52 AM 
Is there a way to determine the original path from the history path
using
Slide API?





If you have received this e-mail in error, please delete it and notify
the sender as soon as possible. The contents of this e-mail may be
confidential and the unauthorized use, copying, or dissemination of it
and any attachments to it, is prohibited. 

Internet communications are not secure and Hyperion does not,
therefore, accept legal responsibility for the contents of this message
nor for any damage caused by viruses.  The views expressed here do not
necessarily represent those of Hyperion.

For more information about Hyperion, please visit our Web site at
www.hyperion.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Determining original from history ( /history to /files )

2004-07-22 Thread Kiran Patchigolla
Thanks for the quick response James!
Is there way to do this directly at the Slide API level? I am not
interacting with slide over webdav.

Kiran


-Original Message-
From: James Mason [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 22, 2004 11:16 AM
To: [EMAIL PROTECTED]
Subject: RE: Determining original from history ( /history to /files )

Try the ReportMethod:
http://jakarta.apache.org/slide/clientjavadoc/org/apache/webdav/lib/methods/
ReportMethod.html.
You'll need to set the type to LOCATE_HISTORY and specify the history
url. Also look at
http://www.webdav.org/deltav/protocol/rfc3253.html#rfc.section.5.2.3
for an explanation of what's going on.

-James

 [EMAIL PROTECTED] 7/22/2004 11:00:52 AM 
Is there a way to determine the original path from the history path
using
Slide API?





If you have received this e-mail in error, please delete it and notify
the sender as soon as possible. The contents of this e-mail may be
confidential and the unauthorized use, copying, or dissemination of it
and any attachments to it, is prohibited. 

Internet communications are not secure and Hyperion does not,
therefore, accept legal responsibility for the contents of this message
nor for any damage caused by viruses.  The views expressed here do not
necessarily represent those of Hyperion.

For more information about Hyperion, please visit our Web site at
www.hyperion.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






If you have received this e-mail in error, please delete it and notify the sender as 
soon as possible. The contents of this e-mail may be confidential and the unauthorized 
use, copying, or dissemination of it and any attachments to it, is prohibited. 

Internet communications are not secure and Hyperion does not, therefore, accept legal 
responsibility for the contents of this message nor for any damage caused by viruses.  
The views expressed here do not necessarily represent those of Hyperion.

For more information about Hyperion, please visit our Web site at www.hyperion.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Determining original from history ( /history to /files )

2004-07-22 Thread James Mason
I don't know for sure, but I don't think so. At the moment the webdav
api and the slide api handle versioning in different, incompatible ways.
If you create versions through one method you're not going to be able to
access them through the other.

Someone who knows more about this should be able to tell you more, and
perhaps set me straight as well :).

-James

 [EMAIL PROTECTED] 7/22/2004 11:32:06 AM 
Thanks for the quick response James!
Is there way to do this directly at the Slide API level? I am not
interacting with slide over webdav.

Kiran


-Original Message-
From: James Mason [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 22, 2004 11:16 AM
To: [EMAIL PROTECTED] 
Subject: RE: Determining original from history ( /history to /files )

Try the ReportMethod:
http://jakarta.apache.org/slide/clientjavadoc/org/apache/webdav/lib/methods/

ReportMethod.html.
You'll need to set the type to LOCATE_HISTORY and specify the history
url. Also look at
http://www.webdav.org/deltav/protocol/rfc3253.html#rfc.section.5.2.3 
for an explanation of what's going on.

-James

 [EMAIL PROTECTED] 7/22/2004 11:00:52 AM 
Is there a way to determine the original path from the history path
using
Slide API?





If you have received this e-mail in error, please delete it and notify
the sender as soon as possible. The contents of this e-mail may be
confidential and the unauthorized use, copying, or dissemination of it
and any attachments to it, is prohibited. 

Internet communications are not secure and Hyperion does not,
therefore, accept legal responsibility for the contents of this
message
nor for any damage caused by viruses.  The views expressed here do not
necessarily represent those of Hyperion.

For more information about Hyperion, please visit our Web site at
www.hyperion.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 






If you have received this e-mail in error, please delete it and notify
the sender as soon as possible. The contents of this e-mail may be
confidential and the unauthorized use, copying, or dissemination of it
and any attachments to it, is prohibited. 

Internet communications are not secure and Hyperion does not,
therefore, accept legal responsibility for the contents of this message
nor for any damage caused by viruses.  The views expressed here do not
necessarily represent those of Hyperion.

For more information about Hyperion, please visit our Web site at
www.hyperion.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problems adding a network place in Win 2000

2004-07-22 Thread Claudio Carvalho
Hi,

I'm having a problem in Win2000 when I add a Network place to
http://localhost:8080/slide/files , I create a directory named 'products'
but when I close the network place and  open it again I see 'New Folder'
instead of 'products' ???

Does anybody know what could be happening?

Thanks

Claudio.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problems adding a network place in Win 2000

2004-07-22 Thread Oliver Zeigermann
Explorer shows the display names of the folder which is not changed on a 
rename(move) in Slide 2.0. This has been changed in 2.1

Oliver
Claudio Carvalho wrote:
Hi,
I'm having a problem in Win2000 when I add a Network place to
http://localhost:8080/slide/files , I create a directory named 'products'
but when I close the network place and  open it again I see 'New Folder'
instead of 'products' ???
Does anybody know what could be happening?
Thanks
Claudio.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Problems adding a network place in Win 2000

2004-07-22 Thread James Mason
Oliver,
Just curious; what was changed exactly? Does Slide no longer set
displayname automatically or does it manage the property somehow?

-James

 [EMAIL PROTECTED] 7/22/2004 12:52:12 PM 
Explorer shows the display names of the folder which is not changed on
a 
rename(move) in Slide 2.0. This has been changed in 2.1

Oliver

Claudio Carvalho wrote:

 Hi,
 
 I'm having a problem in Win2000 when I add a Network place to
 http://localhost:8080/slide/files , I create a directory named
'products'
 but when I close the network place and  open it again I see 'New
Folder'
 instead of 'products' ???
 
 Does anybody know what could be happening?
 
 Thanks
 
 Claudio.
 
 
 

-
 To unsubscribe, e-mail: [EMAIL PROTECTED] 
 For additional commands, e-mail: [EMAIL PROTECTED] 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problems adding a network place in Win 2000

2004-07-22 Thread Oliver Zeigermann
Slide 2.0 is more compliant to the spec as the display name isn't 
something that should change on a move. However, Windows and other 
WebDAV clients as well do not take account of that.

If I remember correctly Stefan has contributed a configurable event 
listener that updates this property on every move. It can be configured 
in Domain.xml and is switched on by default.

Oliver
James Mason wrote:
Oliver,
Just curious; what was changed exactly? Does Slide no longer set
displayname automatically or does it manage the property somehow?
-James

[EMAIL PROTECTED] 7/22/2004 12:52:12 PM 
Explorer shows the display names of the folder which is not changed on
a 
rename(move) in Slide 2.0. This has been changed in 2.1

Oliver
Claudio Carvalho wrote:

Hi,
I'm having a problem in Win2000 when I add a Network place to
http://localhost:8080/slide/files , I create a directory named
'products'
but when I close the network place and  open it again I see 'New
Folder'
instead of 'products' ???
Does anybody know what could be happening?
Thanks
Claudio.


-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


servlet 2.3

2004-07-22 Thread Jimmy Yu
Hello,

I am currently receiving the following error from the
stdout.log file,

INFO: validateJarFile(C:\Program Files\Apache Software 
Foundation\Tomcat 5.0\webapps\slide\WEB-INF\lib\servlet-2.3.jar) - 
jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending 
class: javax/servlet/Servlet.class

I have searched through the archive of e-mails and upgraded my
JRE from 1.4.2_03 to 1.4.2_05 and downloaded the slide 2.1
server binary from apache.

I dropped the slide.war file into the tomcat5.0/webapp folder
and saw that the slide folder was created with the sub-
directories of meta-inf and web-info along with domain.xml.

can anyone point me in the right direction?

Thanks
-- Jimmy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



403 Forbidden Error when uploading a file using DAV Exploere

2004-07-22 Thread Krishna Kankipati
Hi,
I have Slide2.0 installed on Websphere 5.0 App server. In the
present environment I have disabled authentication and authorization as
mentioned in the Slide docs as follows:

To dis-able authentication: (from Slide doc)

To disable authentication, open the webapp deployment descriptor, i.e.
WEB-INF/web.xml in the webapp directory, and uncomment the two elements
given by the xpath expressions /web-app/security-constraint and
/web-app/login-config: 


To dis-able authorization: (from Slide doc)

To disable access control, search for a configuration file named
slide.properties in the classpath (if not there, you can create a new one at
e.g. $CATALINA_HOME/common/classes) and set or add: 
org.apache.slide.security=false


When I try to upload a file using DAV Explorer or create a collection under
/files context, I get the following error:

[7/22/04 17:24:42:346 MDT] 7926d6a8 SystemOut O
Servlet.Engine.Transports : 1, 22-Jul-2004 17:24:41, , PUT, 403 Forbidden,
391 ms, /

I have tried all configuration settings, nothing seems to work, I have been
stuck with this for past few days. Can any Slide experts among you help me
get out this situation. I also tried using DAV Client command tool to run a
few commands. When I run the command cd files, I get an error: Warning:
Not found the path

C:\JavaApps\WebdavClient\jakarta-slide-webdavclient-bin-2.0\binrun.bat
[ Slide ] $ open http://localhost:9080/webdav-server/
connect http://localhost:9080/webdav-server/
[LOCALHOST] /webdav-server/ $ pwd
/webdav-server/
[LOCALHOST] /webdav-server/ $ cd files
Warning: Not found the path 

Any help here is highly appreciated, thanks in advance 


kind regards,

Krishna


Krishna Kankipati
Software Engineer
SSA Global
*   1626 Cole Blvd. Golden, CO 80401, USA
*  303-274-3027
Fax:303-274-3137
*  [EMAIL PROTECTED]



slide questions

2004-07-22 Thread Jimmy Yu
I have the following questions involving slide, now that
I have made some progress...

1) by default, if I just use the .war file are there
any stores created? If I just use the default domain.xml
file?

2) If I try to use slide 2.1 binary, authentication pops
up when I http://localhost:8080/slide and I tried to use
root, root, or guest, guest and still are not able to log
in. Has anyone else experienced this? (This test was done
by simply putting the .war file in my Tomcat 5.0/webapp
folder, and then re-starting Tomcat 5.0)

3) In my sample code I am able to create an WebdavResource
and I am able to retrieve listing by calling list(). But
when I try to use the putMethod(MyFile) it returns false. 
I have checked MyFile.exists() and it's true, but putMethod()
is returning false, am I over looking something?

Any hints or pointers would be appreciated.
Thanks

-- Jimmy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: 403 Forbidden Error when uploading a file using DAV Exploere

2004-07-22 Thread Ryan Rhodes
This is just a shot in the dark, but I think prior to 2.1 you got a 403 for:
PUT  

The client required instead:
PUT  

Where  is the uri it will have on the server.

The only other hair pulling 403's I can remember where linux file
permissions related.

-Ryan

-Original Message-
From: Krishna Kankipati [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 22, 2004 7:38 PM
To: '[EMAIL PROTECTED]'
Subject: 403 Forbidden Error when uploading a file using DAV Exploere

Hi,
I have Slide2.0 installed on Websphere 5.0 App server. In the
present environment I have disabled authentication and authorization as
mentioned in the Slide docs as follows:

To dis-able authentication: (from Slide doc)

To disable authentication, open the webapp deployment descriptor, i.e.
WEB-INF/web.xml in the webapp directory, and uncomment the two elements
given by the xpath expressions /web-app/security-constraint and
/web-app/login-config: 


To dis-able authorization: (from Slide doc)

To disable access control, search for a configuration file named
slide.properties in the classpath (if not there, you can create a new one at
e.g. $CATALINA_HOME/common/classes) and set or add: 
org.apache.slide.security=false


When I try to upload a file using DAV Explorer or create a collection under
/files context, I get the following error:

[7/22/04 17:24:42:346 MDT] 7926d6a8 SystemOut O
Servlet.Engine.Transports : 1, 22-Jul-2004 17:24:41, , PUT, 403 Forbidden,
391 ms, /

I have tried all configuration settings, nothing seems to work, I have been
stuck with this for past few days. Can any Slide experts among you help me
get out this situation. I also tried using DAV Client command tool to run a
few commands. When I run the command cd files, I get an error: Warning:
Not found the path

C:\JavaApps\WebdavClient\jakarta-slide-webdavclient-bin-2.0\binrun.bat
[ Slide ] $ open http://localhost:9080/webdav-server/
connect http://localhost:9080/webdav-server/
[LOCALHOST] /webdav-server/ $ pwd
/webdav-server/
[LOCALHOST] /webdav-server/ $ cd files
Warning: Not found the path 

Any help here is highly appreciated, thanks in advance 


kind regards,

Krishna


Krishna Kankipati
Software Engineer
SSA Global
*   1626 Cole Blvd. Golden, CO 80401, USA
*  303-274-3027
Fax:303-274-3137
*  [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Anyone running Slide 2.0 on Websphere 5.0 platform

2004-07-22 Thread Mihir Solanki
Hi Krishna,

I would also want to run the slide 2.0 on Websphere platform (5.0
version).

If you have done it, then could you please provide me steps for the
configuration. 

Or if possible could you please tell me the reference site for the same.

This will be the great help for me if you provide such kind of
information...

Thanks in advance...

Regards,
Mihir

-Original Message-
From: Krishna Kankipati [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 22, 2004 4:43 AM
To: '[EMAIL PROTECTED]'
Subject: Anyone running Slide 2.0 on Websphere 5.0 platform

Hi,
I am trying to run Slide on WebSphere Platform 5.0 [BASE 5.0.2
ptf2M0325.01]
After a lot of effort I could get the Slide servlet to run successfully
and
show output on Websphere browser output when pointed to the webdav
servlet.
I had to configure slide.properties to dis-able security by setting
org.apache.slide.security=false. I also had to remove all the
security-constraint and login-config elements in web.xml as mentioned in
Slide documentation to dis-able authentication. When pointing IE browser
to
the servlet I get a output showing 7 folders (users/, roles/, actions/,
files/, history/, workspace/, workingresource/).

I installed DAV Explorer 0.9 and pointed it to webdav. I get following
error
on the server and DAV Explorer displays HTTP:500 Internal Error
Encountered message:

/*
[7/21/04 16:35:06:530 MDT] 15e32762 SystemOut O 21 Jul 2004 16:35:06
-
org.apache.slide.webdav.WebdavServlet - ERROR - java.lang.VerifyError:
(class: org/apache/slide/webdav/util/PropertyHelper, method:
createActiveLockElement signature:
(Lorg/apache/slide/lock/NodeLock;Ljava/lang/String;Ljava/lang/String;)Lo
rg/j
dom/Element;) Incompatible argument to method
[7/21/04 16:35:06:530 MDT] 15e32762 SystemErr R
java.lang.VerifyError:
(class: org/apache/slide/webdav/util/PropertyHelper, method:
createActiveLockElement signature:
(Lorg/apache/slide/lock/NodeLock;Ljava/lang/String;Ljava/lang/String;)Lo
rg/j
dom/Element;) Incompatible argument to method
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.util.VersioningHelper.init(VersioningHelper.ja
va:1
55)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.util.VersioningHelper.getVersioningHelper(Versio
ning
Helper.java:113)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.method.PropFindMethod.parseRequest(PropFindMetho
d.ja
va:168)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.method.AbstractWebdavMethod.run(AbstractWebdavMe
thod
.java:312)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:165)
[7/21/04 16:35:06:560 MDT] 15e32762 SystemErr R at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictSe
rvle
tInstance.java:110)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLi
fecy
cleServlet.java:174)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycle
Serv
let.java:313)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLif
ecyc
leServlet.java:116)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.
java
:283)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(Vali
dSer
vletReferenceState.java:42)
[7/21/04 16:35:06:570 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(Servle
tIns
tanceReference.java:40)
[7/21/04 16:35:06:580 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.
java:76)
[7/21/04 16:35:06:580 MDT] 15e32762 SystemErr R at
org.apache.slide.webdav.filter.LogFilter.doFilter(LogFilter.java:139)
[7/21/04 16:35:06:580 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
ance
Wrapper.java:132)
[7/21/04 16:35:06:580 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.
java:71)
[7/21/04 16:35:06:580 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispa
tch(
WebAppRequestDispatcher.java:939)
[7/21/04 16:35:06:580 MDT] 15e32762 SystemErr R at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRe
ques
tDispatcher.java:530)
[7/21/04 16:35:06:580 MDT] 15e32762 SystemErr R at

Re: slide questions

2004-07-22 Thread James Mason
1) Yes.

2,3) Slide only handles authorization itself (what a user is allowed to
do once they are logged in). Authentication is handled by the App
Server. In order to log in the Slide you need to tell the App Server how
to authenticate users. This either means creating users in your App
Server's user database (tomcat-users.xml by default for Tomcat) that
match the users that Slide knows about, or configure Tomcat to use
Slide's user database to authenticate users (the SlideRealm).

-James

 [EMAIL PROTECTED] 07/22/04 5:55 PM 
I have the following questions involving slide, now that
I have made some progress...

1) by default, if I just use the .war file are there
any stores created? If I just use the default domain.xml
file?

2) If I try to use slide 2.1 binary, authentication pops
up when I http://localhost:8080/slide and I tried to use
root, root, or guest, guest and still are not able to log
in. Has anyone else experienced this? (This test was done
by simply putting the .war file in my Tomcat 5.0/webapp
folder, and then re-starting Tomcat 5.0)

3) In my sample code I am able to create an WebdavResource
and I am able to retrieve listing by calling list(). But
when I try to use the putMethod(MyFile) it returns false. 
I have checked MyFile.exists() and it's true, but putMethod()
is returning false, am I over looking something?

Any hints or pointers would be appreciated.
Thanks

-- Jimmy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]