I need to run a webservice on an embedded computer which ships with jamvm and gnu classpath. We have some existing software which hosts the service on an instance of com.sun.net.httpserver.HttpServer to host the service. Is there anything equivilant on GNU classpath or is it possible to isolate HttpServer to a jar and move it to classpath.