You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Lixin Chu <li...@gmail.com> on 2005/09/15 07:50:34 UTC

how to config logging ?

Hi,
I am looking for info of configuring logging for my application. 
- what do I need to add into my client side (my application that will 
communicate to the slide server) log4j.properties?
- anything else I need to configure on my slide server ?
 thanks
lixin

RE: ACL and Slide

Posted by Michael Oliver <ol...@alariussystems.com>.
Have you looked at the command line client and the grant and deny commands? 


Michael Oliver
CTO
Alarius Systems LLC
6800 E. Lake Mead Blvd, #1096
Las Vegas, NV 89156
Phone:(702)643-7425
Fax:(702)974-0341
*Note new email changed from oliverm@matrix-media.com

-----Original Message-----
From: V K [mailto:vk0000007@yahoo.com] 
Sent: Tuesday, September 27, 2005 1:36 PM
To: Slide Users Mailing List
Subject: ACL and Slide


Hi All,

 

How can we create roles/groups/users in Slide dynamically (WebDAV request)
with specific permissions.

 

e.g. I need the following 

 

http://localhost:8080/slide2.1/files/Folder1 --> This is accessible by only
root group

http://localhost:8080/slide2.1/files/Folder2 --> This is accessible by only
user group

http://localhost:8080/slide2.1/files/Folder2/test.txt --> This is accessible
by only guest user.

 

I am not using LDAP server or anything like this.

 

It will be great if some can help me and some links where it is explained.

 

VK

 

		
---------------------------------
Yahoo! for Good
 Click here to donate to the Hurricane Katrina relief effort. 


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


ACL and Slide

Posted by V K <vk...@yahoo.com>.
Hi All,

 

How can we create roles/groups/users in Slide dynamically (WebDAV request) with specific permissions.

 

e.g. I need the following 

 

http://localhost:8080/slide2.1/files/Folder1 --> This is accessible by only root group

http://localhost:8080/slide2.1/files/Folder2 --> This is accessible by only user group

http://localhost:8080/slide2.1/files/Folder2/test.txt --> This is accessible by only guest user.

 

I am not using LDAP server or anything like this.

 

It will be great if some can help me and some links where it is explained.

 

VK

 

		
---------------------------------
Yahoo! for Good
 Click here to donate to the Hurricane Katrina relief effort. 

Re: how to config logging ?

Posted by Hanan Herzog <ha...@mymcsb.com>.
You need to modify your Domain.xml, for example, like this:

<?xml version="1.0"?>

<slide default="slide"  logger-level="1">

logger-level can be set to higher values for more output.

Regards,
Hanan

On Thu, 2005-09-15 at 15:10 +0800, Lixin Chu wrote:
> I think I need to config web.xml on the slide server; but on the client 
> side, I added log4j.logger.org.apache.webdav=DEBUG in my log4j.properties, 
> still do not see any msg logged.
> 
> 
> On 9/15/05, Lixin Chu <li...@gmail.com> wrote:
> > 
> > Hi,
> > I am looking for info of configuring logging for my application. 
> > - what do I need to add into my client side (my application that will 
> > communicate to the slide server) log4j.properties?
> > - anything else I need to configure on my slide server ?
> >  thanks
> > lixin
> >


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: how to config logging ?

Posted by Lixin Chu <li...@gmail.com>.
I think I need to config web.xml on the slide server; but on the client 
side, I added log4j.logger.org.apache.webdav=DEBUG in my log4j.properties, 
still do not see any msg logged.


On 9/15/05, Lixin Chu <li...@gmail.com> wrote:
> 
> Hi,
> I am looking for info of configuring logging for my application. 
> - what do I need to add into my client side (my application that will 
> communicate to the slide server) log4j.properties?
> - anything else I need to configure on my slide server ?
>  thanks
> lixin
>