Experimenting on the extreme side of things: when trying to use
aliases="/=/some/path" I can't get any resource to load:
- there is /some/path/test.properties
- servletContext().getResourceAsStream("/test.properties") returns null.
It works, once I use aliases="/myapp=/some/path" and
servletContext().getResourceAsStream("/myapp/test.properties").
Is that expected?
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]