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 Tobias Maier <6r...@gmx.de> on 2005/08/01 09:38:32 UTC

Re: Windows XP mapping

Does noone has an idea? how to solve my problem?

> --- Ursprüngliche Nachricht ---
> Von: "Tobias Maier" <6r...@gmx.de>
> An: slide-user@jakarta.apache.org
> Betreff: Re: Windows XP mapping
> Datum: Tue, 26 Jul 2005 11:13:41 +0200 (MEST)
> 
> One additional comment to this method:
> if you watch your servers log you see:
> http-8080-Processor25, 26-Jul-2005 11:08:12, root, PROPFIND, 207
> "Multi-Status", Multi-Status, 47 ms, /workspace, /slide/workspace, 489,
> Microsoft Data Access Internet Publishing Provider DAV
> 
> when accessing by the method you use. But I want to use the
> Microsoft-WebDAV-MiniRedir/5.1.2600 instead of 
> Microsoft Data Access Internet Publishing Provider DAV
> 
> regards
> Tobi
> 
> > --- Ursprüngliche Nachricht ---
> > Von: Rakesh Saha <ra...@oracle.com>
> > An: Slide Users Mailing List <sl...@jakarta.apache.org>
> > Betreff: Re: Windows XP mapping
> > Datum: Mon, 25 Jul 2005 16:11:29 +0530
> > 
> > For me http://jakarta.apache.org/slide/xp.html works [ I am working with
> > Jetty although ] .
> > 
> > HTH.
> > Thanks,
> > rakesh
> > 
> > Tobias Maier wrote:
> > 
> > >In February there was a discussion about mapping WebDAV to WinXP.
> > >One guy posted a solution to that problem, but I don't get it work.
> > >Does anyone know if I need a special config file for tomcat server and
> > >slide?
> > >Or is it a windows config problem?
> > >
> > >Thanks for any help...
> > >regards Tobias
> 
> 
> -- 
> 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: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++

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


Re: Windows XP mapping

Posted by Tobias Maier <6r...@gmx.de>.
thanks jacob

The WebDAV is now working from root directory
But I still can't get it work with MS Redir.

  >net use * http://localhost
  Systemfehler 67 aufgetreten.

  Der Netzwerkname wurde nicht gefunden.

Look like the Redir can't find the WebDAV.
In the server's log is no entry about this try to access WebDAV.
But if I specify a subfolder e.g. /files
 
 >net use * http://localhost/files
  Systemfehler 267 aufgetreten.

  Der Verzeichnisname ist ungültig.

the server's log shows this entry
http-80-Processor23, 11-Aug-2005 08:42:37, unauthenticated, PROPFIND, 207
"Multi-Status", Multi-Status, 15 ms, /files, /files, 0,
Microsoft-WebDAV-MiniRedir/5.1.2600

What's wrong??
Tobi

> --- Ursprüngliche Nachricht ---
> Von: "Jacob Lund" <jl...@qualiware.net>
> An: "Slide Users Mailing List" <sl...@jakarta.apache.org>
> Betreff: Re: Windows XP mapping
> Datum: Wed, 10 Aug 2005 12:17:41 +0200
> 
> In the server.xml file:
> 
> <Context path="" docBase="slide" debug="99" />
> 
> /jacob
> 
> ----- Original Message ----- 
> From: "Tobias Maier" <6r...@gmx.de>
> To: "Slide Users Mailing List" <sl...@jakarta.apache.org>
> Sent: Wednesday, August 10, 2005 12:07 PM
> Subject: Re: Windows XP mapping
> 
> 
> > Well, and how con I do this with Tomcat??
> > do you have a ready configured server.xml file? If yes it would be nice
> of
> > you to post it or send it to me. Thx
> > regards Tobi
> >
> >> --- Ursprüngliche Nachricht ---
> >> Von: Michiel Konstapel <mi...@konstapel.nl>
> >> An: Slide Users Mailing List <sl...@jakarta.apache.org>
> >> Betreff: Re: Windows XP mapping
> >> Datum: Fri, 05 Aug 2005 16:24:34 +0200
> >>
> >> > Do you think the server's root dir must be slide(WebDAV enabled) too?
> >>
> >> Yes, the root dir must be WebDAV enabled for this to work.
> >> HTH,
> >> Michiel
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>
> >
> > -- 
> > 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
> > +++ GMX - die erste Adresse für Mail, Message, More +++
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-user-help@jakarta.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++

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


Re: Windows XP mapping

Posted by Jacob Lund <jl...@qualiware.net>.
In the server.xml file:

<Context path="" docBase="slide" debug="99" />

/jacob

----- Original Message ----- 
From: "Tobias Maier" <6r...@gmx.de>
To: "Slide Users Mailing List" <sl...@jakarta.apache.org>
Sent: Wednesday, August 10, 2005 12:07 PM
Subject: Re: Windows XP mapping


> Well, and how con I do this with Tomcat??
> do you have a ready configured server.xml file? If yes it would be nice of
> you to post it or send it to me. Thx
> regards Tobi
>
>> --- Ursprüngliche Nachricht ---
>> Von: Michiel Konstapel <mi...@konstapel.nl>
>> An: Slide Users Mailing List <sl...@jakarta.apache.org>
>> Betreff: Re: Windows XP mapping
>> Datum: Fri, 05 Aug 2005 16:24:34 +0200
>>
>> > Do you think the server's root dir must be slide(WebDAV enabled) too?
>>
>> Yes, the root dir must be WebDAV enabled for this to work.
>> HTH,
>> Michiel
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>
> -- 
> 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
> +++ GMX - die erste Adresse für Mail, Message, More +++
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 


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


Re: Windows XP mapping

Posted by Tobias Maier <6r...@gmx.de>.
Well, and how con I do this with Tomcat??
do you have a ready configured server.xml file? If yes it would be nice of
you to post it or send it to me. Thx
regards Tobi

> --- Ursprüngliche Nachricht ---
> Von: Michiel Konstapel <mi...@konstapel.nl>
> An: Slide Users Mailing List <sl...@jakarta.apache.org>
> Betreff: Re: Windows XP mapping
> Datum: Fri, 05 Aug 2005 16:24:34 +0200
> 
> > Do you think the server's root dir must be slide(WebDAV enabled) too?
> 
> Yes, the root dir must be WebDAV enabled for this to work.
> HTH,
> Michiel
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++

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


Re: Windows XP mapping

Posted by Michiel Konstapel <mi...@konstapel.nl>.
> Do you think the server's root dir must be slide(WebDAV enabled) too?

Yes, the root dir must be WebDAV enabled for this to work.
HTH,
Michiel


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


Re: Windows XP mapping

Posted by Tobias Maier <6r...@gmx.de>.
Thanks for your answer John

do you have a Jetty server xml file, where wedbav/slide is working?could you
post it?
I'll try that with a tcptunnel and (if I get it work) post it.
I don't think there are more logging options for tomcat, but i'll will
investigate in that direction.

regards tobi
 
> --- Ursprüngliche Nachricht ---
> Von: John Rousseau <jr...@archivas.com>
> An: Slide Users Mailing List <sl...@jakarta.apache.org>
> Betreff: Re: Windows XP mapping
> Datum: Thu, 04 Aug 2005 10:11:08 -0400
> 
> Hi Tobias,
> 
> Can use TcpTunnel or some tool to see what the 207 response contains? 
> The WebDAV 207 is a "Multi-Status" response. This means that it is an 
> XML file with (potentially) several responses in it. The real response 
> code is in there.
> 
> We use the WinXP redirector to talk to our slide-enabled archive all the 
> time. However, we use Jetty not Tomcat as the server.
> 
> Can you turn up logging on slide and Tomcat to see what is going wrong?
> 
> -John
> 
> 
> Tobias Maier wrote:
> > Hi John 
> > server port is 80
> > 
> > when I try to connect by \\pc-ab3\slide there's the same error
> > 
> > the server's log shows:
> > PROPFIND, 207 "Multi-Status", Multi-Status, 47 ms, /, /slide/, 0,
> > Microsoft-WebDAV-MiniRedir/5.1.2600
> > 
> > I think this command needs not to be an error, but anyhow I think the
> Redir
> > is unable to communicate with the tomcat/slide server....
> > No idea why. Did you try on your machine?
> > Do you think the server's root dir must be slide(WebDAV enabled) too?
> > Other ideas?
> > 
> > regards Tobi
> > 
> > 
> >>--- Ursprüngliche Nachricht ---
> >>Von: John Rousseau <jr...@archivas.com>
> >>An: Slide Users Mailing List <sl...@jakarta.apache.org>
> >>Betreff: Re: Windows XP mapping
> >>Datum: Thu, 04 Aug 2005 06:57:11 -0400
> >>
> >>Hi Tobias,
> >>
> >>That was a big help.
> >>
> >>The "net use" command takes a UNC path, not an URL.
> >>
> >>Try this:
> >>
> >> > net use * \\pc-ab3\slide
> >>
> >>As far as I know, the slide server on pc-ab3 must be listening on port
> 80.
> >>
> >>-John
> >>
> >>
> >>Tobias Maier wrote:
> >>
> >>>Hi John
> >>>In July I posted some error messages. They can be found in the archive.
> >>>I don't know why my message isn't attached to the end of my thread....
> >>>You can read it
> >>>here:
> >>>
> >>
> >
>
http://mail-archives.apache.org/mod_mbox/jakarta-slide-user/200507.mbox/%3c26869.1122368169@www78.gmx.net%3e
> > 
> >>>regards tobi
> >>>
> >>>
> >>>
> >>>>--- Ursprüngliche Nachricht ---
> >>>>Von: John Rousseau <jr...@archivas.com>
> >>>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
> >>>>Betreff: Re: Windows XP mapping
> >>>>Datum: Mon, 01 Aug 2005 07:34:29 -0400
> >>>>
> >>>>Hi Tobias,
> >>>>
> >>>>If you posted exactly what you were doing and the exact error message
> or
> >>>>problem you saw, more people would be willing to help.
> >>>>
> >>>>-John
> >>>>
> >>>>
> >>>>Tobias Maier wrote:
> >>>>
> >>>>
> >>>>>Does noone has an idea? how to solve my problem?
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>>--- Ursprüngliche Nachricht ---
> >>>>>>Von: "Tobias Maier" <6r...@gmx.de>
> >>>>>>An: slide-user@jakarta.apache.org
> >>>>>>Betreff: Re: Windows XP mapping
> >>>>>>Datum: Tue, 26 Jul 2005 11:13:41 +0200 (MEST)
> >>>>>>
> >>>>>>One additional comment to this method:
> >>>>>>if you watch your servers log you see:
> >>>>>>http-8080-Processor25, 26-Jul-2005 11:08:12, root, PROPFIND, 207
> >>>>>>"Multi-Status", Multi-Status, 47 ms, /workspace, /slide/workspace,
> >>
> >>489,
> >>
> >>>>>>Microsoft Data Access Internet Publishing Provider DAV
> >>>>>>
> >>>>>>when accessing by the method you use. But I want to use the
> >>>>>>Microsoft-WebDAV-MiniRedir/5.1.2600 instead of 
> >>>>>>Microsoft Data Access Internet Publishing Provider DAV
> >>>>>>
> >>>>>>regards
> >>>>>>Tobi
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>>--- Ursprüngliche Nachricht ---
> >>>>>>>Von: Rakesh Saha <ra...@oracle.com>
> >>>>>>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
> >>>>>>>Betreff: Re: Windows XP mapping
> >>>>>>>Datum: Mon, 25 Jul 2005 16:11:29 +0530
> >>>>>>>
> >>>>>>>For me http://jakarta.apache.org/slide/xp.html works [ I am working
> >>>>
> >>>>with
> >>>>
> >>>>
> >>>>>>>Jetty although ] .
> >>>>>>>
> >>>>>>>HTH.
> >>>>>>>Thanks,
> >>>>>>>rakesh
> >>>>>>>
> >>>>>>>Tobias Maier wrote:
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>>In February there was a discussion about mapping WebDAV to WinXP.
> >>>>>>>>One guy posted a solution to that problem, but I don't get it
> work.
> >>>>>>>>Does anyone know if I need a special config file for tomcat server
> >>
> >>and
> >>
> >>>>>>>>slide?
> >>>>>>>>Or is it a windows config problem?
> >>>>>>>>
> >>>>>>>>Thanks for any help...
> >>>>>>>>regards Tobias
> >>>>>>
> >>>>>>
> >>>>>>-- 
> >>>>>>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: slide-user-unsubscribe@jakarta.apache.org
> >>>>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>>>>>
> >>>>>
> >>>>>
> >>>>-- 
> >>>>John Rousseau
> >>>>Archivas, Inc.
> >>>>jrousseau@archivas.com
> >>>>
> >>>>---------------------------------------------------------------------
> >>>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> >>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>>>
> >>>
> >>>
> >>-- 
> >>John Rousseau
> >>Archivas, Inc.
> >>jrousseau@archivas.com
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>
> > 
> > 
> 
> -- 
> John Rousseau
> Archivas, Inc.
> jrousseau@archivas.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++

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


Re: Windows XP mapping

Posted by John Rousseau <jr...@archivas.com>.
Hi Tobias,

Can use TcpTunnel or some tool to see what the 207 response contains? 
The WebDAV 207 is a "Multi-Status" response. This means that it is an 
XML file with (potentially) several responses in it. The real response 
code is in there.

We use the WinXP redirector to talk to our slide-enabled archive all the 
time. However, we use Jetty not Tomcat as the server.

Can you turn up logging on slide and Tomcat to see what is going wrong?

-John


Tobias Maier wrote:
> Hi John 
> server port is 80
> 
> when I try to connect by \\pc-ab3\slide there's the same error
> 
> the server's log shows:
> PROPFIND, 207 "Multi-Status", Multi-Status, 47 ms, /, /slide/, 0,
> Microsoft-WebDAV-MiniRedir/5.1.2600
> 
> I think this command needs not to be an error, but anyhow I think the Redir
> is unable to communicate with the tomcat/slide server....
> No idea why. Did you try on your machine?
> Do you think the server's root dir must be slide(WebDAV enabled) too?
> Other ideas?
> 
> regards Tobi
> 
> 
>>--- Ursprüngliche Nachricht ---
>>Von: John Rousseau <jr...@archivas.com>
>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
>>Betreff: Re: Windows XP mapping
>>Datum: Thu, 04 Aug 2005 06:57:11 -0400
>>
>>Hi Tobias,
>>
>>That was a big help.
>>
>>The "net use" command takes a UNC path, not an URL.
>>
>>Try this:
>>
>> > net use * \\pc-ab3\slide
>>
>>As far as I know, the slide server on pc-ab3 must be listening on port 80.
>>
>>-John
>>
>>
>>Tobias Maier wrote:
>>
>>>Hi John
>>>In July I posted some error messages. They can be found in the archive.
>>>I don't know why my message isn't attached to the end of my thread....
>>>You can read it
>>>here:
>>>
>>
> http://mail-archives.apache.org/mod_mbox/jakarta-slide-user/200507.mbox/%3c26869.1122368169@www78.gmx.net%3e
> 
>>>regards tobi
>>>
>>>
>>>
>>>>--- Ursprüngliche Nachricht ---
>>>>Von: John Rousseau <jr...@archivas.com>
>>>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
>>>>Betreff: Re: Windows XP mapping
>>>>Datum: Mon, 01 Aug 2005 07:34:29 -0400
>>>>
>>>>Hi Tobias,
>>>>
>>>>If you posted exactly what you were doing and the exact error message or
>>>>problem you saw, more people would be willing to help.
>>>>
>>>>-John
>>>>
>>>>
>>>>Tobias Maier wrote:
>>>>
>>>>
>>>>>Does noone has an idea? how to solve my problem?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>>--- Ursprüngliche Nachricht ---
>>>>>>Von: "Tobias Maier" <6r...@gmx.de>
>>>>>>An: slide-user@jakarta.apache.org
>>>>>>Betreff: Re: Windows XP mapping
>>>>>>Datum: Tue, 26 Jul 2005 11:13:41 +0200 (MEST)
>>>>>>
>>>>>>One additional comment to this method:
>>>>>>if you watch your servers log you see:
>>>>>>http-8080-Processor25, 26-Jul-2005 11:08:12, root, PROPFIND, 207
>>>>>>"Multi-Status", Multi-Status, 47 ms, /workspace, /slide/workspace,
>>
>>489,
>>
>>>>>>Microsoft Data Access Internet Publishing Provider DAV
>>>>>>
>>>>>>when accessing by the method you use. But I want to use the
>>>>>>Microsoft-WebDAV-MiniRedir/5.1.2600 instead of 
>>>>>>Microsoft Data Access Internet Publishing Provider DAV
>>>>>>
>>>>>>regards
>>>>>>Tobi
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>--- Ursprüngliche Nachricht ---
>>>>>>>Von: Rakesh Saha <ra...@oracle.com>
>>>>>>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
>>>>>>>Betreff: Re: Windows XP mapping
>>>>>>>Datum: Mon, 25 Jul 2005 16:11:29 +0530
>>>>>>>
>>>>>>>For me http://jakarta.apache.org/slide/xp.html works [ I am working
>>>>
>>>>with
>>>>
>>>>
>>>>>>>Jetty although ] .
>>>>>>>
>>>>>>>HTH.
>>>>>>>Thanks,
>>>>>>>rakesh
>>>>>>>
>>>>>>>Tobias Maier wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>>In February there was a discussion about mapping WebDAV to WinXP.
>>>>>>>>One guy posted a solution to that problem, but I don't get it work.
>>>>>>>>Does anyone know if I need a special config file for tomcat server
>>
>>and
>>
>>>>>>>>slide?
>>>>>>>>Or is it a windows config problem?
>>>>>>>>
>>>>>>>>Thanks for any help...
>>>>>>>>regards Tobias
>>>>>>
>>>>>>
>>>>>>-- 
>>>>>>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: slide-user-unsubscribe@jakarta.apache.org
>>>>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>>>
>>>>>
>>>>>
>>>>-- 
>>>>John Rousseau
>>>>Archivas, Inc.
>>>>jrousseau@archivas.com
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>-- 
>>John Rousseau
>>Archivas, Inc.
>>jrousseau@archivas.com
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
> 
> 

-- 
John Rousseau
Archivas, Inc.
jrousseau@archivas.com

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


Re: Windows XP mapping

Posted by Tobias Maier <6r...@gmx.de>.
Hi John 
server port is 80

when I try to connect by \\pc-ab3\slide there's the same error

the server's log shows:
PROPFIND, 207 "Multi-Status", Multi-Status, 47 ms, /, /slide/, 0,
Microsoft-WebDAV-MiniRedir/5.1.2600

I think this command needs not to be an error, but anyhow I think the Redir
is unable to communicate with the tomcat/slide server....
No idea why. Did you try on your machine?
Do you think the server's root dir must be slide(WebDAV enabled) too?
Other ideas?

regards Tobi

> --- Ursprüngliche Nachricht ---
> Von: John Rousseau <jr...@archivas.com>
> An: Slide Users Mailing List <sl...@jakarta.apache.org>
> Betreff: Re: Windows XP mapping
> Datum: Thu, 04 Aug 2005 06:57:11 -0400
> 
> Hi Tobias,
> 
> That was a big help.
> 
> The "net use" command takes a UNC path, not an URL.
> 
> Try this:
> 
>  > net use * \\pc-ab3\slide
> 
> As far as I know, the slide server on pc-ab3 must be listening on port 80.
> 
> -John
> 
> 
> Tobias Maier wrote:
> > Hi John
> > In July I posted some error messages. They can be found in the archive.
> > I don't know why my message isn't attached to the end of my thread....
> > You can read it
> > here:
> >
>
http://mail-archives.apache.org/mod_mbox/jakarta-slide-user/200507.mbox/%3c26869.1122368169@www78.gmx.net%3e
> > 
> > regards tobi
> > 
> > 
> >>--- Ursprüngliche Nachricht ---
> >>Von: John Rousseau <jr...@archivas.com>
> >>An: Slide Users Mailing List <sl...@jakarta.apache.org>
> >>Betreff: Re: Windows XP mapping
> >>Datum: Mon, 01 Aug 2005 07:34:29 -0400
> >>
> >>Hi Tobias,
> >>
> >>If you posted exactly what you were doing and the exact error message or
> >>problem you saw, more people would be willing to help.
> >>
> >>-John
> >>
> >>
> >>Tobias Maier wrote:
> >>
> >>>Does noone has an idea? how to solve my problem?
> >>>
> >>>
> >>>
> >>>>--- Ursprüngliche Nachricht ---
> >>>>Von: "Tobias Maier" <6r...@gmx.de>
> >>>>An: slide-user@jakarta.apache.org
> >>>>Betreff: Re: Windows XP mapping
> >>>>Datum: Tue, 26 Jul 2005 11:13:41 +0200 (MEST)
> >>>>
> >>>>One additional comment to this method:
> >>>>if you watch your servers log you see:
> >>>>http-8080-Processor25, 26-Jul-2005 11:08:12, root, PROPFIND, 207
> >>>>"Multi-Status", Multi-Status, 47 ms, /workspace, /slide/workspace,
> 489,
> >>>>Microsoft Data Access Internet Publishing Provider DAV
> >>>>
> >>>>when accessing by the method you use. But I want to use the
> >>>>Microsoft-WebDAV-MiniRedir/5.1.2600 instead of 
> >>>>Microsoft Data Access Internet Publishing Provider DAV
> >>>>
> >>>>regards
> >>>>Tobi
> >>>>
> >>>>
> >>>>
> >>>>>--- Ursprüngliche Nachricht ---
> >>>>>Von: Rakesh Saha <ra...@oracle.com>
> >>>>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
> >>>>>Betreff: Re: Windows XP mapping
> >>>>>Datum: Mon, 25 Jul 2005 16:11:29 +0530
> >>>>>
> >>>>>For me http://jakarta.apache.org/slide/xp.html works [ I am working
> >>
> >>with
> >>
> >>>>>Jetty although ] .
> >>>>>
> >>>>>HTH.
> >>>>>Thanks,
> >>>>>rakesh
> >>>>>
> >>>>>Tobias Maier wrote:
> >>>>>
> >>>>>
> >>>>>
> >>>>>>In February there was a discussion about mapping WebDAV to WinXP.
> >>>>>>One guy posted a solution to that problem, but I don't get it work.
> >>>>>>Does anyone know if I need a special config file for tomcat server
> and
> >>>>>>slide?
> >>>>>>Or is it a windows config problem?
> >>>>>>
> >>>>>>Thanks for any help...
> >>>>>>regards Tobias
> >>>>
> >>>>
> >>>>-- 
> >>>>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: slide-user-unsubscribe@jakarta.apache.org
> >>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>>>
> >>>
> >>>
> >>-- 
> >>John Rousseau
> >>Archivas, Inc.
> >>jrousseau@archivas.com
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>
> > 
> > 
> 
> -- 
> John Rousseau
> Archivas, Inc.
> jrousseau@archivas.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 

-- 
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: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Windows XP mapping

Posted by John Rousseau <jr...@archivas.com>.
Hi Tobias,

That was a big help.

The "net use" command takes a UNC path, not an URL.

Try this:

 > net use * \\pc-ab3\slide

As far as I know, the slide server on pc-ab3 must be listening on port 80.

-John


Tobias Maier wrote:
> Hi John
> In July I posted some error messages. They can be found in the archive.
> I don't know why my message isn't attached to the end of my thread....
> You can read it
> here:
> http://mail-archives.apache.org/mod_mbox/jakarta-slide-user/200507.mbox/%3c26869.1122368169@www78.gmx.net%3e
> 
> regards tobi
> 
> 
>>--- Ursprüngliche Nachricht ---
>>Von: John Rousseau <jr...@archivas.com>
>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
>>Betreff: Re: Windows XP mapping
>>Datum: Mon, 01 Aug 2005 07:34:29 -0400
>>
>>Hi Tobias,
>>
>>If you posted exactly what you were doing and the exact error message or 
>>problem you saw, more people would be willing to help.
>>
>>-John
>>
>>
>>Tobias Maier wrote:
>>
>>>Does noone has an idea? how to solve my problem?
>>>
>>>
>>>
>>>>--- Ursprüngliche Nachricht ---
>>>>Von: "Tobias Maier" <6r...@gmx.de>
>>>>An: slide-user@jakarta.apache.org
>>>>Betreff: Re: Windows XP mapping
>>>>Datum: Tue, 26 Jul 2005 11:13:41 +0200 (MEST)
>>>>
>>>>One additional comment to this method:
>>>>if you watch your servers log you see:
>>>>http-8080-Processor25, 26-Jul-2005 11:08:12, root, PROPFIND, 207
>>>>"Multi-Status", Multi-Status, 47 ms, /workspace, /slide/workspace, 489,
>>>>Microsoft Data Access Internet Publishing Provider DAV
>>>>
>>>>when accessing by the method you use. But I want to use the
>>>>Microsoft-WebDAV-MiniRedir/5.1.2600 instead of 
>>>>Microsoft Data Access Internet Publishing Provider DAV
>>>>
>>>>regards
>>>>Tobi
>>>>
>>>>
>>>>
>>>>>--- Ursprüngliche Nachricht ---
>>>>>Von: Rakesh Saha <ra...@oracle.com>
>>>>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
>>>>>Betreff: Re: Windows XP mapping
>>>>>Datum: Mon, 25 Jul 2005 16:11:29 +0530
>>>>>
>>>>>For me http://jakarta.apache.org/slide/xp.html works [ I am working
>>
>>with
>>
>>>>>Jetty although ] .
>>>>>
>>>>>HTH.
>>>>>Thanks,
>>>>>rakesh
>>>>>
>>>>>Tobias Maier wrote:
>>>>>
>>>>>
>>>>>
>>>>>>In February there was a discussion about mapping WebDAV to WinXP.
>>>>>>One guy posted a solution to that problem, but I don't get it work.
>>>>>>Does anyone know if I need a special config file for tomcat server and
>>>>>>slide?
>>>>>>Or is it a windows config problem?
>>>>>>
>>>>>>Thanks for any help...
>>>>>>regards Tobias
>>>>
>>>>
>>>>-- 
>>>>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: slide-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>>>
>>>
>>>
>>-- 
>>John Rousseau
>>Archivas, Inc.
>>jrousseau@archivas.com
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
> 
> 

-- 
John Rousseau
Archivas, Inc.
jrousseau@archivas.com

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


Re: Windows XP mapping

Posted by Tobias Maier <6r...@gmx.de>.
Hi John
In July I posted some error messages. They can be found in the archive.
I don't know why my message isn't attached to the end of my thread....
You can read it
here:
http://mail-archives.apache.org/mod_mbox/jakarta-slide-user/200507.mbox/%3c26869.1122368169@www78.gmx.net%3e

regards tobi

> --- Ursprüngliche Nachricht ---
> Von: John Rousseau <jr...@archivas.com>
> An: Slide Users Mailing List <sl...@jakarta.apache.org>
> Betreff: Re: Windows XP mapping
> Datum: Mon, 01 Aug 2005 07:34:29 -0400
> 
> Hi Tobias,
> 
> If you posted exactly what you were doing and the exact error message or 
> problem you saw, more people would be willing to help.
> 
> -John
> 
> 
> Tobias Maier wrote:
> > Does noone has an idea? how to solve my problem?
> > 
> > 
> >>--- Ursprüngliche Nachricht ---
> >>Von: "Tobias Maier" <6r...@gmx.de>
> >>An: slide-user@jakarta.apache.org
> >>Betreff: Re: Windows XP mapping
> >>Datum: Tue, 26 Jul 2005 11:13:41 +0200 (MEST)
> >>
> >>One additional comment to this method:
> >>if you watch your servers log you see:
> >>http-8080-Processor25, 26-Jul-2005 11:08:12, root, PROPFIND, 207
> >>"Multi-Status", Multi-Status, 47 ms, /workspace, /slide/workspace, 489,
> >>Microsoft Data Access Internet Publishing Provider DAV
> >>
> >>when accessing by the method you use. But I want to use the
> >>Microsoft-WebDAV-MiniRedir/5.1.2600 instead of 
> >>Microsoft Data Access Internet Publishing Provider DAV
> >>
> >>regards
> >>Tobi
> >>
> >>
> >>>--- Ursprüngliche Nachricht ---
> >>>Von: Rakesh Saha <ra...@oracle.com>
> >>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
> >>>Betreff: Re: Windows XP mapping
> >>>Datum: Mon, 25 Jul 2005 16:11:29 +0530
> >>>
> >>>For me http://jakarta.apache.org/slide/xp.html works [ I am working
> with
> >>>Jetty although ] .
> >>>
> >>>HTH.
> >>>Thanks,
> >>>rakesh
> >>>
> >>>Tobias Maier wrote:
> >>>
> >>>
> >>>>In February there was a discussion about mapping WebDAV to WinXP.
> >>>>One guy posted a solution to that problem, but I don't get it work.
> >>>>Does anyone know if I need a special config file for tomcat server and
> >>>>slide?
> >>>>Or is it a windows config problem?
> >>>>
> >>>>Thanks for any help...
> >>>>regards Tobias
> >>
> >>
> >>-- 
> >>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: slide-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >>
> > 
> > 
> 
> -- 
> John Rousseau
> Archivas, Inc.
> jrousseau@archivas.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 

-- 
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: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Windows XP mapping

Posted by John Rousseau <jr...@archivas.com>.
Hi Tobias,

If you posted exactly what you were doing and the exact error message or 
problem you saw, more people would be willing to help.

-John


Tobias Maier wrote:
> Does noone has an idea? how to solve my problem?
> 
> 
>>--- Ursprüngliche Nachricht ---
>>Von: "Tobias Maier" <6r...@gmx.de>
>>An: slide-user@jakarta.apache.org
>>Betreff: Re: Windows XP mapping
>>Datum: Tue, 26 Jul 2005 11:13:41 +0200 (MEST)
>>
>>One additional comment to this method:
>>if you watch your servers log you see:
>>http-8080-Processor25, 26-Jul-2005 11:08:12, root, PROPFIND, 207
>>"Multi-Status", Multi-Status, 47 ms, /workspace, /slide/workspace, 489,
>>Microsoft Data Access Internet Publishing Provider DAV
>>
>>when accessing by the method you use. But I want to use the
>>Microsoft-WebDAV-MiniRedir/5.1.2600 instead of 
>>Microsoft Data Access Internet Publishing Provider DAV
>>
>>regards
>>Tobi
>>
>>
>>>--- Ursprüngliche Nachricht ---
>>>Von: Rakesh Saha <ra...@oracle.com>
>>>An: Slide Users Mailing List <sl...@jakarta.apache.org>
>>>Betreff: Re: Windows XP mapping
>>>Datum: Mon, 25 Jul 2005 16:11:29 +0530
>>>
>>>For me http://jakarta.apache.org/slide/xp.html works [ I am working with
>>>Jetty although ] .
>>>
>>>HTH.
>>>Thanks,
>>>rakesh
>>>
>>>Tobias Maier wrote:
>>>
>>>
>>>>In February there was a discussion about mapping WebDAV to WinXP.
>>>>One guy posted a solution to that problem, but I don't get it work.
>>>>Does anyone know if I need a special config file for tomcat server and
>>>>slide?
>>>>Or is it a windows config problem?
>>>>
>>>>Thanks for any help...
>>>>regards Tobias
>>
>>
>>-- 
>>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: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
> 
> 

-- 
John Rousseau
Archivas, Inc.
jrousseau@archivas.com

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