Re: Tomcat 4.1.37 and 5.0.2?? differences

2005-07-08 Thread Rahul Akolkar
On 7/8/05, Mark Benussi <[EMAIL PROTECTED]> wrote:
> Thanks Rahul but in case it wasnt clear I am downgrading from 5 to 4.


Oh, sure, its a two-way street. Then, the obvious statement to make
would be, you'd be in a spot if your webapps rely on bits that are
servlet 2.4 modulo servlet 2.3 or JSP 2.0 modulo JSP 1.2. The not-so
obvious bit might be what that layer of frosting is. AFAIK, WRT
sevlets its things such as applying filters to more than just the
original request and lifecycle listeners, and WRT JSPs, things such as
tag impls and container evaluation of EL expressions. Refer the specs
for details.

-Rahul

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



Re: Tomcat 4.1.37 and 5.0.2?? differences

2005-07-08 Thread Mark Benussi

Thanks Rahul but in case it wasnt clear I am downgrading from 5 to 4.

Original Message Follows
From: Rahul Akolkar <[EMAIL PROTECTED]>
Reply-To: Rahul Akolkar <[EMAIL PROTECTED]>
To: Tomcat Users List 
Subject: Re: Tomcat 4.1.37 and 5.0.2?? differences
Date: Fri, 8 Jul 2005 08:46:57 -0400

> From: "Peter Crowther" <[EMAIL PROTECTED]>

>  > From: Mark Benussi [mailto:[EMAIL PROTECTED]
>  > Subject: Tomcat 4.1.37 and 5.0.2?? differences

>  > Are Servlet filters supported
>
> Yes, on both, I believe.

Additionally, after the move, you will be able to apply filters to
RequestDispatcher includes and forwards as well.

>  > and more importantly what J2EE does it
>  > typically run on?
>

Tomcat is a servlet container, not a full J2EE app server. 5.x.x
implements the relevant bits in J2EE 1.4

-Rahul

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



Re: Tomcat 4.1.37 and 5.0.2?? differences

2005-07-08 Thread Rahul Akolkar
> From: "Peter Crowther" <[EMAIL PROTECTED]>

>  > From: Mark Benussi [mailto:[EMAIL PROTECTED]
>  > Subject: Tomcat 4.1.37 and 5.0.2?? differences

>  > Are Servlet filters supported
> 
> Yes, on both, I believe.

Additionally, after the move, you will be able to apply filters to
RequestDispatcher includes and forwards as well.

>  > and more importantly what J2EE does it
>  > typically run on?
> 

Tomcat is a servlet container, not a full J2EE app server. 5.x.x
implements the relevant bits in J2EE 1.4

-Rahul

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



RE: Tomcat 4.1.37 and 5.0.2?? differences

2005-07-08 Thread Mark Benussi

Thanks Peter thats perfect. I cant see any magor techincal differences.

Original Message Follows
From: "Peter Crowther" <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" 
To: "Tomcat Users List" 
Subject: RE: Tomcat 4.1.37 and 5.0.2?? differences
Date: Fri, 8 Jul 2005 12:54:06 +0100

> From: Mark Benussi [mailto:[EMAIL PROTECTED]
> Subject: Tomcat 4.1.37 and 5.0.2?? differences
>
>
> I am having to change my ISP and was wondering what the main
> differences were with these two servers.

http://jakarta.apache.org/tomcat/index.html

5.0.x is servlet spec 2.4 / JSP 2.0, like 5.5.

> Are Servlet filters supported

Yes, on both, I believe.

> and more importantly what J2EE does it
> typically run on?

Sorry, don't understand the question?  If you mean J2SDK, I rather
suspect most providers will be on a 1.4.2_xx release - Tomcat 4.1 and
5.0 both run on that.  If you don't mean the SDK version, could you
clarify?

- Peter

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



RE: Tomcat 4.1.37 and 5.0.2?? differences

2005-07-08 Thread Peter Crowther
> From: Mark Benussi [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat 4.1.37 and 5.0.2?? differences
> 
> 
> I am having to change my ISP and was wondering what the main 
> differences were with these two servers.

http://jakarta.apache.org/tomcat/index.html

5.0.x is servlet spec 2.4 / JSP 2.0, like 5.5.

> Are Servlet filters supported

Yes, on both, I believe.

> and more importantly what J2EE does it
> typically run on?

Sorry, don't understand the question?  If you mean J2SDK, I rather
suspect most providers will be on a 1.4.2_xx release - Tomcat 4.1 and
5.0 both run on that.  If you don't mean the SDK version, could you
clarify?

- Peter

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