> Is there some trick to get the admin interface working? If I use the > slide preconfigured server then I get the following exception: > javax.servlet.ServletException: sun/tools/javac/Main
You seem to be missing the tools.jar, which is part of the JDK. If $JAVA_HOME points to your JDK base path, tools.jar should be at $JAVA_HOME\lib\tools.jar. Remy
