Pregunta

I downloaded the Grails event push sample. Updated the plugin in BuildConfig and started the application. When I went to homepage ("/") it is displaying nothing; it is a blank page. But in the application it has general code (Gails welcome message & list of controllers) to display. Am I doing something wrong here?

There are no errors while running the app. My BuildConfig.groovy:

runtime ":jquery:1.11.0.2"
runtime ":resources:1.2.7"

build ":tomcat:7.0.52.1"
runtime ":hibernate:3.6.10.9" // or ":hibernate4:4.3.4"

compile ":cache-ehcache:1.0.1"
compile ":platform-core:1.0.RC6"
compile ":events-push:1.0.M7

I tried to use the code provided by sample in my other projects but getting the same response: blank page. Please help.

¿Fue útil?

Solución

The repository you are trying to run is source code of the plugin not the sample code.

Try this repository.

EDIT...................................................................

Try this project (Grails 2.3.7)

Problem is with tomcat version, https://github.com/smaldini/grails-events-push/issues/55

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top