I would like to deploy a grails war to a sub context path but when I try this the application will not load and an error filterStart so I'm either missing something or grails can't be deployed to a sub-context. Is there any way to load grails in a sub context?
A:
Just a shoot from the hip: add a file /web-app/META-INF/context.xml to your application with these contents:
<Context path="/ex/sub" />
I'm not sure if that works, but it's worth a try.
Stefan
2010-02-19 08:52:54
No change the same filterStart error is thrown.
Jeff Beck
2010-02-19 14:46:16