Installation experiences from a Noob view
Posted by Daniel Lindgren on June 23, 2010, 8:55 AM EDT
In addition to the forum discussion regarding my failed installation, I will, step by step, post my installation of ConcourseConnect on Ubuntu
I uninstalled tomcat
apt-get tomcat6
When installer starting Tomcat gives:
Using Catalina-base /var/lib/tomcat6
Using Catalina-home /usr/share/tomcat6
catalina-tmpdir /tmp/tomcat6-tmp
JRE-home /usr/lib/jvm/java-6-openjdk
classpath /usr/share/tomcat6/bin/bootstrap.jar
when running /usr/share/tomcat6/bin/shutdown.sh
following error:
SEVERE: Catalina.stop:
java.io.FileNotFoundException: /usr/share/tomcat6/conf/server.xml (No such file or directory)
The server.xml, however DOES exist in /var/lib/tomcat6/conf
No errors when running startup.sh, but the variables are different:
Catalina_base and catalina_home both point to /usr/share/tomcat6
and jre_home points to /usr so i'm guessing i'll have to correct this somehow, further investigation will follow tonight, but I think I see a pattern..