You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Antony Paul <an...@hotmail.com> on 2003/12/09 07:08:03 UTC

Copying files from Tomcat 4.1.x to Tomcat 5.x

Hi all,
    Is there any compatibility issues in putting the jsp/servlet files
developed in Tomcat 4.1.x series to Tomcat 5.x. Application uses only
Servlets 2.3 and JSP 1.2.

rgds
Antony Paul.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Copying files from Tomcat 4.1.x to Tomcat 5.x

Posted by Adam Hardy <ah...@cyberspaceroad.com>.
On 12/09/2003 07:08 AM Antony Paul wrote:
> Hi all,
>     Is there any compatibility issues in putting the jsp/servlet files
> developed in Tomcat 4.1.x series to Tomcat 5.x. Application uses only
> Servlets 2.3 and JSP 1.2.

I expect that there are very few issues, however I managed to find one. 
In tomcat 4.x you could force tomcat to serve up an SSL login page for a 
non-SSL protected page by placing a security constraint on it (for 
container managed security). In tomcat 5 this doesn't work.


Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org