There is no blanket statement that can answer your question without
testing.. TC4 implements jsp 1.2, TC5 implements JSP 2...

We found some small problems when we migrated with closing tags

<element>
  <value>
  <value>
</element>

Works, however

<element>
</element>

Needs to be written as <element/> in TC5...  This is the only problem we
had, but our site is very small..



-----Original Message-----
From: Michael Davis [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 18, 2004 9:27 AM
To: [EMAIL PROTECTED]
Subject: Moving from 4.1 to 5

Hi,

I've got an app running nicely on tomcat 4.1. We're setting up a brand
new server, and I'm
trying to decide whether it's a good time to migrate to version 5.

Will my app run without modification? I'm using the Standard Tag Library
and the Hibernate
persistence library, nothing else special.

thanks
Michael


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




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

Reply via email to