The Web Admin Console lets you change the basic configuration of the WPS and upload processes.
Upload the process files
Click on Upload Process as shown below
Enter for the first text box the name of the class you developed, e.g.: org.n52.wps.demo.AbstractAlgorithmExample
Choose your java class file with the filechooser
If your process extends AbstractAlgorithm, you also will have to specify the path to the ProcessDescription file.
Click on Send files.
The source file gets now compiled at server side and will be available as a new process to the WPS. Note that you will need a Java SDK (6 or 7 ) for compiling the code.
Activate the process
In order to avtivate the process follow these steps:
Switch to the Algorithm Repositories tab:
Scroll to the LocalAlgorithmReporitory
Click the plus sign after the last Algorithm of the repository.
Add as key Algorithm and as value the fully qualified name of your process, e.g.; org.n52.wps.demo.AbstractAlgorithmExample