public static final String host = "http://localhost:8080/";
@BeforeClass
public static void setup()
{
server = new TJWSEmbeddedSpringMVCServer(
"classpath:springmvc-servlet.xml", 8080);
server.start();
RegisterBuiltin.register(ResteasyProviderFactory.getInstance());
proxy = ProxyFactory.create(ContactProxy.class, host);