I am looking for some instructions to upload my custom KNIME node to KNIME server. I have a KNIME workflow that utilizes the custom KNIME node. It works in KNIME SDK environment and KNIME Desktop on my local machine. The KNIME node is packaged as a jar file and deployed in the "dropins" directory of my KNIME Desktop installation. I drag my workflow into the KNIME server folder and try to schedule it to run at certain time. I encounter "Execution Error". The error message is about that my custom KNIME node is not installed. I could see the TOMEE hierachy on the server. Where do I drop my jar file? Or, is there a command for installing the jar file for KNIME server?
Thanks in advance.