Thanks of the help

ls -lsL /home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar 
  76 -rwxrwxrwx    1 apache   apache      71328 Mar 24 16:23
/home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar 

ls -ls /home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar 
   0 lrwxrwxrwx    1 root     root           58 Apr 10 12:27
/home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar ->
/usr/java/jakarta-tomcat/common/lib/mm.mysql-2.0.2-bin.jar

I also have this in my server.xml
 <Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="true"  />

I have also tried putting a phyichal file there instead of a link

This is driving me crazy

Thanks for any help


-----Original Message-----
From: QM [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 10, 2004 1:32 PM
To: Tomcat Users List
Subject: Re: Trying to start tomcat. Should be so simple

On Sat, Apr 10, 2004 at 12:46:02PM -0500, Randy Paries wrote:
: I have two identical boxes. Tomcat starts on one and not the other
: 
: The jar that it says it can not find is there. 
: /WEB-INF/lib/mm.mysql-2.0.2-bin.jar
: If I do ls -ls /home/unitnetWebapps/WEB-INF/lib/mm.mysql-2.0.2-bin.jar
: It is there
: [snip]
: ----- Root Cause -----
: java.io.FileNotFoundException


What are the perms on said file? i.e. what's the output of "ls -l" on
each host?

If the jar is a symlink, try "ls -lL"

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to