----- Mail original -----
> De: "Howard W. Smith, Jr." <[email protected]>
> À: "Tomcat Users List" <[email protected]>
> Envoyé: Lundi 8 Avril 2013 14:19:50
> Objet: Re: Using websocket with Tomcat 7.0.37
>
> On Mon, Apr 8, 2013 at 7:01 AM, Muralidhar Yaragalla <
> [email protected]> wrote:
>
> > See if you are following the examples shown on tomcat7.0 docs then
> > you are
> > wasting time. The JSR is not yet implemented in tomcat but the
> > examples
> > shown are according to JSR that is currently open. Tomcat7.0 has a
> > propitiatory solution for websockets. if you want to use websockets
> > study
> > the examples that comes with the tomcat distribution. That will
> > help you to
> > use websockets in tomcat7.
> >
Actually, it was just a stupid mistake of mine. I tried to package the
project from command line instead of the integrated Maven in Eclipse.
This gave me an error of missing class, because I didn't add this
dependency to my pom.xml :
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-coyote</artifactId>
<version>7.0.39</version>
<scope>provided</scope>
</dependency>
Once I added it, it solved my problem.
> And on that note, I fully recommend The Atmosphere Framework
> github[1] and
> google-groups mail list[2].
>
> github - for tutorials,documentation, code samples, downloads
>
> google groups mail list for your questions and for 'research' (search
> the
> mail list as many questions, related to using atmosphere framework,
> have
> been asked and answered, there)
>
> [1] https://github.com/Atmosphere/atmosphere
> [2]
> https://groups.google.com/forum/?fromgroups#!forum/atmosphere-framework
I will take a look at this too ! Thanks a lot ;)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]