[Sablevm-developer] Running jetty
Brought to you by:
egagnon
From: Laurent M. <la...@ao...> - 2004-05-19 14:59:43
|
I have a framework (http://jac.objectweb.org/) which uses Jetty to provide a web frontend for applications (via servlets). I almost have this running with sablevm but I have these exception: class org.mortbay.util.OutputStreamLogSink is not a org.mortbay.util.LogSink 1084973010357: EVENT ,Starting Jetty/4.2.x,[Main-1]org.mortbay.util.Log.event(Log.java:248) 1084973010512: EVENT ,Started HttpContext[/jac/resources],[Main-1]org.mortbay.util.Log.event(Log.java:248) 1084973010542: EVENT ,Started SocketListener on 0.0.0.0:8088,[Main-1]org.mortbay.util.Log.event(Log.java:248) 2004-05-19 13:23:30,554 ERROR gui.display: Failed to start webgui : org.mortbay.util.MultiException[java.lang.IllegalStateException: Servlet class org.objectweb.jac.aspects.gui.web.JacLocalServlet is not a javax.servlet.Servlet] 2004-05-19 13:23:30,562 ERROR gui.display: Check that another server is not running on port 8088 Our framework use a custom classloader, so my guess is that problems may arise from this in java.lang.Class.isAssignableFrom(). -- Laurent Martelli la...@ao... Java Aspect Components http://www.aopsys.com/ http://jac.objectweb.org |