new user got a question

2005-03-09 Thread Mark Breitner
Hello, I´m trying to connect to Microsoft exchange by using Jakarta Slide. I thought about starting with : WebdavResource resource = new WebdavResource(HOST_IN_FIRM+"/exchange/"); But everytime I get this : WARNUNG: No credentials available for the '193.22.3.33' authentication realm at 193.22

Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread Mark Breitner
Hi, after thinking about my last email, I thought I´d post a more specific one : I want to connect to a microsoft exchange server 2003 to extract contacts / tasks etc. Is this possible with Jakarta Slide ? I started by first instatiating a WebdavResource, and everytime I want to connect (by usin

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread Mark Breitner
L PROTECTED]> > wrote: > > Try like this > > org.apache.commons.httpclient.HttpsURL url1 = new > > > org.apache.commons.httpclient.HttpsURL("administrator","mycomp","mycomp", > > 443 , "/Exchange/Administrator&qu

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread Mark Breitner
uot;, "193.22.3.33", > 80, "/exchange/mhn") ; > > > > On Wed, 9 Mar 2005 13:42:57 +0100 (MET), Mark Breitner > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > first thank you very much for your quick answer. > > I used your

Re: Connection to Microsoft exchange 2003 and Credentials problem

2005-03-09 Thread Mark Breitner
HI, i managed to extract the informations in an xml-style format. What is commonly used (which method) by Slide to add new data to this kind of server ? bye, mark B. -- SMS bei wichtigen e-mails und Ihre Gedanken sind frei ... Alle Infos zur SMS-Benachrichtigung: http://www.gmx.net/de/go/sms

Trying to update a created exchange item

2005-03-09 Thread Mark Breitner
Hello, after having finished the code to access microsoft exchange I wanted to create an item with resource.putMethod(PATH_TO_FILE,"text"); This works fine ... for example to create an email item. Now I wanted to pass some properties on to this item (to give the created email a subject) by doi

How to set properties in exchange ?

2005-03-10 Thread Mark Breitner
1.eml";, "urn:schemas:mailheader:from","[EMAIL PROTECTED]", true)); With kind regards mark breitner -- DSL Komplett von GMX +++ Supergünstig und stressfrei einsteigen! AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.net/de/go/dsl

WebDAV an exchange

2005-03-10 Thread Mark Breitner
Hi, because I asked hundrets of questions to this list and got a lot of answers I was able to manage my way throught the deepest depths of exchange 2003 and am finally able to create tasks, emails etc. Just wanted to say thank you to evryone here. One last question : *g* : I create a task and t

Sending emails with slide ?

2005-04-08 Thread Mark Breitner
Hi, does anyone of you know how to send emails with slide ? I`ve read, I have to look for the Exchange mail submission URI. I think I found it but now i don´t know how to use this URI to send emails. Who can help me out ? bye, Mark B. -- Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/d

sending emails using exchange and slide ?

2005-04-08 Thread Mark Breitner
Hi, does anyone of you know how to send emails with slide ? I`ve read, I have to look for the Exchange mail submission URI. I think I found it but now i don´t know how to use this URI to send emails. Who can help me out ? bye, Mark B. -- Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/d

Re: sending emails using exchange and slide ?

2005-04-09 Thread Mark Breitner
submission URI (typical complicated ms stuff ;) ) to use to send the email. And I think I got this URi ... but I don´t know how to use it to send emails. Thanks for your answer :) Mark > Mark Breitner wrote: > > does anyone of you know how to send emails with slide ? > > Hm

Re: sending emails using exchange and slide ?

2005-04-11 Thread Mark Breitner
because I just don´t get it working : has anyone here been able to send an email via microsoft exchange by using slide ? Bye, and thanks for you help mark B. -- Handyrechnung zu hoch? Tipp: SMS und MMS mit GMX Seien Sie so frei: Alle Infos unter http://www.gmx.net/de/go/freesms

Re: sending emails using exchange and slide ?

2005-04-11 Thread Mark Breitner
Hi I´ve finally managed to send emails using slide. First you have to create an item. Then put all the right properties on it. At last move (!) the item to the exchange mail submission URI. It then gets send by the exchange system. You get the mail submission URI by quering for the sendmsg prope

Does Slide support the X-MS-ENUMATTS Method ?

2005-04-11 Thread Mark Breitner
Hi - after I managed to send emails by using exchange via slide, I wanted to equip my mails with some attachments. MS supports this by the X-MS-ENUMATTS method. I haven´t found out any clue that slide supports this "standard". So my question is : Does Slide support X-MS-ENUMATTS ? Bye, mark

Question about the putMethods

2005-04-12 Thread Mark Breitner
: public boolean putMethod(java.lang.String path, byte[] data) : What exactly happens here Does this method store the data within the specified path ??? Bye and thanks in advance Mark Breitner -- +++ NEU: GMX DSL_Flatrate! Schon ab 14,99 EUR/Monat! +++ GMX Garantie: Surfen ohne Tempo-L

How to send emails with attachment throught exchange by using slide : my solution

2005-04-12 Thread Mark Breitner
inary data. 4) Move the email to the Microsoft Exchange Mail Submission URI. Thats it. Bye, Mark breitner -- +++ GMX - Die erste Adresse für Mail, Message, More +++ 1 GB Mailbox bereits in GMX FreeMail http://www.gmx.net/de/go/mail --

response to file upload in slide server ?

2005-04-19 Thread Mark Breitner
to change the server implementation ? Bye, mark Breitner -- +++ NEU: GMX DSL_Flatrate! Schon ab 14,99 EUR/Monat! +++ GMX Garantie: Surfen ohne Tempo-Limit! http://www.gmx.net/de/go/dsl - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: response to file upload in slide server ?

2005-04-19 Thread Mark Breitner
Hi, after reading throught the quick tutorial I decided to uses the WCK. Do you know how I can integrate the work done ( like for example the reference implementation http://wiki.apache.org/jakarta-slide/WebdavFileStore ) within my tomcat ? Thanks for your answer :) bye, Mark Breitner >

slide WCK question : CVS down ?

2005-04-20 Thread Mark Breitner
hello, I wanted to try out Slide Webdav Construction Kit but somehow the CVS server on apache seems to be down. Is there any way to get the WCK Files ? Does anyone of you have a rar file ? Bye, mark breitner -- +++ GMX - Die erste Adresse für Mail, Message, More +++ 1 GB Mailbox bereits in

Error while trying to run ant for WCK

2005-04-21 Thread Mark Breitner
Hi, everytime I try to run "ant deploy" on the WCK (slide/wck/build.xml) I get the following error: "BUILD FAILED C:\tmp\jakarta-slide\wck\build.xml:92: Following error occured while executing this line java.lang.NoSuchMethodError: org.jdom.Element.detach()Lorg/jdom/Content;" Who can tell me wh

Re: Error while trying to run ant for WCK

2005-04-21 Thread Mark Breitner
b directory. > > -John > > > Mark Breitner wrote: > > Hi, everytime I try to run "ant deploy" on the WCK (slide/wck/build.xml) > I > > get the following error: > > > > > > "BUILD FAILED > > C:\tmp\jakar

WCK : Patch error during compiling

2005-04-22 Thread Mark Breitner
Hi, everytime I try to compile the WCK I get the following error : BUILD FAILED C:\webck\jakarta-slide\wck\build.xml:190: java.io.IOException: CreateProcess: patch -i C:\webck\jakarta-slide\src\conf\catalina\tomcat-jaas-server.patch C:\Tomcat5\conf\server.xml error=2 I am using ant 1.6.2 and go

Trying to change slide WCK folders

2005-05-02 Thread Mark Breitner
Hi, after installing the WCK I noticed that there are several subfolders like "files", "hostory" etc. How do I change this ? How do I create new ones and rename old ones ? With kind regards mark Breitner -- +++ Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS +

Using Slide as network ressource with windows

2005-05-02 Thread Mark Breitner
Hi, I´m currently using Slide within windows by defining a network ressource pointing to its location (localhost/slide). I noticed that it isn´t possible to double-click these files to use them. Is there any way to do this ? Bye, mark breitner -- +++ Lassen Sie Ihren Gedanken freien Lauf

Re: Using Slide as network ressource with windows

2005-05-03 Thread Mark Breitner
re any way to do this ? > > Bye, > > mark breitner > > -- > +++ Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS +++ > GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail > >

Re: Using Slide as network ressource with windows

2005-05-04 Thread Mark Breitner
u using Windows > Explorer and webfolders or did you use "net use" to mount a shared drive. I > had heard that the latter was possible but am not sure how to do it with > "net use". I also can't find any references in the mail archives. > > > > Thanks, &

Re: How to connect from client to Server???

2005-05-10 Thread Mark Breitner
Hi, I don´t know exactly where your error is but here is a code snippet that works for me : Bye, Mark String ServerPath = "http://localhost:8080/slide/files/abc.txt";; org.apache.webdav.lib.WebdavResource resource = null; org.apache.commons.httpclient.HttpURL url1 = new org.apache.commons.

Re: How to connect from client to Server???

2005-05-11 Thread Mark Breitner
gt; at > java.security.AccessController.doPrivileged(Native > Method) > at > javax.security.auth.login.Configuration.getConfiguration(Configuratio > n.java:215) > at > javax.security.auth.login.LoginContext$1.run(LoginContext.java:170) > > > Plz help me...how to configure

Re: Help please

2005-05-11 Thread Mark Breitner
What do you mean by range ? The first 9 messages ? > Hello, > > Is there any way implementing this in Java using Slide Webdav? > >Sub getMessages_OnClick() > strUsername = document.all.mailbox.value > If strUsername <> "" Then > strInboxURL = strProtocol & "://" & strServe

WebDAV - Exchange - Question : Tasks with attachments

2005-06-02 Thread Mark Breitner
Hi, I know this is not a slide-only question but maybe someone knows the answer. I want to create an exchange task (already done) with several attachments in it (not yet done). Who knows how to create these attachments for tasks in exchange ? Thanks in advance Mark Breitner -- Geschenkt: 3

Question about WebDAV Construction Kit

2005-07-13 Thread Mark Breitner
;; ?? With kind regards, Mark breitner -- GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

How to change the path slide is accessible???

2005-07-14 Thread Mark Breitner
Hello, who knows how to change the path the Webdav Construction Kit (WCK) creates (http://localhost:8080/slide) into another one, like this : http://localhost:8080/anyFoldername/slide ??? Please help me, this is very urgent With kind regards M.B. -- 5 GB Mailbox, 50 FreeSMS http://www.gm

Re: How to change the path slide is accessible???

2005-07-14 Thread Mark Breitner
WCK accessible within my web application. Can anyone help me ? With kind regards Mark breitner > --- Ursprüngliche Nachricht --- > Von: John Rousseau <[EMAIL PROTECTED]> > An: Slide Users Mailing List > Betreff: Re: How to change the path slide is accessible??? > Datum: T

Re: How to change the path slide is accessible???

2005-07-14 Thread Mark Breitner
Hi, thanks for your answer but after doing this I can´t access all the subfolders like "files" any more. Do you know how to fix this ? With kind regards Mark breitner > --- Ursprüngliche Nachricht --- > Von: John Rousseau <[EMAIL PROTECTED]> > An: Slide Users Mailing

Re: How to change the path slide is accessible???

2005-07-14 Thread Mark Breitner
rs Mailing List > Betreff: Re: How to change the path slide is accessible??? > Datum: Thu, 14 Jul 2005 11:08:54 -0400 > > H. I'm stumped on that one. You made both changes? > > You might want to play with the scope init-param, but I'm just guessing > at this p

Re: How to change the path slide is accessible???

2005-07-14 Thread Mark Breitner
: Thu, 14 Jul 2005 11:19:22 -0400 > > Ahh. Nope. > > The in the servlet mapping should have the value > "/slide/*", not "slide". > > Give that a try. > > -John > > > Mark Breitner wrote: > > Hi :) > > > > This is what

RevisionDescriptorNotFoundException during startup??

2005-07-27 Thread Mark Breitner
Hi - while trying to startup the Webdav Construction Kit with slide I get the following exception : What did I do wrong ? Greetings, Mark breitner 27 Jul 2005 13:09:15 - org.apache.slide.common.XMLUnmarshaller - WARNING - org.apache.slide.content.RevisionDescriptorNotFoundException: No

Authentification in Slide (WCK) ?

2005-08-29 Thread Mark Breitner
? Greetings mark breitner -- GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e