Changed default scripting engine to helma.scripting.rhino.RhinoEngine.
This commit is contained in:
parent
5f46bdf3a2
commit
5431daadcf
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public final class RequestEvaluator implements Runnable {
|
|||
protected void initScriptingEngine() {
|
||||
if (scriptingEngine == null) {
|
||||
String engineClassName = app.getProperty("scriptingEngine",
|
||||
"helma.scripting.fesi.PhantomEngine");
|
||||
"helma.scripting.rhino.RhinoEngine");
|
||||
|
||||
try {
|
||||
Class clazz = app.getClassLoader().loadClass(engineClassName);
|
||||
|
|
Loading…
Add table
Reference in a new issue