users@jersey.java.net

resource class files - deploy - undeploy - cleanup with Grizzly 1.7.0

From: Dianne Jiao <Dianne.Jiao_at_Sun.COM>
Date: Mon, 04 Feb 2008 11:59:24 -0500

Hi,

I have tried this on Grizzly without luck.

I am trying to deploy multiple resource classes, using 1.7.0.
The classes might be deployed at the different times;
undeployed at different times; cleaned up soon after undeployment.

I am thinking to start up grizzly first; drop class into its classpath
for deploy;
remove it from classpath for undeploy and cleanup.

Does this make sense? Any recommendation or suggestion?

The code I borrowed from here:

http://blogs.sun.com/sandoz/entry/jersey_0_5_is_released


Thanks for helping!

Dianne