hi daniela i have read all your posts about writing a new connector .I have
mailed you also regarding this.
Can you please tell me in detail abt the steps of writing it, I will be
obliged.
--
View this message in context:
http://www.nabble.com/Own-Connector-for-Tomcat-tf1829555.html#a5117685
Thanks a lot, Richard, my embedded Tomcat works now with Java 1.4.
Richard Mixon schrieb:
Tomcat 5.5 works fine with Java 1.4 - just be sure and download the 'JDK 1.4
Compatability Package:' at this link:
http://tomcat.apache.org/download-55.cgi
It is all of 1.6MB in size. Just follow
PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 23, 2006 6:54 AM
To: users@tomcat.apache.org
Subject: AW: Re: Own Connector for Tomcat
Thanks a lot for your answer, Bill.
I will try to develop my own ProtocolHandler. But the problem is, that I
can´t use Tomcat5.5, I guess. I tried it i
Thanks a lot for your answer, Bill.
I will try to develop my own ProtocolHandler. But the problem is, that I can´t
use Tomcat5.5, I guess. I tried it in embedded mode with Tomcat5.5 an Java1.4
and got an Exception: java.lang.NoClassDefFoundError:
javax/management/NotificationEmitter
But the co
"Daniela Piacenti" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello everybody,
>
> I read a lot about the coyote connector and that it is possible to write
> own connectors for Tomcat. But I did not find anything in the whole web,
> how to do this. Now I am reading the source
Hello everybody,
I read a lot about the coyote connector and that it is possible to write
own connectors for Tomcat. But I did not find anything in the whole web,
how to do this. Now I am reading the source code of the coyote connector
and have some questions about it.
My problem is:
I am wr