On 03/11/2014 19:38, vince.w...@thomsonreuters.com wrote:

<snip/>

> Yes, I've read RUNNING.TXT and I'm left wondering why do I have a
> catalina class not found if all the tomcat jar files are in
> CATALINA_HOME/lib

Because you are trying to configure a listener that doesn't exist in the
version of Tomcat you are trying to use. You can't take a config from
one version of Tomcat, apply it to an earlier version and expect it to work.

> Using CATALINA_BASE:   "C:\tomcat8catalina_base" Using CATALINA_HOME:
> "C:\tomcat809" Using CATALINA_TMPDIR: "C:\tomcat8catalina_base\temp" 
> Using JRE_HOME:        "C:\jdk1.7.0_55" Using CLASSPATH:
> "C:\tomcat809\bin\bootstrap.jar;C:\tomcat8catalina_base\bin\tomcat-juli.jar"
>
> Listening for transport dt_shmem at address: tomcat_shared_memory_id
> 03-Nov-2014 17:45:50.410 SEVERE [main]
> org.apache.tomcat.util.digester.Digester.startElement Begin event
> threw exception java.lang.ClassNotFoundException:
> org.apache.catalina.startup.VersionLoggerListener
> 
> 
> All these experiments are done running Tomcat under NetBeans so
> perhaps part of my issue is with NetBeans. The CLASSPATH shown above
> is a bit on the short side, is it meant to be so short ?

Yes.

Mark

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

Reply via email to