Re: difference between TC5.5 and TC6

2008-03-10 Thread Len Popp
The abstract base class org.apache.catalina.valves.ValveBase makes it
easy to implement a Valve. See the Tomcat 6 javadocs. Also, there are
several valves that you can look at in the Tomcat source code, such as
org.apache.catalina.valves.AccessLogValve.
-- 
Len

On Mon, Mar 10, 2008 at 7:41 AM, amit kumar <[EMAIL PROTECTED]> wrote:
> We intend to develop tomcat valves specific to our product, I found
>  information about APIs available and samples from the internet and book.
>  But I am not able to locate any material over internet or in books for the
>  Tomcat 6. It looks like the valve development specific classes have been
>  refactored/restructured. Could someone please guide on the same.
>
>  Regards,
>  Amit
>  On Thu, Mar 6, 2008 at 5:30 PM, Konstantin Kolinko <[EMAIL PROTECTED]>
>  wrote:
>
>
>
>  > And also there is
>  > http://tomcat.apache.org/migration.html
>  >
>  > > >
>  > >  > Is there any documentation available where I can read about
>  > >  > all the changes that has happened from TC 5 to TC6.
>  > >
>  > >
>  > > http://tomcat.apache.org/tomcat-6.0-doc/changelog.html
>  > >
>  >
>  > -
>  > To start a new topic, e-mail: users@tomcat.apache.org
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: difference between TC5.5 and TC6

2008-03-10 Thread amit kumar
We intend to develop tomcat valves specific to our product, I found
information about APIs available and samples from the internet and book.
But I am not able to locate any material over internet or in books for the
Tomcat 6. It looks like the valve development specific classes have been
refactored/restructured. Could someone please guide on the same.

Regards,
Amit
On Thu, Mar 6, 2008 at 5:30 PM, Konstantin Kolinko <[EMAIL PROTECTED]>
wrote:

> And also there is
> http://tomcat.apache.org/migration.html
>
> > >
> >  > Is there any documentation available where I can read about
> >  > all the changes that has happened from TC 5 to TC6.
> >
> >
> > http://tomcat.apache.org/tomcat-6.0-doc/changelog.html
> >
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: difference between TC5.5 and TC6

2008-03-06 Thread Konstantin Kolinko
And also there is
http://tomcat.apache.org/migration.html

> >
>  > Is there any documentation available where I can read about
>  > all the changes that has happened from TC 5 to TC6.
>
>
> http://tomcat.apache.org/tomcat-6.0-doc/changelog.html
>

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: difference between TC5.5 and TC6

2008-03-05 Thread Caldarale, Charles R
> From: amit kumar [mailto:[EMAIL PROTECTED] 
> Subject: Re: difference between TC5.5 and TC6
> 
> Is there any documentation available where I can read about 
> all the changes that has happened from TC 5 to TC6.

http://tomcat.apache.org/tomcat-6.0-doc/changelog.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: difference between TC5.5 and TC6

2008-03-05 Thread amit kumar
Is there any documentation available where I can read about all the changes
that has happened from TC 5 to TC6. I have been facing problem in figuring
out the changed structure of classes and or replaced classes if
any.(specifically for developing valves for tomcat 6)


Regards.
Amit

On Wed, Mar 5, 2008 at 6:45 AM, David Smith <[EMAIL PROTECTED]> wrote:

> Regarding specs, tomcat 6 also supports servlet spec 2.5.
>
> Regarding tomcat specific stuff, the default folder layout with respect
> to where to place jar files was optimized slightly.
>
> --David
>
>
> Markus Schönhaber wrote:
>
> >Edward Quick wrote:
> >
> >
> >
> >>I have a question about the difference between TC 5.5 and 6. We use
> >>5.5 as our standard, but a vendor we are working with is insisting
> >>their webapp will only work with TC6 because they have coded to JSP
> >>standard 2.2 (may be 2.1?)
> >>
> >>
> >
> >JSP 2.1 is supported by Tomcat 6 (and is the current official standard).
> >http://tomcat.apache.org/whichversion.html
> >
> >
> >
> >>I have a couple of questions about this:
> >>
> >>Where do I go to check the differences between JSP 2.0 and 2.1/2.2 ?
> >>I'm not sure what these are.
> >>
> >>
> >
> >The JSP specification contains a list of changes from previous versions.
> >
> >
> >
> >>Is it possible that a webapp can only work on TC6 and not TC5.5 ?
> >>
> >>
> >
> >Yes. The reason given by the vendor seems valid.
> >
> >Regards
> >  mks
> >
> >
> >-
> >To start a new topic, e-mail: users@tomcat.apache.org
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: difference between TC5.5 and TC6

2008-03-05 Thread David Smith

Regarding specs, tomcat 6 also supports servlet spec 2.5.

Regarding tomcat specific stuff, the default folder layout with respect 
to where to place jar files was optimized slightly.


--David


Markus Schönhaber wrote:


Edward Quick wrote:

 


I have a question about the difference between TC 5.5 and 6. We use
5.5 as our standard, but a vendor we are working with is insisting
their webapp will only work with TC6 because they have coded to JSP
standard 2.2 (may be 2.1?)
   



JSP 2.1 is supported by Tomcat 6 (and is the current official standard).
http://tomcat.apache.org/whichversion.html

 


I have a couple of questions about this:

Where do I go to check the differences between JSP 2.0 and 2.1/2.2 ?
I'm not sure what these are.
   



The JSP specification contains a list of changes from previous versions.

 


Is it possible that a webapp can only work on TC6 and not TC5.5 ?
   



Yes. The reason given by the vendor seems valid.

Regards
 mks


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: difference between TC5.5 and TC6

2008-03-05 Thread Markus Schönhaber
Edward Quick wrote:

> I have a question about the difference between TC 5.5 and 6. We use
> 5.5 as our standard, but a vendor we are working with is insisting
> their webapp will only work with TC6 because they have coded to JSP
> standard 2.2 (may be 2.1?)

JSP 2.1 is supported by Tomcat 6 (and is the current official standard).
http://tomcat.apache.org/whichversion.html

> I have a couple of questions about this:
> 
> Where do I go to check the differences between JSP 2.0 and 2.1/2.2 ?
> I'm not sure what these are.

The JSP specification contains a list of changes from previous versions.

> Is it possible that a webapp can only work on TC6 and not TC5.5 ?

Yes. The reason given by the vendor seems valid.

Regards
  mks


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



difference between TC5.5 and TC6

2008-03-05 Thread Edward Quick

I have a question about the difference between TC 5.5 and 6.
We use 5.5 as our standard, but a vendor we are working with is insisting their 
webapp will only work with TC6 because they have coded to JSP standard 2.2 (may 
be 2.1?) 

I have a couple of questions about this:

Where do I go to check the differences between JSP 2.0 and 2.1/2.2 ? I'm not 
sure what these are.

Is it possible that a webapp can only work on TC6 and not TC5.5 ?

Thanks for any help.

Ed.

_
Telly addicts unite!
http://www.searchgamesbox.com/tvtown.shtml