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
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

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&#

Migrating from Tomcat 5.5.25 to 6.0.22

2009-11-19 Thread Christopher Gross
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.ApplicationContextFacade when I try to start Tomcat. When I call the scri