Installing Grails with Apache Camel plugin
- by Abdullah Jibaly
I'm having trouble getting the Apache Camel plugin to run in grails-1.1.1. Here's the steps I took:
$ grails create-app camelapp
Welcome to Grails 1.1.1 - http://grails.org/
...
$ cd camelapp
$ grails run-app
...
Running Grails application..
Server running. Browse to http://localhost:8080/camelapp
$ grails install-plugin camel
...
Camel Route…