<p><strong>I'm trying to install OpenCms 6.2.0 on my Debian Sarge/Etch box. I have mysql installed and working for other purposes and I installed tomcat5 via the Debian package. I then placed opencms.war in $CATALINA_HOME and restarted tomcat. The .war was unpacked by all appearances correctly (I have also tried with unzipping it myself). When I access 
<a href="http://localhost:8180/">http://localhost:8180/</a> (Debian's port for tomcat) I get the tomcat examples and tests supplied by Debian. When I attempt to access <a href="http://localhost:8180/opencms/setup">http://localhost:8180/opencms/setup
</a> I get a 404 and the following in my catalina log file:</strong></p>
<div><strong>INFO: Installing web application at context path /opencms from URL file:/var/lib/tomcat5/webapps/opencms<br>Apr 25, 2006 1:49:12 PM org.apache.catalina.core.StandardContext processTlds<br>SEVERE: Error reading tld listeners 
javax.servlet.ServletException: Exception processing TLD at resource path /WEB-INF/opencms.tld in context /opencms<br>javax.servlet.ServletException: Exception processing TLD at resource path /WEB-INF/opencms.tld in context /opencms
<br></strong></div>
<div><strong>The file /usr/share/tomcat5/webapps/opencms/WEB-INF/opencms.tld is exactly as appears in the 6.2.0 distribution .zip and .war. I checked out another from cvs, just to see, and it gives me the same error.</strong>
</div>
<div><strong></strong> </div>
<div><strong>Tomcat was launched with this command line:</strong></div>
<div>/usr/lib/j2se/1.4/bin/java -Djava.awt.headless=true -Xmx128M -Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -classpath /usr/lib/j2se/1.4/lib/tools.jar:/usr/share/tomcat5/bin/commons-launcher.jar:/usr/share/tomcat5/bin/commons-logging-api.jar:/usr/share/tomcat5/bin/jmx.jar:/usr/lib/j2se/1.4/jre//lib/jcert.jar:/usr/lib/j2se/1.4/jre//lib/jnet.jar:/usr/lib/j2se/1.4/jre//lib/jsse.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/tomcat5/bin/commons-logging-api.jar
 -Djava.security.manager -Djava.security.policy==/var/lib/tomcat5/conf/catalina.policy -Dcatalina.base=/var/lib/tomcat5 -Dcatalina.home=/usr/share/tomcat5 -Djava.io.tmpdir=/var/lib/tomcat5/temp org.apache.catalina.startup.Bootstrap
 start<br clear="all"></div>
<div>For referencem, the log file records this upon startup:</div>
<div>Using CATALINA_BASE:   /var/lib/tomcat5<br>Using CATALINA_HOME:   /usr/share/tomcat5<br>Using CATALINA_TMPDIR: /var/lib/tomcat5/temp<br>Using JAVA_HOME:       /usr/lib/j2se/1.4<br>Using Security Manager<br> </div>
<div>I am, as you can see, using Sun java 1.4, which I installed via make-jpkg (the recommended Debian method).</div>
<div> </div>
<div>Now the question: What is the cause of this error or do you have any hints as to where I should begin investigation? </div>
<div><br>-- <br>~ not dead yet </div>