Skip to content

Commit

Permalink
update system management Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
serfla committed Apr 14, 2016
1 parent 03fabb7 commit f741ca6
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package it.isislab.dmason.experimentals.systemmanagement;

import it.isislab.dmason.exception.DMasonException;
import it.isislab.dmason.experimentals.systemmanagement.utils.ActiveMQStarter;
import it.isislab.dmason.experimentals.systemmanagement.worker.Worker;
import java.io.BufferedReader;
import java.io.File;
Expand Down Expand Up @@ -306,11 +307,9 @@ public void startMaster() throws DMasonException
classlist.addAfter("org.eclipse.jetty.webapp.FragmentConfiguration", "org.eclipse.jetty.plus.webapp.EnvConfiguration", "org.eclipse.jetty.plus.webapp.PlusConfiguration");
classlist.addBefore("org.eclipse.jetty.webapp.JettyWebXmlConfiguration", "org.eclipse.jetty.annotations.AnnotationConfiguration");

// ctx.addServlet("it.isislab.dmason.experimentals.systemmanagement.master.web.utils.GetConnectedWorkersServlet", "/getWorkers");
// ctx.addServlet(new ServletHolder(new GetConnectedWorkersServlet(master)),"/getWorkers");//
// ctx.addServlet(new ServletHolder(new CreateSimulationFolderServlet(master)), "/createSim");
// ctx.addBean(master);

ActiveMQStarter amqS = new ActiveMQStarter();
amqS.startActivemq();

//5. Setting the handler and starting the Server
server.setHandler(ctx);
try {
Expand Down

0 comments on commit f741ca6

Please sign in to comment.