ScriptableObject.defineProperty(scope, SERVLETCONTEXT_PROPERTY,
getServletContext(), UNMODIFIABLE);
ScriptableObject.defineProperty(scope, APPLICATIONCONTEXT_PROPERTY,
getApplicationContext(), UNMODIFIABLE);
cx.setOptimizationLevel(-1);
NativeContinuation newContinuation = null;
if(continuation == null)
{
String scriptPath = scriptSelectionStrategy.getScriptPath(request);
if(scriptPath == null)
{