RE: Upgrading from 5.0.28 to 5.5.9?

2005-08-03 Thread Allistair Crossley
Yes, some of which are pointed out in my blog at www.adcworks.com/blog

 -Original Message-
 From: Bjørn T Johansen [mailto:[EMAIL PROTECTED]
 Sent: 02 August 2005 22:44
 To: Tomcat Users List
 Subject: Upgrading from 5.0.28 to 5.5.9?
 
 
 Anything one should be aware of when moving from 5.0.28 to 5.5.9?
 Also, any reasons not to make the move?
 
 
 Regards,
 
 BTJ
 
 -- 
 --
 -
 Bjørn T Johansen
 
 [EMAIL PROTECTED]
 --
 -
 Someone wrote:
 I understand that if you play a Windows CD backwards you 
 hear strange Satanic messages
 To which someone replied:
 It's even worse than that; play it forwards and it installs Windows
 --
 -
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Upgrading from 5.0.28 to 5.5.9?

2005-08-02 Thread Bjørn T Johansen
Anything one should be aware of when moving from 5.0.28 to 5.5.9?
Also, any reasons not to make the move?


Regards,

BTJ

-- 
---
Bjørn T Johansen

[EMAIL PROTECTED]
---
Someone wrote:
I understand that if you play a Windows CD backwards you hear strange Satanic 
messages
To which someone replied:
It's even worse than that; play it forwards and it installs Windows
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Upgrading from 5.0.28 to 5.5.9

2005-05-18 Thread Chris
I'm upgrading tomcat from 5.0.28 to 5.5.9 and I'm getting a class not
found error for org.apache.catalina.logger.FileLogger  In 5.0.28,
this class was in the catalina jar, but it's not in 5.5.9.  Is there
something else I need to download?  Or some setting I need to change?
Something has changed:
 An important consequence for Tomcat 5.5 is that the Logger element 
found in previous versions to create a localhost_log is no longer a 
valid nested element of Context. Instead, the default Tomcat 
configuration will use java.util.logging.

http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html
-nods-  I found that right after I posted my message. :)
Chris
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Upgrading from 5.0.28 to 5.5.9

2005-05-17 Thread Chris
I'm upgrading tomcat from 5.0.28 to 5.5.9 and I'm getting a class not 
found error for org.apache.catalina.logger.FileLogger  In 5.0.28, this 
class was in the catalina jar, but it's not in 5.5.9.  Is there 
something else I need to download?  Or some setting I need to change?

Chris
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Upgrading from 5.0.28 to 5.5.9 (Fixed)

2005-05-17 Thread Chris
Chris wrote:
I'm upgrading tomcat from 5.0.28 to 5.5.9 and I'm getting a class not 
found error for org.apache.catalina.logger.FileLogger  In 5.0.28, this 
class was in the catalina jar, but it's not in 5.5.9.  Is there 
something else I need to download?  Or some setting I need to change?
NM, I had copied over the server.xml instead of changing the one in 
5.5.9.  When I redid the file, it worked fine.  Thanks anyways.

Chris
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Upgrading from 5.0.28 to 5.5.9

2005-05-17 Thread David Smith
Yes.

If choose to stay with Java JDK 1.4.x, download and install the
compatibility package.  Just follow the links for downloading Tomcat 5.5
and you should also find the compatibility package in the same
location.  Otherwise, Tomcat 5.5 was built for use with JDK 5 and you
should upgrade your JVM.

--David

Chris wrote:

 I'm upgrading tomcat from 5.0.28 to 5.5.9 and I'm getting a class not
 found error for org.apache.catalina.logger.FileLogger  In 5.0.28, this
 class was in the catalina jar, but it's not in 5.5.9.  Is there
 something else I need to download?  Or some setting I need to change?

 Chris

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-- 
===
David Smith
Network Operations Supervisor
Department of Entomology
College of Agriculture  Life Sciences
Cornell University
2132 Comstock Hall
Ithaca, NY  14853
Phone: 607.255.9571
Fax: 607.255.0939



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Upgrading from 5.0.28 to 5.5.9

2005-05-17 Thread Lutz Zetzsche
Hi Chris,

Am Dienstag, 17. Mai 2005 17:55 schrieb Chris:
 I'm upgrading tomcat from 5.0.28 to 5.5.9 and I'm getting a class not
 found error for org.apache.catalina.logger.FileLogger  In 5.0.28,
 this class was in the catalina jar, but it's not in 5.5.9.  Is there
 something else I need to download?  Or some setting I need to change?

Something has changed:

 An important consequence for Tomcat 5.5 is that the Logger element 
found in previous versions to create a localhost_log is no longer a 
valid nested element of Context. Instead, the default Tomcat 
configuration will use java.util.logging.

http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html


Best wishes

Lutz

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]