Sondro,

--- On Wed, 6/2/10 at 2:57 PM, Sandro Gallo <sandro.gallo...@gmail.com> wrote:

> TOMCAT version: 6.0.26.
> 
> java -version
> java version "1.6.0_17"
> Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248)
> Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101,
> mixed mode)
> The version of Java is already on Mac.
> 
> I installed Tomcat by following this step:
> 1. download from site,
> 2. create folder /Library/Tomcat,
> 3. untar file in this new folder,
> 4. create simbolic link from
> /Library/Tomcat/apache-tomcat-6.0.26  to 
> /Library/Tomcat/Home,
> 5. create env variables CATALINA_HOME, JAVA_HOME.
> 
> All files in CATALINA_HOME/bin have exec permission.

Check the permissions of bin/tomcat-juli.jar; it needs to be readable by the 
user that is running tomcat.

And try running Tomcat without the "benefit" of the symbolic link or setting 
CATALINA_HOME:

$ export CATALINA_HOME=

$ /Library/Tomcat/apache-tomcat-6.0.26/bin/startup.sh

- Bob




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to