use comet on tomcat

2009-08-05 Thread zhang99
1. in order to use comet in tomcat, i need implement CometProcessor .does that mean my application will be depending on tomcat in order to run since i use the org.apache.catalina.* library? in this case, i will not able to port to other application server like jboss,glassfish 2. is there any

Re: use comet on tomcat

2009-08-05 Thread Filip Hanik - Dev Lists
On 08/05/2009 04:23 AM, zhang99 wrote: 1. in order to use comet in tomcat, i need implement CometProcessor .does that mean my application will be depending on tomcat in order to run since i use the org.apache.catalina.* library? in this case, i will not able to port to other application server