Re: Using a custom connector in Tomcat 5.5

2006-10-18 Thread Jacob Marcus
attribute back? Thanks, Jacob On 10/17/06, Bill Barker <[EMAIL PROTECTED]> wrote: "Jacob Marcus" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks for the replies. > > Using the protocol="my.Class" does help me give my own implemen

Re: Using a custom connector in Tomcat 5.5

2006-10-17 Thread Jacob Marcus
Name back Peter Am 17.10.2006 um 09:36 schrieb Mladen Turk: > Jacob Marcus wrote: >> Hi, >> The examples no longer show the className attribute for the Connector >> element in the server.xml. Is this not supported any more? >> In the past, I have done used my own co

Using a custom connector in Tomcat 5.5

2006-10-16 Thread Jacob Marcus
Hi, The examples no longer show the className attribute for the Connector element in the server.xml. Is this not supported any more? In the past, I have done used my own connector as shown in the example below. I could not find the relevant documentation on this possible change. I will apprec