1. Grails application root path stackoverflow.comIs there a variable where I can find out the root directory of my Grails application? for example, I have a folder named "chart" under \%root%\web-app\images\ where I put my charts in. ... |
2. Running several Grails / Jetty instances on the same server and same port, but with different host names stackoverflow.comI would like to run several Grails applications, powered by Jetty (but I could change the server to Tomcat if needed, however I need the Continuations API for CometD features) on ... |
3. What is Jetty Grails? stackoverflow.comMy Grails application states that it is using a server called "Jetty Grails." I always thought Grails ran on GlassFish; I've never heard of Jetty Grails. Please enlighten me on this ... |
4. Setting httpPort for Jetty Grails plugin stackoverflow.comI want to change the httpPort from the default of 8080 for the Jetty Grails plugin. I cannot set the Jetty httpPort property via a system property and/or Gradle property. System ... |
5. Grails needs WEB-INF/tld/fmt.tld in Jetty Production mode stackoverflow.comI don't know why I'm getting this wired error, I use command
|
6. Grails cometd jetty7 run-app works but not run-war stackoverflow.comI am trying to get Jetty 7 and Cometd working in Grails. When running my application using grails run-app everything works fine, but if I deploy the war in Jetty or just run ... |