R: WebDav and Symbolic Links in 4.1.12!!!

2002-12-10 Thread Paolo Scaffardi
Hi John! As far as I know you have to go higher than 4.1.12, to .13 or .14, there's a bug with allowLinking. Check bugzilla, check the archives to be sure. I checked bugzilla but i didnt found any entry with allowLinking. Reading the release notes of tomcat 4.1.16 i found an entry about an

WebDav and Symbolic Links in 4.1.12!!!

2002-12-09 Thread Paolo Scaffardi
I upgraded Tomcat from old 4.0.6 to 4.1.12 and now i have problems with WebDav support:symbolic links on the webdav directory cannot be inspected/followed from any client (HTTP error: could not do a PROPFIND on file /webdav/mydir froms server myserver (404)). I work on Linux. I modified my

RE: WebDav and Symbolic Links in 4.1.12!!!

2002-12-09 Thread Turner, John
] Subject: WebDav and Symbolic Links in 4.1.12!!! I upgraded Tomcat from old 4.0.6 to 4.1.12 and now i have problems with WebDav support:symbolic links on the webdav directory cannot be inspected/followed from any client (HTTP error: could not do a PROPFIND on file /webdav/mydir froms

RE: problem with Classloader and symbolic links in 4.1.12

2002-11-21 Thread Roberts, Eric
Have you considered using Ant to build and deploy your applications? -Original Message- From: Eugene Gluzberg [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 21. November 2002 01:45 To: Tomcat Users List Subject: problem with Classloader and symbolic links in 4.1.12 Here is a scenario. I

RE: symbolic links in 4.1.12

2002-11-21 Thread Turner, John
-Original Message- From: Eugene Gluzberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 11:26 PM To: Tomcat Users List Subject: symbolic links in 4.1.12 Was ... Re: problem with Classloader and symbolic links in 4.1.12 ok, i installed ant and am now putting

problem with Classloader and symbolic links in 4.1.12

2002-11-20 Thread Eugene Gluzberg
Here is a scenario. I created a reloadable webapp in my tomcat installation, created the directory structure: webapps/test/WEB-INF/lib webapps/test/WEB-INF/classes I then create a symlink from classes to where my code package resides: ln -s $HOME/source/testPackage

Re: problem with Classloader and symbolic links in 4.1.12

2002-11-20 Thread Jon Eaves
it would make my life so much easier since I am trying to develop an app with thousands of classes and hundreds of packages, modifying my build system to send all the classes to the tomcat dir would be a hassle. The simplest way is to setup the context so that it points to your development

Re: problem with Classloader and symbolic links in 4.1.12

2002-11-20 Thread Eugene Gluzberg
Unfortunatelly that would mean i have to change my build system to save the classes to WEB-INF/classes directory, which is exactly what i am trying to avoid Our current build system places class files in the same dir as the source.. Ugly, i know, but i rather not move to ant just yet, its

symbolic links in 4.1.12

2002-11-20 Thread Eugene Gluzberg
Was ... Re: problem with Classloader and symbolic links in 4.1.12 ok, i installed ant and am now putting classes in the right places. However, it seems that images and plain html files wont load through symbolic links either. There must be a setting somewhere for this! Jon Eaves wrote

Re: symbolic links in 4.1.12

2002-11-20 Thread Eugene Gluzberg
with Classloader and symbolic links in 4.1.12 ok, i installed ant and am now putting classes in the right places. However, it seems that images and plain html files wont load through symbolic links either. There must be a setting somewhere for this! Jon Eaves wrote: it would make my life so much