RE: password in Domain.xml

2004-05-03 Thread Phillip Qin
I still couldn't login as user/password after making change to Domain.xml
according to your suggestion in A.

I guess there is a trick with this store folder. But there is nowhere I can
find the store folder since I use MySql. Can you think of which record
should I delete?

Thx.

-Original Message-
From: Juan Andrés Bentancour [mailto:[EMAIL PROTECTED] 
Sent: May 3, 2004 8:24 AM
To: Slide Users Mailing List
Subject: Re: password in Domain.xml


- Original Message -
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, May 03, 2004 6:05 AM
Subject: RE: password in Domain.xml


Hi,

Thanks to Oliver Zeigermann, on my install (XP, Tomcat 5.0.19), the solution
was :
A) to update Domain.xml like this :


http://jakarta.apache.org/slide/";
name="password">any_password_you_want



B)To stop Tomcat, and remove the directory %CATALINA_HOME%\bin\store
as Oliver Zeigermann suggested.

BTW : After I posted my question to this list, I found this info  written
somewhere in the documentation, but I can't remember where... ;-)

PS :
>ps - in Oliver's reply, uri="/conf/users/root" is incorrect. Should be
>ps uri="/users/root".

you can use any URI, but, you must set at Domain.xml,


/conf/users
/conf/roles
/conf/actions
/archivos

Regards,

Juan Andrés.


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


Re: password in Domain.xml

2004-05-03 Thread Juan Andrés Bentancour

- Original Message -
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Monday, May 03, 2004 6:05 AM
Subject: RE: password in Domain.xml


Hi,

Thanks to Oliver Zeigermann, on my install (XP, Tomcat 5.0.19), the solution
was :
A) to update Domain.xml like this :


http://jakarta.apache.org/slide/";
name="password">any_password_you_want



B)To stop Tomcat, and remove the directory %CATALINA_HOME%\bin\store
as Oliver Zeigermann suggested.

BTW : After I posted my question to this list, I found this info  written
somewhere in the documentation, but I can't remember where... ;-)

PS :
>ps - in Oliver's reply, uri="/conf/users/root" is incorrect. Should be
>ps uri="/users/root".

you can use any URI, but, you must set at Domain.xml,


/conf/users
/conf/roles
/conf/actions
/archivos

Regards,

Juan Andrés.


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



RE: password in Domain.xml

2004-05-03 Thread Olivier CAUSSE
Hi,

Thanks to Oliver Zeigermann, on my install (XP, Tomcat 5.0.19), the solution
was :
A) to update Domain.xml like this :


http://jakarta.apache.org/slide/";
name="password">any_password_you_want



B)To stop Tomcat, and remove the directory %CATALINA_HOME%\bin\store
as Oliver Zeigermann suggested.

BTW : After I posted my question to this list, I found this info  written
somewhere in the documentation, but I can't remember where... ;-) 

PS :
>ps - in Oliver's reply, uri="/conf/users/root" is incorrect. Should be
>ps uri="/users/root".

I think it was Juan reply in fact (see below). And I believe that all the
user creation process needs a global and complete explanation in a single
page (see the number of messages about this topic). I wonder why so much
info is disseminated on : http://jakarta.apache.org/slide/ , 
http://www.java-internals.com/code/slide/docs/conf-lib.html , 
and the slide-doc servlet of the distribution (which is pretty much like
http://jakarta.apache.org/slide/ but more up to date I suppose.


-Message d'origine-
De : Phillip Qin [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 30 avril 2004 19:19
À : '[EMAIL PROTECTED]'
Objet : password in Domain.xml


I tried Oliver's solution. I still didn't need to enter a password in
Windows Explorer, browser or webdav client.

I tried





None of them worked. What am I doing wrong?

Regards,
 
 
PQ
 
Going to war for peace is like having sex for virginity

- Original Message -
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, April 28, 2004 9:54 AM
Subject: SlideRealm - how to set a password in Domain.xml ?


> I could install SlideRealm for Tomcat 5. I wonder now how to define new
> users/passwords.
> The standard sample Domain.xml contains the following settings for the
root
> user.
>
>  classname="org.apache.slide.structure.SubjectNode" uri="/users/root">
> 
>  namespace="http://jakarta.apache.org/slide/"; name="password"/>
> 
> 
>
> The root user has no password value.
>
> I tried to add a password value this way :
>   http://jakarta.apache.org/slide/";
> name="password">passroot
> as it is mentionned in
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg04727.html
but
> it doesn't work.
>
> What is the correct syntax ?
>

 
  
   http://jakarta.apache.org/slide/";
name="password">

   
  


Regards,

Juan Andrés.


-
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]



password in Domain.xml

2004-04-30 Thread Phillip Qin
I tried Oliver's solution. I still didn't need to enter a password in
Windows Explorer, browser or webdav client.

I tried





None of them worked. What am I doing wrong?

ps - in Oliver's reply, uri="/conf/users/root" is incorrect. Should be
uri="/users/root".

Regards,
 
 
PQ
 
Going to war for peace is like having sex for virginity

- Original Message -
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, April 28, 2004 9:54 AM
Subject: SlideRealm - how to set a password in Domain.xml ?


> I could install SlideRealm for Tomcat 5. I wonder now how to define new
> users/passwords.
> The standard sample Domain.xml contains the following settings for the
root
> user.
>
>  classname="org.apache.slide.structure.SubjectNode" uri="/users/root">
> 
>  namespace="http://jakarta.apache.org/slide/"; name="password"/>
> 
> 
>
> The root user has no password value.
>
> I tried to add a password value this way :
>   http://jakarta.apache.org/slide/";
> name="password">passroot
> as it is mentionned in
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg04727.html
but
> it doesn't work.
>
> What is the correct syntax ?
>

 
  
   http://jakarta.apache.org/slide/";
name="password">

   
  


Regards,

Juan Andrés.


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




Re: SlideRealm - how to set a password in Domain.xml ?

2004-04-29 Thread Juan Andrés Bentancour

- Original Message -
From: "Olivier CAUSSE" <[EMAIL PROTECTED]>
To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, April 28, 2004 9:54 AM
Subject: SlideRealm - how to set a password in Domain.xml ?


> I could install SlideRealm for Tomcat 5. I wonder now how to define new
> users/passwords.
> The standard sample Domain.xml contains the following settings for the
root
> user.
>
>  classname="org.apache.slide.structure.SubjectNode" uri="/users/root">
> 
>  namespace="http://jakarta.apache.org/slide/"; name="password"/>
> 
> 
>
> The root user has no password value.
>
> I tried to add a password value this way :
>   http://jakarta.apache.org/slide/";
> name="password">passroot
> as it is mentionned in
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg04727.html
but
> it doesn't work.
>
> What is the correct syntax ?
>

 
  
   http://jakarta.apache.org/slide/";
name="password">

   
  


Regards,

Juan Andrés.


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



Re: SlideRealm - how to set a password in Domain.xml ?

2004-04-28 Thread Ollie
I believe the Domain.xml is ONLY used to initialize users and roles and subsequent to 
that the live data is stored in the metadata files. 

I also believe that when the SlideRealm is configured that normal Tomcat user 
management is used and that the only difference from the Tomcat Realm is the data 
storage location. 

Ollie

-Original Message-
From: Olivier CAUSSE <[EMAIL PROTECTED]>
Date: Wed, 28 Apr 2004 14:54:49 
To:"'Slide Users Mailing List'" <[EMAIL PROTECTED]>
Subject: SlideRealm - how to set a password in Domain.xml ?

I could install SlideRealm for Tomcat 5. I wonder now how to define new
users/passwords. 
The standard sample Domain.xml contains the following settings for the root
user.



http://jakarta.apache.org/slide/"; name="password"/>



The root user has no password value.

I tried to add a password value this way :
  http://jakarta.apache.org/slide/";
name="password">passroot
as it is mentionned in
http://www.mail-archive.com/[EMAIL PROTECTED]/msg04727.html but
it doesn't work. 

What is the correct syntax ?

Olivier

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


Sent using my BlackBerry 6510 from Nextel

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



Re: SlideRealm - how to set a password in Domain.xml ?

2004-04-28 Thread Daniel Florey
You have to clean your data (drop tables or remove file store data), 
becuase users/passwds are only stored if not already there.
Daniel

Olivier CAUSSE wrote:

I could install SlideRealm for Tomcat 5. I wonder now how to define new
users/passwords. 
The standard sample Domain.xml contains the following settings for the root
user.

   
   
   http://jakarta.apache.org/slide/"; name="password"/>
   
   
The root user has no password value.

I tried to add a password value this way :
 http://jakarta.apache.org/slide/";
name="password">passroot
as it is mentionned in
http://www.mail-archive.com/[EMAIL PROTECTED]/msg04727.html but
it doesn't work. 

What is the correct syntax ?

Olivier

-
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]


SlideRealm - how to set a password in Domain.xml ?

2004-04-28 Thread Olivier CAUSSE
I could install SlideRealm for Tomcat 5. I wonder now how to define new
users/passwords. 
The standard sample Domain.xml contains the following settings for the root
user.



http://jakarta.apache.org/slide/"; name="password"/>



The root user has no password value.

I tried to add a password value this way :
  http://jakarta.apache.org/slide/";
name="password">passroot
as it is mentionned in
http://www.mail-archive.com/[EMAIL PROTECTED]/msg04727.html but
it doesn't work. 

What is the correct syntax ?

Olivier

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