IDEA on ubuntu , tomcat problem
Hi there..
I am using IDEA 7.0 and Java jdk 6 with Tomcat 5.5 on Ubuntu Linux operative system.
When I try to run my web application I get error message saying that:
error copying configuration files from /usr/share/tomcat5.5/conf to /home/name/.IntellijIdea70/system/Tomcat_Unnamed/conf
any one know why ?? thanks in advance
Please sign in to leave a comment.
On Mon, 14 Apr 2008 12:30:52 +0000, Aso wrote:
Hi Aso,
I expect you'll find the files in that directory are owned by root:root
and have permissions 0600. Read the file RUNNING.txt in the Tomcat
installation directory, particularly the section named "Advanced
Configuration - Multiple Tomcat 5 Instances" (note: filename and section
title correct for Tomcat 5.0.x so may be different for 5.5.x).
I expect that copying the conf, logs, shared, webapps, work & temp
directories (several of which are actually empty, ready to receive files
at runtime) from the installation to somewhere in your home directory and
setting CATALINA_BASE accordingly will sort the problem.
--
Mark Scott
mark@codebrewer.com