Deploying a Query Type Definition

Before a query definition can be used, you need to package it correctly and deploy it in the correct location. You must package it in a .jar file, and deploy the .jar file to your application server (that is, Tomcat) escenic/lib folder. If you have created several query type definitions, then you can package them all together in the same .jar file if you wish. For example:

com
  mycompany
    datasource
      query
        customQuery1.xml
        customQuery2.xml
        customQuery3.xml