[opencms-dev] RE: new install - apache/tomcat

Andrew al at starfishzone.com
Fri Apr 23 14:08:01 CEST 2004


This is known Tomcat bug, see
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11489
simply create a directory called "temp" under your CATALINA_HOME


Dave Evans said:
--------------
Hello,

I'm trying to install opencms on a linux server running apache and
tomcat.

Apache forwards requests to tomcat based on this snip from httpd.conf:

JkMount /opencms/* ajp13

Tomcats server.xml contains:

<Host name="1.1.1.1">
  <Context
      path=""
      docBase="/web/sites/donkey"
      reloadable="true"
      swallowOutput="true" />
  <Context
      path="opencms"
      docBase="/web/sites/donkey/opencms"
      reloadable="true"
      swallowOutput="true" />
</Host>

i copied the opencms.war to /web/sites/donkey/opencms and unziped it.

restarted tomcat and apache, and on tomcats startup the loading of
opencms failed, with this exception in the log file:
<snip>
2004-03-19 11:08:31 ContextConfig[opencms]
   Exception processing JAR at resource path /WEB-INF/lib/fesi.jar
   javax.servlet.ServletException: Exception processing JAR at resource
path /WEB-INF/lib/fesi.jar
<snip>
----- Root Cause -----
java.io.FileNotFoundException
         at
org.apache.naming.resources.DirContextURLConnection.getInputStream(DirContextURLConnection.java:344)
<snip>
2004-03-19 11:08:31 ContextConfig[opencms]: Marking this application
unavailable due to previous error(s)
2004-03-19 11:08:31 StandardManager[opencms]: Seeding random number
generator class java.security.SecureRandom
2004-03-19 11:08:31 StandardManager[opencms]: Seeding of random number
generator has been completed
2004-03-19 11:08:31 StandardContext[opencms]: Context startup failed due
to previous errors
<snip>


If anyone knows what this means or what i've done wrong , i'd greatly
appreciate some help.

dave




More information about the opencms-dev mailing list