JBoss 4.2.3 seems to load the war file but gives a 404 page
Hi,
I deployed my Grails 2.1.1 application on JBoss 4.2.3.
During startup everything seems to get loaded except for the following warning:
2012-12-10 17:39:06,872 WARN [org.codehaus.groovy.grails.web.servlet.DefaultGrai lsApplicationAttributes] ApplicationContext not found in org.codehaus.groovy.grails.APPLICATION_CONTEXT attribute of servlet context.
There are no other errors.
However, when I'm trying to access the application I get 404 page.
The problem doesn't occur when running the application from GGTS or grails run-app.
Does anyone have any idea what could be the problem?
Thanks,
Shai