users@grizzly.java.net

Re: com.sun.grizzly.http.embed.GrizzlyWebServer not found in grizzly-servlet-webserver-1.8.1.jar

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Tue, 08 Jul 2008 16:17:06 -0400

Salut,

try this link:

http://download.java.net/maven/2/com/sun/grizzly/grizzly-servlet-webserver/1.8.1/grizzly-servlet-webserver-1.8.1.jar

I think the repo is not un sync. They were some issues last week.

A+

- Jeanfrancois


Collin Fagan wrote:
> Hi everyone,
>
> I was trying to experiment with the examples from
> http://weblogs.java.net/blog/jfarcand/archive/2008/07/extending_the_g.html
> and could not get them to run. The GrizzlyWebServer class was not
> found. I've added grizzly-servlet-webserver-1.8.1.jar to my classpath
> (eclipse) but there doesn't seem to be a com.sun.grizzly.http.embed
> package in that jar.
>
> Do I have the right jar?
>
> Thanks,
>
> Collin