Yes.  I notices that.  In one of my tests, I had the .jar files in the
WEB-INF/lib folder and as you say, Tomcat 4.1.12 cannot find them.  Taking
out this "Resource" element, it starts working again.
May be we have to migrate to 4.1.13 as John says.

Thanks.

Mauro

On Thu, 7 Nov 2002, Michael Roberts wrote:

> I would like to point out that my previous question to this list, just
> minutes before Mauro's is a related problem.
> 
> I am using <Resources allowLinking="true"/> and Tomcat 4.1.12 cannot not
> find my webapp JAR files in WEB-INF/lib.  Unlike Mauro, though, I do not
> have symbolic links to the JARs. They are sitting in a "normal" directory
> (the entire path the to the JARs is canonical).
> 
> -----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>

Reply via email to