Re: Migrating from Tomcat 5.5.25 to 6.0.22

2009-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 11/19/2009 3:10 PM, Christopher Gross wrote: > The machine that I run Tomcat on isn't on the internet, and it isn't a local > machine. I can try to copy it over again, it will just take some time to do > that. If there are other methods th

Re: Migrating from Tomcat 5.5.25 to 6.0.22

2009-11-19 Thread Christopher Gross
icationContextFacade). -- Chris On Thu, Nov 19, 2009 at 2:50 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Christopher Gross [mailto:cogr...@gmail.com] > > Subject: Re: Migrating from Tomcat 5.5.25 to 6.0.22 > > > Should I try downloading it ag

RE: Migrating from Tomcat 5.5.25 to 6.0.22

2009-11-19 Thread Caldarale, Charles R
> From: Christopher Gross [mailto:cogr...@gmail.com] > Subject: Re: Migrating from Tomcat 5.5.25 to 6.0.22 > Should I try downloading it again and copying it over? Try downloading it just running it as is using startup.sh, without making any changes, just to verify that it

Re: Migrating from Tomcat 5.5.25 to 6.0.22

2009-11-19 Thread Christopher Gross
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: jav

Re: Migrating from Tomcat 5.5.25 to 6.0.22

2009-11-19 Thread Konstantin Kolinko
2009/11/19 Christopher Gross : > When I call the script to stop everything (I need to stop MySQL after the > failure before trying again), I get a ClassNotFoundException for > org.apache.catalina.startup.Catalina. > Please note, that you cannot copy 5.5 configuration files to Tomcat 6.0. You have

Re: Migrating from Tomcat 5.5.25 to 6.0.22

2009-11-19 Thread Hassan Schroeder
On Thu, Nov 19, 2009 at 11:11 AM, Christopher Gross wrote: > On Solaris 10, using JDK 1.5.0_18-b02, I am trying to upgrade Tomcat from > 5.5.25 to 6.0.22. > > I have a script in /etc/init.d that starts/stops Tomcat and MySQL. > I'm getting a ClassNotFoundException for > org.apache.catalina.core.Ap

RE: Migrating from Tomcat 5.5.25 to 6.0.22

2009-11-19 Thread Caldarale, Charles R
> 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.