[opencms-dev] WebDav/Synchronisation problem/EclipseGanymede (3.4.1)

] Code Create [ Bernd Wolfsegger bw at code-create.com
Thu Nov 27 13:46:22 CET 2008


Hi all,

 

I just tried to access OpenCms via IE buildin WebDAV client and 8080 tomcat
standalone. No problem at all overwriting files in OpenCms this way.

So, it must be a Eclipse problem of some sorts .. ?!?!

 

Bernd

 

 

Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im
Auftrag von ] Code Create [ Bernd Wolfsegger
Gesendet: Donnerstag, 27. November 2008 12:30
An: 'The OpenCms mailing list'
Betreff: Re: [opencms-dev] WebDav/Synchronisation problem/EclipseGanymede
(3.4.1)

 

Hi Olivier,

 

thanx for your ideas.

But there is no difference at all trying via 8080.

Rigth now I'm trying enabling mod_dav in apache.

 

Bernd

 

Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im
Auftrag von Chirouze Olivier
Gesendet: Donnerstag, 27. November 2008 09:57
An: The OpenCms mailing list
Betreff: Re: [opencms-dev] WebDav/Synchronisation problem/EclipseGanymede
(3.4.1)

 

Hi,

Today I'm using OpenCms on WebSphere Application Server which uses IBM HTTP
Server as front web server. That's just a usual Apache server packaged by IBM.

...and I'm having some problems with WebDAV. I had to point directly to the
application server (through the internal port) to have it work.

 

Thanks a lot Ed for that tip, I'll try in on my IBM Apache.

 

Something I was wondering:

 

** do we have to activate WebDAV module on the front-end Apache server to access
OpenCms built-in WebDAV? **

 

In the meantime Bernd, you might test if WebDAV works as expected if you point
directly to Tomcat (:8080). If that works, then your problem is on Apache and
you might want to try Ed's solution (and/or activate WebDAV module?)

 

Olivier

 


  _____  


From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org]
On Behalf Of EdKpnPlanet
Sent: 27 November 2008 00:26
To: The OpenCms mailing list
Subject: Re: [opencms-dev] WebDav/Synchronisation problem/EclipseGanymede
(3.4.1)

Hallo Bernd,

                  This a quite strange behavior of your setup.

It seems like the setup has no write-permission. I had a comparable problem and
solved it by explixitly 'opening' the documentroot to Tomcat in the
http-vhost.conf file root as follows:

   <Directory "C:/Program Files/Apache Software Foundation/Tomcat
5.5/webapps/opencms/" >
  AllowOverride All
  Order allow,deny
  Allow from all
 </Directory>

Be carefull with the permission. You can be vunerable for intruders.

 

See if this does help you. Bear in mind Apache is and will stay a tricky piece
of software.

 

Regards Ed

 

PS. I am using WebDav on windows 2003 and on Linux Ubuntu.

----- Original Message ----- 

From: Bernd Wolfsegger <mailto:bw at code-create.com>  

To: 'The <mailto:opencms-dev at opencms.org>  OpenCms mailing list' 

Sent: Thursday, November 27, 2008 12:03 AM

Subject: Re: [opencms-dev]WebDav/Synchronisation problem/EclipseGanymede (3.4.1)

 

Hi Ed,

 

yeah, it's the Apache which comes with OpenSuSE 11.

There is no problem accessing the WebDAV OpenCms per browser (via same url as
used in Eclipse).

I have also no problem accessing it via Eclipse. I can list and I can see the
differences in the Synchronize view.

I can also download from VFS to RFS via Eclipse WebDav.

But unfortunately I can't upload . K

 

I have OpenCms installed as ROOT application and I use mod_jk and mod_rewrite to
suppress the servletname

But the ./webdav request goes through to tomcat without modification as do the
ones for the resources and export.

All works well in that way.

 

And there is another little problem:

I have resources in the VFS which are of type JSP but which names does not have
an extension.

In the Synchronize view there is shown  one collection of these files without
extension for upload and the same collection of these files but with ".jsp"
extension for download .

Is there a smiley for "scratching ones head" ? J

 

Bernd

 

Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im
Auftrag von EdKpnPlanet
Gesendet: Mittwoch, 26. November 2008 23:11
An: The OpenCms mailing list
Betreff: Re: [opencms-dev] WebDav/Synchronisation problem/EclipseGanymede
(3.4.1)

 

Hallo Bernd,

                  Thanks for the tip. It is working fine now.

 

Now your problem. 

I suppose you are using Apache 2.2.x . 

Some suggestions:

1. Did you suppress the suffix opencms/opencms. If you did, did you take the
appropriate action in Apache's config file to pass through request for WebDav?

2. Can you access ../opencms/webdav using a brouwser?

 

regards Ed

----- Original Message ----- 

From: Bernd Wolfsegger <mailto:bw at code-create.com>  

To: 'The <mailto:opencms-dev at opencms.org>  OpenCms mailing list' 

Sent: Wednesday, November 26, 2008 9:59 PM

Subject: Re: [opencms-dev] WebDav/Synchronisation problem/EclipseGanymede
(3.4.1)

 

Hi Ed,

 

I had the same error message.

You have to install the newest WebDAV Plugin, wich is Version 3.1.100.v
.something.

You can find it here (With Eclipse Update Tool):
<http://update.eclipse.org/updates/3.2> http://update.eclipse.org/updates/3.2

You should uninstall the previous version before installing the new one.

 

But still I can't upload . (see my recent post)

 

Bernd

 

 

Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im
Auftrag von EdKpnPlanet
Gesendet: Mittwoch, 26. November 2008 21:23
An: 'The OpenCms mailing list'
Betreff: [opencms-dev] WebDav/Synchronisation problem/Eclipse Ganymede (3.4.1)

 

Dear everyone,

                     I am using recently Eclipse Ganymede to speed-up
development using Opencms (version 6.2.2., 7.0.3 up to the latest 7.0.5) for
several projects. 

Everything works well. However the synchronisation does not work as promised for
WebDav or FTP connections. It does work for cvs resources.

If I select WebDav, the following error message appears:

 

Plug-in org.eclipse.team.webdav was unable to load class
org.eclipse.team.internal.webdav.ui.subscriber.WebDavSynchronizeWizard.
org/eclipse/team/internal/ui/synchronize/SubscriberParticipantWizard

Does anyone have a clue what's wrong?

 

Kind regards, Ed

  _____  


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

  _____  


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20081127/623da0fc/attachment.htm>


More information about the opencms-dev mailing list