I am looking for an example of a ResultSpecFile entry for the SimpleServer in the Sandbox? Does anyone have an example? org.apache.uima.simpleserver.servlet.SimpleServerServlet.initServer() String resultSpecParamValue = getInitParameter("ResultSpecFile"); if (resultSpecParamValue != null) { resultSpec = new File(this.baseWebappDirectory.getAbsoluteFile(), resultSpecParamValue); } Thank you, Loren Cahlander