Heh, a few typos on my part, sorry about that.  It is 6.0.20, and the
library stuff is in the catalina.properties file.

I downloaded the core (not windows installer) from the Apache Tomcat site.
Should I try downloading it again and copying it over?

Here is the trace from when I start Tomcat:
java.lang.ClassNotFoundException:
org.apache.catalina.core.ApplicationContextFacade$1
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader$1.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at
org.apache.catalina.security.SecurityClassLoad.loadCorePackage(SecurityClassLoad.java:53)
at
org.apache.catalina.security.SecurityClassLoad.securityClassLoad(SecurityClassLoad.java:40)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:210)
at org.apache.catalina.startup.Boostrap.main(Bootstrap.java:390)

I looked over the old configuration files for how things were set, but I did
use the new ones that come with 6.0.20.  Are you aware of a listing of
settings that were removed, or do I need to go through them line by line and
compare the files to what Apache has up on the 6.x documentation pages?

-- Chris


On Thu, Nov 19, 2009 at 2:24 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Christopher Gross [mailto:cogr...@gmail.com]
> > Subject: Migrating from Tomcat 5.5.25 to 6.0.22
> >
> > The server.xml has the main library pointing to ${catalina.home}/lib.
>
> ??? Really?  A proper server.xml has no knowledge of (or interest in)
> Tomcat's lib directory.  You'll need to post it.
>
> > Does anyone have any ideas of where I can look to try to resolve this?
>
> Post the actual stack traces from the log.
>
> As a guess, it looks like the contents of Tomcat's bin directory (e.g., the
> jars therein) are corrupted.
>
> How did you install Tomcat 6.0.22?  Note that the highest released level is
> 6.0.20...
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to