Re: Can't move files using symbolic links (allowLinking=true)

2011-03-22 Thread Goyo
Firstly, thanks for all your answers. Inside origin there're about ten subdirs like target. Some of them are symlinked to the new filesystem. The rest, must remain in their path so: - AFAIK, we can't mount the new drive to origin/target because target is not the only subdir we are symlinking (it

Can't move files using symbolic links (allowLinking=true)

2011-03-21 Thread Goyo
Hi. I need to use a symbolic link to access a certain path in my server, where I'm using Jakarta Tomcat 4.1.18. We stablished a symbolic link to another path. At first, tomcat didn't see this path through the symlink, but we searched for it and found the allowLinking=true feature. Now, it sees

Re: Can't move files using symbolic links (allowLinking=true)

2011-03-21 Thread Goyo
using the server application (although we can do it manually from the filesystem using the same user of the tomcat server). Any help? 2011/3/21 André Warnier a...@ice-sa.com Goyo wrote: Hi. I need to use a symbolic link to access a certain path in my server, where I'm using Jakarta Tomcat

Re: Can't move files using symbolic links (allowLinking=true)

2011-03-21 Thread Goyo
The (another) problem is that we can't access the source code :S 2011/3/21 Peter Crowther peter.crowt...@melandra.com On 21 March 2011 16:35, Goyo goyocas...@gmail.com wrote: We want to move a file from origin/ to origin/target/ Previously, this movement was made perfect Then, we change