The CL-CEC web-application includes web-pages and those pages include test functions. To get at the web pages, go with your web browser to a URL made up of the address of your server computer and the context path of the web-application. E.g.
http://your.server.address:8080/CL-CEC-1/
The CL-CEC contains the Apache Axis technology for web services. If Axis is not working, then the CEC does not work. You should test Axis as soon as you have the CL-CEC installed.
Run the Axis tests using the "axis check" command from the left-hand side-bar.
The test checks for the presence of JARs of code. You need all the core libraries to be present; the optional libraries are not required.

If Axis is not happy, there are three possibilities.
When you have the CL-CEC configured with a list of applications, you can test run those applications from the web pages built into the CL-CEC. This tests the configuration.
Run the application tests using the "test-run" command from the left-hand side-bar.
On the next page, you will select an application and an interface for that application.

Press the select button to move on. On the next page you will enter the parameters for the application.

Press the execute button to go on. This takes you to a status page in which the headline status should progress from "pending" through "initializing" to "running", and then to "completed" or "error".
The error page is very uninformative.

To find out what went wrong, you will need to loook at the logs directory of Tomcat and read the file cea-commandline.log.
If the test suceeds, the values of the output parameters will be written at the bottom of the status page. This happens even if the output parameters are, say, FITS files, so might take some time. As soon as the parameters start to appear you know that the CL-CEC considers the application to have run successfully.
If the test run fails, there are two likely causes:
This local test does not use the resource registry, so the environment entries to do with the registry are not relevant here.