CONFIRMATION: Symlinks works fine with Tomcat 4.1.14, setting allowLinking="true" and caseSensitive="false", even if the files are in other disk (and I say this because other way to use 4.1.12 with links is to make hard links, but this cannot be possible if the files are in other disk).
Thanks to all. Mauro On Fri, 8 Nov 2002, Mauro Daniel Ardolino wrote: > Oh! Now I understand. Thanks a lot. > > Mauro > > On Fri, 8 Nov 2002, Remy Maucherat wrote: > > > Mauro Daniel Ardolino wrote: > > > > > May be I am confussed (sure!), but you are right, of course I am working > > > on Linux. So if I have 2 files named for example... > > > file.jar > > > FILE.jar > > > ...I think I'll have problems because "caseSensitive" is set to false! > > > (so Tomcat will not see the difference between file.jar and FILE.jar). > > > > > > I'm sure wrong...it cannot be like this, can it? > > > > > > Your filesystem is case sensitive, so no problems (caseSensitive adds an > > extra check if it's not). > > In the next release, allowLinking="true" will imply caseSensitive="false". > > > > R�my > > > > > > -- > > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > > > > > > -- Ing.Mauro Daniel Ardolino Departamento de Desarrollo y Servicios Altersoft Billinghurst 1599 - Piso 9 C1425DTE - Capital Federal Tel/Fax: 4821-3376 / 4822-8759 mailto: [EMAIL PROTECTED] website: http://www.altersoft.com.ar -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
