upgrading jetty
[sdc.git] / utils / webseal-simulator / sdc-simulator / chef-repo / cookbooks / sdc-simulator / recipes / SDC_Simulator_5_create_jetty_modules.rb
index ddfb2a5..8a0f6a7 100644 (file)
@@ -6,7 +6,7 @@ cwd "#{jetty_base}"
 code <<-EOH
    cd "#{jetty_base}"
    java -jar "/#{jetty_home}"/start.jar --add-to-start=deploy
-   java -jar "/#{jetty_home}"/start.jar --add-to-startd=http,https,logging,setuid
+   java -jar "/#{jetty_home}"/start.jar --create-startd --add-to-start=http,https,console-capture,setuid
 EOH
 end