Is your resPath accessing the root collection without trailing slash? Try to add a / at the end of your path, this might help... Daniel
"Slide Users Mailing List" <[EMAIL PROTECTED]> schrieb am 27.10.04 03:55:51: > > I am using the latest Slide 2.1 b2 and the > proposed Wvcm client API to access Slide server. > > Here is my program: > > ControllableResource resource = getControllableResource(resPath); > List acl = resource.doReadAccessControlList(true); > > Here is the exception I got: > > javax.wvcm.WvcmException: Moved Temporarily > > The problem happens only when I run Slide on tomcat 5. > It does not happen when I run Slide on Tomcat 4.1.30. > The same for Slide 2.1B1 and Slide 2.1M1. > > Thanks > > Frank Li ________________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt neu bei WEB.DE FreeMail: http://freemail.web.de/?mc=021193 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
