if you like to have access to the same process definition in jbpm-console you need to either:
- put your process into jbpm-installer/sample/src/resources/evaluation
- modify jbpm.console.properties file jbpm.console.directory property should point to a directory where you have your process definition
- upload your process definition into guvnor and build the package as console will fetch all build packages from guvnor on startup
for option 1 and 2 make sure your process definition file has extension of bpmn or bpmn2
HTH