Web-based User Interface of Controller |
Run the following command to deploy the Web application,
which is to be recognized by Jetty, a Servlet container.
The <top directory of P3>
is the top directory of
extracted P3 archive, which is <somewhere>/megacomp/
.
You see deployed files under the directory dist/jetty/webapps/jobmanager/.cd <top directory of P3> ant webapp.jobmanager
The Web-based UI requires a backend server running and the Web application communicates with the server through JMX Remote API. First invoke the server.
On UNIX-like OS:A directory named .rjmx is created in the current directory. CUI of Controller uses it but this Web-based UI does not need it.
<top directory>/bin/mc-controller-server.sh
On Windows (This batch file is not available now):
<top directory>\bin\mc-controller-server.bat
On the same computer on which you invoked a backend server, invoke Jetty, a Servlet container.
On UNIX-like OS:
<top directory>/bin/mc-jetty-webapp.sh
On Windows (This batch file is not available now):
<top directory>\bin\mc-jetty-webapp.bat
Invoke your favorite web browser and access the following URL:
http://<host name of the computer running the Servlet container>:8080/jobmanager/index
You see a web page like this: