Gabriel Bermudez | 1 May 15:21
Picon

Re: Help: Java version

Yes, it works fine. Im currently working with:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
And it works fine.

El jue, 27-04-2006 a las 23:02 -0500, Ben Smith escribió:
> Hi,
> 
> Just a simple quick question: Does Slide 2.1 work with Java SE 5.0? 
> Is there a Slide version from CVS working with Java SE 5.0?
> 
> Ben
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe <at> jakarta.apache.org
> For additional commands, e-mail: slide-user-help <at> jakarta.apache.org
> 
Uwe Heldt | 2 May 14:58
Picon
Picon

authentification problem

Hi everybody,

i've just installed Slide in Tomcat. I've copied the slide.war into the
tomcat webapp folder. Everything works fine. But if i enable autehtification
in the web.xml as described in the slide documentation i got an user login
but and try each of the users (root/root , john/john, ...) but none of these
works. What's wrong?? Please help me.

Greetings,
Uwe

--

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
Picon

RE: authentification problem


Hi
PLease check tomcat-users .xml .you have to add root user

<tomcat-users>
<role rolename="root"/>
<role rolename="manager"/>
<role rolename="admin"/>
<user username="root" password="root" roles="root"/>
<user username="admin" password="" roles="admin,manager"/>
</tomcat-users>

I hope this help,
Greetings,
Verónica Ballarta

From:  "Uwe Heldt" <UweHeldt <at> gmx.de>
Reply-To:  "Slide Users Mailing List" <slide-user <at> jakarta.apache.org>
To:  slide-user <at> jakarta.apache.org
Subject:  authentification problem
Date:  Tue, 2 May 2006 14:58:00 +0200 (MEST)
>Hi everybody,
>
>i've just installed Slide in Tomcat. I've copied the slide.war into the
>tomcat webapp folder. Everything works fine. But if i enable 
>autehtification
>in the web.xml as described in the slide documentation i got an user login
>but and try each of the users (root/root , john/john, ...) but none of 
>these
>works. What's wrong?? Please help me.
(Continue reading)

Uwe Heldt | 2 May 15:21
Picon
Picon

RE: authentification problem


Hi,

fantastic! Now it works. But i thought the definition of the users and roles
ist placed in the domain.xml. Why i have to define the roles and users
twice?

Thanks and Greetings,
Uwe

> --- Ursprüngliche Nachricht ---
> Von: Veronica Ballarta Santillán <vero5b <at> hotmail.com>
> An: slide-user <at> jakarta.apache.org
> Betreff: RE: authentification problem
> Datum: Tue, 02 May 2006 06:15:14 -0700
> 
> 
> Hi
> PLease check tomcat-users .xml .you have to add root user
> 
> <tomcat-users>
> <role rolename="root"/>
> <role rolename="manager"/>
> <role rolename="admin"/>
> <user username="root" password="root" roles="root"/>
> <user username="admin" password="" roles="admin,manager"/>
> </tomcat-users>
> 
> I hope this help,
> Greetings,
(Continue reading)

Picon

RE: authentification problem

In domain.xml you have to assign permissions for each resources but not 
define here the roles and user....it's great that it is working now.........
greetings,
Verónica Ballarta

>From: "Uwe Heldt" <UweHeldt <at> gmx.de>
>Reply-To: "Slide Users Mailing List" <slide-user <at> jakarta.apache.org>
>To: "Slide Users Mailing List" <slide-user <at> jakarta.apache.org>
>Subject: RE: authentification problem
>Date: Tue, 2 May 2006 15:21:59 +0200 (MEST)
>
>
>Hi,
>
>fantastic! Now it works. But i thought the definition of the users and 
>roles
>ist placed in the domain.xml. Why i have to define the roles and users
>twice?
>
>Thanks and Greetings,
>Uwe
>
> > --- Ursprüngliche Nachricht ---
> > Von: Veronica Ballarta Santillán <vero5b <at> hotmail.com>
> > An: slide-user <at> jakarta.apache.org
> > Betreff: RE: authentification problem
> > Datum: Tue, 02 May 2006 06:15:14 -0700
> >
> >
> > Hi
(Continue reading)

Brandon Dove | 2 May 20:57
Picon
Favicon

How to get IP of client attempting to authenticate in LoginModule?

I'm writing my own LoginModule and am wondering how I can
determine the IP of the client attempting to autenticate. Any
ideas?

Cheers,

Brandon

________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
Dalia Kamal | 4 May 12:12
Picon
Favicon

Failed to subscribe to Exchange Notification

Hello,
  I failed to subscribe to Exchange Notification by using web dav.
  While i can use webdav to read,search and create new Appointments.
  My code is

  UsernamePasswordCredentials creds = new 
UsernamePasswordCredentials(username, password );

  String 
path="http://"+serverIP+"/"+exchangeFolder+"/"+calendarUser+"/"+calendarFolder+"/";

  NotificationListener nl = new 
NotificationListener("localhost",0,serverIP,80,
                    Protocol.getProtocol("http"), 
creds,path,30000,false);
   boolean flag= nl.subscribe( 
Subscription.UPDATE_NOTIFICATION,path,DepthSupport.DEPTH_0,
            3600,1,new EventListener(),creds );
  System.out.println("flag is "+flag);

  While EventListener is small class implements Subscriber.

  After run i got:
  flag is false
  SEVERE: Subscription for 
uri='http://192.168.32.203/exchange/dkamal/calendar/' failed. State: 401

  If any one can help me i will be very thankfull as i search for 2 
days without got anything.

(Continue reading)

Hoef, Jan | 4 May 14:20

FW: Failed to subscribe to Exchange Notification

I have made an implementation of a javamail provider for microsoft exchange via webdav. 
Normally I had plans to give it back to the slide project but have no time anymore to work on it. 
I implemented also the notification function. 
I you want I will send you all my code so you can look at it

Jan

________________________________

Van: Dalia Kamal [mailto:dalia.java <at> yahoo.com]
Verzonden: do 4/05/2006 12:12
Aan: slide-user <at> jakarta.apache.org
Onderwerp: Failed to subscribe to Exchange Notification 

Hello,
  I failed to subscribe to Exchange Notification by using web dav.
  While i can use webdav to read,search and create new Appointments.
  My code is

  UsernamePasswordCredentials creds = new
UsernamePasswordCredentials(username, password );

  String
path="http:// <http:///> "+serverIP+"/"+exchangeFolder+"/"+calendarUser+"/"+calendarFolder+"/";

  NotificationListener nl = new
NotificationListener("localhost",0,serverIP,80,
                    Protocol.getProtocol("http"),
creds,path,30000,false);
   boolean flag= nl.subscribe(
(Continue reading)

Dalia Kamal | 4 May 16:01
Picon
Favicon

Re: FW: Failed to subscribe to Exchange Notification

This will be kind of you to send your code to me.
  I will wait your code.
  Thank you very match.

"Hoef, Jan" <Jan.Hoef <at> cycos.com> wrote:
  I have made an implementation of a javamail provider for microsoft exchange via webdav. 
Normally I had plans to give it back to the slide project but have no time anymore to work on it. 
I implemented also the notification function. 
I you want I will send you all my code so you can look at it

Jan

________________________________

Van: Dalia Kamal [mailto:dalia.java <at> yahoo.com]
Verzonden: do 4/05/2006 12:12
Aan: slide-user <at> jakarta.apache.org
Onderwerp: Failed to subscribe to Exchange Notification 

Hello,
I failed to subscribe to Exchange Notification by using web dav.
While i can use webdav to read,search and create new Appointments.
My code is

UsernamePasswordCredentials creds = new
UsernamePasswordCredentials(username, password );

String
path="http:// "+serverIP+"/"+exchangeFolder+"/"+calendarUser+"/"+calendarFolder+"/";

(Continue reading)

Dalia Kamal | 4 May 16:12
Picon
Favicon

Re: FW: Failed to subscribe to Exchange Notification

This will be kind of you to send your code to me.
I will wait your code.
Thank you very match.

"Hoef, Jan" wrote:
I have made an implementation of a javamail provider for microsoft exchange via webdav. 
Normally I had plans to give it back to the slide project but have no time anymore to work on it. 
I implemented also the notification function. 
I you want I will send you all my code so you can look at it

Jan

________________________________

Van: Dalia Kamal [mailto:dalia.java <at> yahoo.com]
Verzonden: do 4/05/2006 12:12
Aan: slide-user <at> jakarta.apache.org
Onderwerp: Failed to subscribe to Exchange Notification 

Hello,
I failed to subscribe to Exchange Notification by using web dav.
While i can use webdav to read,search and create new Appointments.
My code is

UsernamePasswordCredentials creds = new
UsernamePasswordCredentials(username, password );

String
path="http:// "+serverIP+"/"+exchangeFolder+"/"+calendarUser+"/"+calendarFolder+"/";

(Continue reading)


Gmane