So read the first mail I wrote in this thread. There was a snip of the server.xml file. I'm trying to bypass it just setting the flag "allowLinking".
Here's a copy-paste of it: > > > > Here's a copy of my context node in server.xml: > > > > > > > > <Context path="/MaeQueryPrototype3" > > > > docBase="/home/mauro/workspace/MaeQueryPrototype3/web" > > > > workDir="/home/mauro/workspace/MaeQueryPrototype3/work" > > > > > > > > > <Resources > > > > className="org.apache.naming.resources.FileDirContext" > > > > allowLinking="true" > > > > docBase="/home/mauro/workspace/MaeQueryPrototype3/web" /> > > > > </Context> Thanks. -- Mauro On Thu, 7 Nov 2002, Turner, John wrote: > > "not working" isn't sufficient. For anyone to help you, you need to explain > how you are trying to bypass it, what you have changed, where you are > setting the flag, etc. > > John > > > > -----Original Message----- > > From: Mauro Daniel Ardolino [mailto:mauro@;altersoft.com.ar] > > Sent: Thursday, November 07, 2002 2:46 PM > > To: Tomcat Users List > > Subject: RE: allowLinking is not working (for me). > > > > > > I know. So what I am trying to do is to bypass this restriction. > > I red that using the "allowLink" flag I can do it, but it's > > not working > > for me. > > > > Thanks a lot. > > > > Mauro > > > > On Thu, 7 Nov 2002, Turner, John wrote: > > > > > > > > Symbolic links are disabled by default in recent versions > > of Tomcat as a > > > security measure. > > > > > > There's a work-around, but I am not sure that it is > > completely bug-free. > > > Check the release notes. > > > > > > John > > > > > > > > > > -----Original Message----- > > > > From: Mauro Daniel Ardolino [mailto:mauro@;altersoft.com.ar] > > > > Sent: Thursday, November 07, 2002 2:37 PM > > > > To: Tomcat Users List > > > > Subject: allowLinking is not working (for me). > > > > > > > > > > > > Tomcat is not deploying my application at startup because I > > > > have symlinks > > > > to the .jar files. > > > > > > > > Here's a copy of my context node in server.xml: > > > > > > > > <Context path="/MaeQueryPrototype3" > > > > docBase="/home/mauro/workspace/MaeQueryPrototype3/web" > > > > workDir="/home/mauro/workspace/MaeQueryPrototype3/work" > > > > > > > > > <Resources > > > > className="org.apache.naming.resources.FileDirContext" > > > > allowLinking="true" > > > > docBase="/home/mauro/workspace/MaeQueryPrototype3/web" /> > > > > </Context> > > > > > > > > What's wrong? The symbolic links are not working. My > > .jar file links > > > > are at: > > > > > > > > /home/mauro/workspace/MaeQueryPrototype3/web/WEB-INF/lib/. > > > > > > > > If I make a hard link, it works fine. > > > > > > > > Thanks in advance. > > > > > > > > -- Mauro > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > > > For additional commands, e-mail: > > > > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > > > > > > > -- > > > 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>
