Hi, How Tomcat Websocket works is that if the JDK version is less than 7, it disables Websocket feature and the container starts up. It prints a warning log pointing out that user is not running in JDK 7. You might want to follow the same procedure.
Regards, KasunG On Fri, Jul 4, 2014 at 3:32 PM, Sriskandarajah Suhothayan <[email protected]> wrote: > Yes, thats an issue. > Because of this we wont be able to build the full platform in one java > version. > > So what will be the recommended approach here ? > > Regards > Suho > > > On Fri, Jul 4, 2014 at 3:26 PM, Sagara Gunathunga <[email protected]> wrote: > >> >> >> >> On Fri, Jul 4, 2014 at 3:07 PM, Sriskandarajah Suhothayan <[email protected]> >> wrote: >> >>> Our idea is to use Tomcat this is jetty is just a quick PoC we did for >>> CEP. But even to use Tomcat Web sockets we have to have to build using Java >>> 7[1]. >>> So anyway we have to move to Java 7 to build the CEP repo so that it can >>> compile the WebSocket servlet >>> >>> What is our plan on moving the build to Java 7? >>> >> >> You can configure Jenkins job to run with Java 7 easily, I don't remember >> whether we have installed Java7 on Jenkins but we can easily install and >> configure CEP job to run with Java7. BTW this means Java7 will be a >> mandatory to run CEP ? >> >> >> Thanks ! >> >>> >>> Regards >>> Suho >>> >>> [1]http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html >>> >>> >>> On Fri, Jul 4, 2014 at 3:06 PM, Afkham Azeez <[email protected]> wrote: >>> >>>> +1. Don't unnecessarily bring in Jetty. >>>> >>>> >>>> On Fri, Jul 4, 2014 at 2:49 PM, Sagara Gunathunga <[email protected]> >>>> wrote: >>>> >>>>> >>>>> >>>>> >>>>> On Fri, Jul 4, 2014 at 2:40 PM, Mohanadarshan Vivekanandalingam < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi All, >>>>>> >>>>>> Are we planning to do $subject.. ? >>>>>> In CEP, we have developed an adptor which supports for websocket. >>>>>> Here we are using latest jetty version which only supports Java 1.7 >>>>>> according to [1].. But since we have configured jenkins only with java >>>>>> 1.6, this components is getting failed. Is it possible to configure Java >>>>>> 1.7 for CEP related repo or do we have any other option on this ? >>>>>> >>>>> >>>>> Can you please explain why you want to bring another WS container to >>>>> the platform ? We already have Tomcat as the WS container and if you >>>>> bring >>>>> Jetty CEP will ship two WS containers IMO this is not correct. Further >>>>> you >>>>> use JSR 356 based annotations to implement WS applications which means >>>>> applications are independent from underline WS container. >>>>> >>>>> Thanks ! >>>>> >>>>>> >>>>>> [1] >>>>>> http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html#d0e75 >>>>>> >>>>>> >>>>>> Thanks, >>>>>> Mohan >>>>>> >>>>>> -- >>>>>> *V. Mohanadarshan* >>>>>> *Software Engineer,* >>>>>> *Data Technologies Team,* >>>>>> *WSO2, Inc. http://wso2.com <http://wso2.com> * >>>>>> *lean.enterprise.middleware.* >>>>>> >>>>>> email: [email protected] >>>>>> phone:(+94) 771117673 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Sagara Gunathunga >>>>> >>>>> Senior Technical Lead; WSO2, Inc.; http://wso2.com >>>>> V.P Apache Web Services; http://ws.apache.org/ >>>>> Linkedin; http://www.linkedin.com/in/ssagara >>>>> Blog ; http://ssagara.blogspot.com >>>>> >>>>> >>>> >>>> >>>> -- >>>> *Afkham Azeez* >>>> Director of Architecture; WSO2, Inc.; http://wso2.com >>>> Member; Apache Software Foundation; http://www.apache.org/ >>>> * <http://www.apache.org/>* >>>> *email: **[email protected]* <[email protected]> >>>> * cell: +94 77 3320919 <%2B94%2077%203320919> blog: * >>>> *http://blog.afkham.org* <http://blog.afkham.org> >>>> *twitter: **http://twitter.com/afkham_azeez* >>>> <http://twitter.com/afkham_azeez> >>>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez >>>> <http://lk.linkedin.com/in/afkhamazeez>* >>>> >>>> *Lean . Enterprise . Middleware* >>>> >>> >>> >>> >>> -- >>> >>> *S. Suhothayan* >>> Technical Lead & Team Lead of WSO2 Complex Event Processor >>> *WSO2 Inc. *http://wso2.com >>> * <http://wso2.com/>* >>> lean . enterprise . middleware >>> >>> >>> *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog: >>> http://suhothayan.blogspot.com/ <http://suhothayan.blogspot.com/> twitter: >>> http://twitter.com/suhothayan <http://twitter.com/suhothayan> | linked-in: >>> http://lk.linkedin.com/in/suhothayan <http://lk.linkedin.com/in/suhothayan>* >>> >> >> >> >> -- >> Sagara Gunathunga >> >> Senior Technical Lead; WSO2, Inc.; http://wso2.com >> V.P Apache Web Services; http://ws.apache.org/ >> Linkedin; http://www.linkedin.com/in/ssagara >> Blog ; http://ssagara.blogspot.com >> >> > > > -- > > *S. Suhothayan* > Technical Lead & Team Lead of WSO2 Complex Event Processor > *WSO2 Inc. *http://wso2.com > * <http://wso2.com/>* > lean . enterprise . middleware > > > *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog: > http://suhothayan.blogspot.com/ <http://suhothayan.blogspot.com/> twitter: > http://twitter.com/suhothayan <http://twitter.com/suhothayan> | linked-in: > http://lk.linkedin.com/in/suhothayan <http://lk.linkedin.com/in/suhothayan>* > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc. email: kasung AT spamfree wso2.com linked-in: http://lk.linkedin.com/in/gajasinghe blog: http://kasunbg.org
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
